Skip to content

Releases: citahub/cita-sdk-js

cita-web-debugger%400.1.0-alpha.0: Merge pull request #98 from cryptape/update-proto

01 Feb 03:09
1da259f
Compare
Choose a tag to compare

[email protected]

21 Jan 05:07
f28feeb
Compare
Choose a tag to compare

Notice

@appchain/base has been remove to @cryptape/cita-sdk

(2019-01-16)

Bug Fixes

Features

Performance Improvements

  • update neuron-web start time (8b42137)

[email protected]

27 Nov 05:25
Compare
Choose a tag to compare

@appchain/[email protected]

03 Dec 11:32
Compare
Choose a tag to compare
  • [Chore]: test, add appchain-tests module;
  • [Fix]: signature, fix signature offset;
  • [Update]: type-def, update web3 type definition;
  • [Feature]: protocol version, support CITA version 1;
  • [Refactor]: store-abi, refactor storeAbi method;
  • [Feature]: getTransaction, add more details in result of getTransaction;
  • [Update]: Rename, rename @nervos/chain to @appchain/base

[email protected]

25 Oct 07:47
b184773
Compare
Choose a tag to compare
Update/update sys contracts (#58)

* update: sync system contract abis

* update: update test chain address

* update: prevent address to generate account (#56)

[email protected]

27 Sep 12:23
f6195af
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

NeuronWeb is a Chrome extension tool for developers to develop DApps on Nervos AppChain using their desktop PC browser. This complement the fact that had to use a phone to develop DApp on Neuron.

[feature] Private Key, private key management;
[feature] Transaction, proxy transaction from dapp;
[feature] Message Signature, sign message by private key;
[feature] Transaction List, auto-load transaction of specified account;
[feature] Debugger, debugger on transaction fields;
[feature] Multi-Chain, supporting multi-chain as neuron;

Please notice that this is a pre-release instead of an official release. The functions are very simple and there might be bugs. We will release the official v0.1 version very soon.

[email protected]

26 Sep 10:21
Compare
Choose a tag to compare

Changelog

  • [fix]: utils.hexToBytes, an error of original [email protected];
  • [fix]: setProvider, enable nervos.setProvider function;
  • [update]: UMD Object, update UMD Object to window.Nervos;
  • [fix]: Chain Manage, fix chainManage Contract address;
  • [update]: Return From, parameter from will be included to return when sendTransaction has no private key;
  • [update]: Lowercase Address, lowercase to address in transaction when sendTransaction;
  • [update]: Format Address, remove 0x in to address;
  • [feature]: PrivateKey Validator, add nervos.utils.isPrivateKey(privateKey) to check private key format;
  • [fix]: Fix Typo, fix typo in log of transactionReceipt listener;
  • [fix]: Fix getTransactionProof, fix rpc input formatter;
  • [feature]: Optimize Logs Output, add second parameter on getLogs to format logs;
  • [update]: Doc, add more details in README;

[email protected]

23 Nov 09:17
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

supports cita v0.20

[email protected]

10 Aug 10:47
Compare
Choose a tag to compare

Extract signer from @nervos/chain

[email protected]

10 Aug 10:42
Compare
Choose a tag to compare

This is the first release for Nervos AppChain JavaScript SDK. ;)

Changelog

  • Rename @nervos/web3 to @nervos/chain
  • [feature] Add system contracts API
  • [refactor] Refactor contract module
  • [optimize] Maintained with lerna
  • [feature] Add output formatter on nervos.appchain.getAbi