dalaocu
dalaocu
目前在SDK页面同时有java-sdk和web3sdk并存,对于新用户而言,没有提示选择哪种。考虑到web3sdk以后不会添加新特性,建议在readme文件的醒目位置增加下说明,例如: ``` web3sdk is no longer in active development, and is currently in maintenance mode. ```
When I use npx hardhat flatten the example contract, an error encountered. ``` npx hardhat flatten YourContract.sol Error HH603: Hardhat flatten doesn't support cyclic dependencies. ``` How could I solve...
Add comment of bcos auth contract link for easy checking.
1. TransactionProcessorInterface中 添加无cryptoKeyPair参数等接口,并在TransactionProcessor提供实现。 2. TransactionProcessor中的实现对cryptoKeyPair添加判断,如果传入cryptoKeyPair为空,则使用构造时默认传入的cryptoKeyPair。 2. TransactionProcessor 中CryptoKeyPair属性默认非final,并提供get和set的接口。 3. AssembleTransactionProcessor 添加带CryptoKeyPair参数的接口。