github stars-labs/heco-chain v1.1.0
V1.1.0

latest releases: v1.2.2, v1.2.1, v1.2.0...
3 years ago

RedCoast Hard Fork

This hardfork is not enabled on Mainnet, only for Testnet now.

  • System Governance. In case of emergency, administrators can simulate any address and contract, make transactions on the chain, generate special system transaction receipts and make them public on the chain.

  • Transaction Address Blacklist. All transactions associated with blacklisted addresses are blocked on the chain based on rules.

  • Contract developer permission list. New contract creator must be a whitelisted user; there is a master switch for this feature, which is initially turned off.

  • Node staking. Allow external users to run validator nodes, and users can be rewarded by staking.

New features

  • Gas price prediction base on the txpool, and with a rpc interface eth_gas Price Prediction for query;
  • Jam index (a quantitative index) for accessing the transaction jam status quantitatively, it's a metrics for this index, and also a rpc interface for query: txpool_jamIndex;

Improvement

  • Now the EstimateGas will return a non-exact value in order to improve the performance, and the returned gas value will be greater than the exact one, and with an error range less than 4000 gas.

Bug fix

  • eth/filters: fix potential deadlock in filter timeout loop;
  • eth/filters: fix potential timeout in getting logs if the block range is too large, set a maxFilterBlockRange const value.

Don't miss a new heco-chain release

NewReleases is sending notifications on new releases.