AElfProject / aelf-web3.js

aelf JavaScript SDK
MIT License
16 stars 24 forks source link

Combine two chain methods into one #45

Closed atom-yang closed 5 years ago

atom-yang commented 5 years ago

Describe the solution you'd like When send or call readonly contract method, we need sign transaction by latest block height and block hash, combine two chain methods getBlockHeight and getBlockByHeight into one getChainStatus. To reduce http request and save time.