Skip to content

Releases: bnb-chain/greenfield-go-sdk

v0.0.7

21 Mar 02:12
283b085
Compare
Choose a tag to compare

This release includes the following:

  1. update dependencies
  2. support group SDKs
  3. support permission SDKs
  4. support quota related SDKS

What's Changed

  • #27 update dependencies
  • #28 feat: support group&permission&quota sdks

v0.0.6

13 Mar 02:35
e184f8c
Compare
Choose a tag to compare

This release includes the following:

  1. fix git workflow
  2. update dependencies
  3. support SP sdk: support get SP info and list SP
  4. update createObject and createBucket API
  5. support headBucketById and headObjectById

What's Changed

  • #24 fix: fix compute hash bug and update APIs
  • #22 fix: fix workflow and docs

v0.0.5

27 Feb 12:30
1dd93e5
Compare
Choose a tag to compare

This release includes the following:

  1. support challenge sp sdk
  2. support the get-approval new version
  3. support the integrated GnfdClient storage SDKs

Changes

  • #17 feat: support integrated storage sdks

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

20 Feb 09:48
c5710d5
Compare
Choose a tag to compare

This release includes following:

  1. Make alias to greenfield sdk,
  2. New client with multiple provider rpc and grpc address.

Changes

  • #15 Feat: option to init client with multipe provider

v0.0.3

14 Feb 06:21
bf06a47
Compare
Choose a tag to compare

Description
This release includes following:

  1. rename gnfd to greenfield
  2. removes msgclients & provides more broadcast mode as tx options
  3. (sp)adjust SignRequest method && fix endpoint check bug

Changes

#9 feat: rename repo and imports (gnfd -> greenfield)
#10 adjust SignRequest method && fix endpoint check bug
#11 feat: enable multiple broadcast mode & remove msgclients

v0.0.2

10 Feb 09:30
eae70a8
Compare
Choose a tag to compare

Description

This release adds bridge, sp, payment, storage msg types and also includes the storage provider sdk

Change Log

#4 test: removed incomplete testcases for staking and gashub
#5 feat: added oracle, crosschain clients
#6 feat: support storage provider sdk
#7 feat: add more support msgtype

v0.0.1

06 Feb 05:59
78afcb3
Compare
Choose a tag to compare

The initial release of Greenfield-GO-SDK.

The Greenfield-GO-SDK provides a thin wrapper for interacting with greenfield in two ways:

  1. Interact using GreenfieldClient client, you may perform querying accounts, chain info and broadcasting transaction.
  2. Interact using TendermintClient client, you may perform low-level operations like executing ABCI queries, viewing network/consensus state.