Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 08:32
· 26 commits to main since this release
7164d46

First public release of the self-hosted EVM lock-and-mint bridge.

Added

  • Solidity contractsBridge (source chain lock/deposit), BridgeHub (destination chain mint/withdraw, UUPS upgradeable), and BridgeERC20 wrapped tokens
  • Go relayer — dual-chain block scanners, EIP-712 validator quorum signing, BadgerDB scan progress cache, and optional withdrawal finalizer
  • Deployment tooling — Hardhat scripts and solidity/deploy.sh for contract deployment and upgrades
  • ABI pipelinecompile_abi.sh to generate Go bindings from Solidity ABIs
  • Tests — Go unit tests and Hardhat contract tests (decimal conversion, deposit/withdraw flows)
  • CI — GitHub Actions workflow for Go and Solidity on every push and pull request
  • Documentation — README (English and Chinese), contributing guide, security policy, and operator configuration template (.config.toml)

Notes