this chain fork from go-ethereum
and support some advanced features.
it still work in progress, coming soon.
- supply 0 gas fee contract, it is convenient for enterprise applications
- lower and fixed gas fee
- Fixed governance token supply
- Recycle governance tokens
- support to prune state data automatically
- support to slash evil validator
- support to remove evil validator automatically
- every sync node should have some reward
- support original bridge, which can interact with
BSC
andEthereum
chain - speed up transactions
- implement special storage layer for store chain data better and more efficient
- replace
Merkle Tree
withVerkle tree
- etc...
The go-ethereum library (i.e. all code outside of the cmd
directory) is licensed under the
GNU Lesser General Public License v3.0,
also included in our repository in the COPYING.LESSER
file.
The go-ethereum binaries (i.e. all code inside of the cmd
directory) is licensed under the
GNU General Public License v3.0, also
included in our repository in the COPYING
file.