Releases: citahub/cita-sdk-js
cita-web-debugger%400.1.0-alpha.0: Merge pull request #98 from cryptape/update-proto
feat(signer): update cita-proto
[email protected]
Notice
@appchain/base has been remove to @cryptape/cita-sdk
(2019-01-16)
Bug Fixes
- fix bug of pass private key without 0x to nervos.appchain.accounts.privateKeyToAccount (2d5d545)
- fix chain manage contract address (12b4558)
- fix hex to bytes (2c0fb1b)
- fix neuron web address error text (c1cb96d)
- fix quota in test (e328ef8)
- fix setProvider (f093aa9)
- fix sign flow (9405148)
- fix test for 0.17 fix (097b823)
- fix travis cache (75b3068)
- fix typo (7f47358)
- fix typo in listeners (cfbc2f2)
- remove console (875ac8a)
- remove package lock (9fb5a5e)
- update test cases (0e28e78)
Features
Performance Improvements
- update neuron-web start time (8b42137)
[email protected]
@appchain/[email protected]
- [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]
Update/update sys contracts (#58) * update: sync system contract abis * update: update test chain address * update: prevent address to generate account (#56)
[email protected]
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]
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
into
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]
supports cita v0.20
[email protected]
Extract signer from @nervos/chain
[email protected]
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