Releases: hpb-project/go-hpb
Releases · hpb-project/go-hpb
release v1.0.9.3
- fix bug for peer connect.
- add new apis, hpb_getRandomAndBlock, prometheus_getElectedMiner, prometheus_getAllVoters, prometheus_getAllHpbNodes
- fix bug for panic when boe connect on some server.
release v1.0.9.2
fix bug for bad block happened when sync the block.
release v1.0.9.1
patch evm version.
release v1.0.9.0
New Features
- Addition of RPC interfaces:
a) interface debug_getHeaderRlp to the debug module
b) new interface txpool_contentFrom to the txpool module
c) interfaces to eth/hpb module: eth_getHeaderByNumber, eth_getHeaderByHash, eth_fillTransaction - Added support for GraphQL query.
Bug Fixed
- Consensus Algorithm
a) Fixed a bug to preempt possible malicious node activity
b) Fixed a bug occasionally creating bad blocks at verification - Virtual Machine
a) Upgraded the VM core code to the latest ETH version (V1.10.16)
b) Fixed datacopy bug
version_1.0.8.1: add evm patch and compatible with old version. (#80)
- fix critical evm bug, which will modify statedb in contract by modify memory data.
- make a new network for fork.
- enable critical flag to revert block 12414000
release version 1.0.8.0
- update HVM compatible with EVM.
- Implement consensus with real-time election from all boe nodes.
- Add archived mode for public rpc with limited functionality.
- support zscverify precompile function in HVM.
release v1.0.7.6
Fixed a critical issue where bad blocks were frequently generated on mainnet.
release v1.0.7.5
Make a new branch for mainnet going wrong.
release version_1.0.7.4
- support rpc api with
eth_
prefix. - adjust lowest gasprice and gaslimit
- fix bugs in txpool module.
release version 1.0.7.3
- Bugs fix:
a. sometime node panic by map corrupt read and write in peer manager.
b. estimateGas rpc api can't response error msg.
c. can't build docker image with go-hpb/Dockerfile.
d. change bootnode address from ip to domain. - New feature:
a. Support user startup node with a special height by--startnumber height
.