Skip to content

Releases: cathayddt/bdk

v3.4.1

Choose a tag to compare

@Yorkchung Yorkchung released this 21 Nov 09:19
ccec256

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

Choose a tag to compare

@Yorkchung Yorkchung released this 03 Sep 09:22
8a8c208

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

Choose a tag to compare

@Yorkchung Yorkchung released this 30 Jul 02:22
b219fb2

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

Choose a tag to compare

@Yorkchung Yorkchung released this 30 Jun 07:41
b6c25a3

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

Choose a tag to compare

@Yorkchung Yorkchung released this 20 Jan 08:45
7bf64e8

Features

  • Build Besu Kubernetes with apply, delete, generate function

Fixes

  • Quorum k8s wallet alloc

v3.1.0

Choose a tag to compare

@Yorkchung Yorkchung released this 26 Dec 06:41
ab34036

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

Choose a tag to compare

@kidneyweakx kidneyweakx released this 19 Mar 03:47
38d7988

Features

  • #98 helm chart install & template prototype

Full Changelog: v2.1.1...v3.0.0

v2.1.1

Choose a tag to compare

@kidneyweakx kidneyweakx released this 07 Mar 01:54
00a7e17

Fixes

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@kidneyweakx kidneyweakx released this 02 Feb 09:10
b0f47ac

Features

  • New Command: bdk dashboard
  • Transform bdk ui to quorum dashboard #99
  • Optimize create network process #100
  • Bootnode mode #97

Full Changelog: v2.0.5...v2.1.0

v2.0.5

Choose a tag to compare

@kidneyweakx kidneyweakx released this 05 Dec 06:44
88d2979

Features

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

Fixes

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