- Add gas info to tx building information for tx endpoints
- Increasing polling interval to 2 seconds for mining api
- Improve full node syncing
- Improve logging message for 1.2.3 fix
- Fix docker volume for wallets
- Fix height indexing for hashes
- Add docker volume for wallet
- Improve dispatcher for mining related actors
- Fix locale issue for configuration keys
- Check estimated gas for
/transactions/build
endpoint. - Make debug logging disabled by default
- Upgrade rocksdb from
5.18.4
to6.27.3
. Rocksdb will not be able to fallback to version 5 after this.
sweep-all
is replaced bysweep-active-address
andsweep-all-addresses
. Bothsweep
endpoints would try to sweep all the UTXOs with multiple transactions. No need to runsweep
endpoints multiple times./wallets/<wallet>/addresses
endpoint outputs more address information.
- Gas estimation for multi-sig and smart contract transactions.
- UTXO selection for smart contract transactions.
- User-friendly
sweep-active-address
andsweep-all-addresses
API endpoints. - Batch write for Merkle tree
/infos/history-hashrate
endpoint for getting history hashrate/infos/current-hashrate
endpoint for getting current hashrate
- Api key is optional if the api interface is
127.0.0.1
. - Better UTXO selection algorithm