-
v3.4.0 Stable
released this
2025-09-03 05:00:20 -04:00 | 1 commits to master since this releaseFeatures
- Add 4 snapshot commands: submitSnapshot, listPending, cancelRequest, joinBySnapshot
- Update fabric version to v2.5.10
Fixes
- Try mounted tmp file for endorser connection error
- Run the container as user to fix permission denied error
- Comment mounted folder to fix permission error
- Force delete by deleteNetworkFolder in bdkFile.ts
- Fix unit test permission denied error
- Fix e type unknown
- Use try catch to resolve the rmSync error
- Force delete file after test
Documentation
- Modify snapshot example
- Add snapshot operations to docs
-
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
-
v3.1.0 Stable
released this
2024-12-26 01:18:53 -05:00 | 5 commits to master since this releaseFeatures
- Build
Besu networkwith add, create, delete, down, generate, get, join, up function - Refactor bdk command to
bdk eth - Update ethers 5 to 6
- Update docker compose to version 2
- Build besu network #112
Fixes
- Add node-private-key-file
- Change the commandDir from quorum to eth, and rename test/quorum to test/eth
- Remove ConfigEnvType from Quorum #107
- Build
-
v3.0.0 Stable
released this
2024-03-18 23:11:31 -04:00 | 6 commits to master since this releaseFeatures
- #98 helm chart install & template prototype
Full Changelog: https://github.com/cathayddt/bdk/compare/v2.1.1...v3.0.0
-
v2.1.1 Stable
released this
2024-02-27 00:38:04 -05:00 | 7 commits to master since this releaseFixes
- Network generate with networkInfo by @kidneyweakx in https://github.com/cathayddt/bdk/pull/105
Full Changelog: https://github.com/cathayddt/bdk/compare/v2.1.0...v2.1.1
-
v2.1.0 Stable
released this
2024-02-02 03:51:36 -05:00 | 8 commits to master since this releaseFeatures
- New Command: bdk dashboard
- Transform bdk ui to quorum dashboard #99
- Optimize create network process #100
- Bootnode mode #97
Full Changelog: https://github.com/cathayddt/bdk/compare/v2.0.5...v2.1.0