Skip to content
Compare
Choose a tag to compare
@Keith-CY Keith-CY released this 26 Sep 10:21
· 370 commits to develop since this release

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;