Skip to content

Releases: casibase/chainserver

v1.3.0

20 Jun 02:02
664eead
Compare
Choose a tag to compare

1.3.0 (2025-06-20)

Features

  • add Swagger and Docker commands to README (#14) (c561dcb)
  • fix port mapping in docker-compose script (#13) (5ab7bdd)

v1.2.0

19 Jun 15:11
4a4751b
Compare
Choose a tag to compare

1.2.0 (2025-06-19)

Features

v1.1.0

19 Jun 07:59
0c4b413
Compare
Choose a tag to compare

1.1.0 (2025-06-19)

Features

  • fix cgo-related bug in Dockerfile (#11) (0c4b413)

v1.0.0

19 Jun 07:28
54922e3
Compare
Choose a tag to compare

1.0.0 (2025-06-19)

Bug Fixes

  • fix a bug where the result is returned as empty (#8) (d960aa1)
  • fix transaction failure after chainmaker commit (#7) (5a1021c)
  • ignore sdk.log files (8ec35b3)

Features

  • add chainmakerServer_test.go (#3) (4b0a238)
  • add compatibility notes to README.md (#5) (610a7e0)
  • add error in GetOwnerAndNameFromId() (8e32081)
  • add README (#2) (3794fb9)
  • add semantic-release, swagger and publish to DockerHub (#10) (54922e3)
  • Enables records bound to chainmaker to be correctly redirected to the browser via block. (#9) (bb31105)
  • expose HTTP methods for invoke-contract and query-contract (07c3165)
  • improve InvokeContract and QueryContract APIs (#4) (f9d192a)