• v3.4.1 ccec2565de

    v3.4.1 Stable

    Yorkchung released this 2025-11-21 04:14:13 -05:00 | 0 commits to master since this release

    Fixes

    • Fixed project safety warning.
    • Fixed remote solc compilation path issue and missing get command display.
    • Fixed quick setup for Besu chain to build a Quorum network.

    Documentation

    • Update EXAMPLE.md.
  • v3.4.0 8a8c208e32

    v3.4.0 Stable

    Yorkchung released this 2025-09-03 05:00:20 -04:00 | 1 commits to master since this release

    Features

    • 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
  • v3.3.1 b219fb2fe0

    v3.3.1 Stable

    Yorkchung released this 2025-07-29 21:53:54 -04:00 | 2 commits to master since this release

    Features

    • Select a node to deploy the contract
    • #119 Added Ethereum contract compilation, deployment, and retrieval on Besu and Quorum

    Fixes

    • Fix the missing networkType issue in the quick network setup
  • v3.3.0 b6c25a3cdc

    Stable

    Yorkchung released this 2025-06-30 03:17:08 -04:00 | 3 commits to master since this release

    Features

    • Automatically load a specific version of solc from the Internet
    • Add bdk eth contract command
    • 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.2.0 7bf64e851e

    v3.2.0 Stable

    Yorkchung released this 2025-01-20 03:31:44 -05:00 | 4 commits to master since this release

    Features

    • Build Besu Kubernetes with apply, delete, generate function

    Fixes

    • Quorum k8s wallet alloc
  • v3.1.0 ab340365b4

    v3.1.0 Stable

    Yorkchung released this 2024-12-26 01:18:53 -05:00 | 5 commits to master since this release

    Features

    • Build Besu network with 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
  • v3.0.0 38d7988b3c

    v3.0.0 Stable

    kidneyweakx released this 2024-03-18 23:11:31 -04:00 | 6 commits to master since this release

    Features

    • #98 helm chart install & template prototype

    Full Changelog: https://github.com/cathayddt/bdk/compare/v2.1.1...v3.0.0

  • v2.1.1 00a7e172b7

    v2.1.1 Stable

    kidneyweakx released this 2024-02-27 00:38:04 -05:00 | 7 commits to master since this release

    Fixes

    Full Changelog: https://github.com/cathayddt/bdk/compare/v2.1.0...v2.1.1

  • v2.1.0 b0f47ac772

    v2.1.0 Stable

    kidneyweakx released this 2024-02-02 03:51:36 -05:00 | 8 commits to master since this release

    Features

    • 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

  • v2.0.5 88d297923c

    v2.0.5 Stable

    kidneyweakx released this 2023-12-05 01:31:05 -05:00 | 9 commits to master since this release

    Features

    • Lazy loading in command change #92
    • Bdk ui redesign #89

    Fixes

    • Update docker logs component #93
    • Ui selectInput delay #91