-
released this
2025-06-30 03:17:08 -04:00 | 3 commits to master since this releaseFeatures
- Automatically load a specific version of solc from the Internet
- Add
bdk eth contractcommand - Support contract compile and deploy on Besu and Quorum
- Initial implementation of contract deployment
Testing
- Add checkSolcAvailability test
- Add getPragmaVersion、findVersion unit test
- Complete loadRemoteVersion unit test
- Reduce uncoverage
- Add unit tests for contract deploy and tool
- Add unit tests for compile and deploy
Documentation
- Added contract compilation, deployment, and query documents