Skip to content

Releases: hpb-project/go-hpb

release v1.0.9.3

06 Oct 03:31
72cf549
Compare
Choose a tag to compare
  1. fix bug for peer connect.
  2. add new apis, hpb_getRandomAndBlock, prometheus_getElectedMiner, prometheus_getAllVoters, prometheus_getAllHpbNodes
  3. fix bug for panic when boe connect on some server.

release v1.0.9.2

10 May 07:06
Compare
Choose a tag to compare

fix bug for bad block happened when sync the block.

release v1.0.9.1

02 May 07:17
ddebc1d
Compare
Choose a tag to compare

patch evm version.

release v1.0.9.0

31 Mar 06:43
Compare
Choose a tag to compare

New Features

  1. 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
  2. Added support for GraphQL query.

Bug Fixed

  1. Consensus Algorithm
    a) Fixed a bug to preempt possible malicious node activity
    b) Fixed a bug occasionally creating bad blocks at verification
  2. 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)

21 Oct 16:43
f1e1f3a
Compare
Choose a tag to compare
  1. fix critical evm bug, which will modify statedb in contract by modify memory data.
  2. make a new network for fork.
  3. enable critical flag to revert block 12414000

release version 1.0.8.0

21 Aug 14:58
Compare
Choose a tag to compare
  1. update HVM compatible with EVM.
  2. Implement consensus with real-time election from all boe nodes.
  3. Add archived mode for public rpc with limited functionality.
  4. support zscverify precompile function in HVM.

release v1.0.7.6

10 May 06:19
Compare
Choose a tag to compare

Fixed a critical issue where bad blocks were frequently generated on mainnet.

release v1.0.7.5

05 May 15:09
Compare
Choose a tag to compare

Make a new branch for mainnet going wrong.

release version_1.0.7.4

09 Apr 03:13
Compare
Choose a tag to compare
  1. support rpc api with eth_ prefix.
  2. adjust lowest gasprice and gaslimit
  3. fix bugs in txpool module.

release version 1.0.7.3

08 Mar 08:05
Compare
Choose a tag to compare
  1. 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.
  2. New feature:
    a. Support user startup node with a special height by --startnumber height.