ywzqhl / coqchain

fork from go-ethereum, and posa consensus, slash etc improve for applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoqChain

this chain fork from go-ethereum and support some advanced features.

Status

it still work in progress, coming soon.

Features:

  • 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 and Ethereum chain
  • speed up transactions
  • implement special storage layer for store chain data better and more efficient
  • replace Merkle Tree with Verkle tree
  • etc...

Bridge Architect

License

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.

About

fork from go-ethereum, and posa consensus, slash etc improve for applications

License:GNU Lesser General Public License v3.0


Languages

Language:Go 89.0%Language:C 5.7%Language:JavaScript 3.8%Language:Assembly 0.8%Language:M4 0.2%Language:Solidity 0.2%Language:Shell 0.1%Language:HTML 0.1%Language:Makefile 0.1%Language:Python 0.1%Language:Dockerfile 0.0%