Skip to content

Releases: hyperledger/firefly-transaction-manager

v1.4.4

19 Jan 14:02
e1ed540

Choose a tag to compare

What's Changed

  • introduce a new submission API under a /submit path by @Chengxuan in #152, the new path:
    • supports batching of multiple transactions into a single request
    • added an extra function HandleSubmissions(ctx context.Context, submissions []*apitypes.SubmissionRequest) (responses []*apitypes.SubmissionResponse) in the transaction handler interface
    • the new submission API exposes a generic spelling for transaction submissions

Full Changelog: v1.4.3...v1.4.4

v1.4.3

11 Dec 16:26
1e78350

Choose a tag to compare

What's Changed

  • fix: duplicate notifications when walkChainForItem fails by @EnriqueL8 in #153
  • fix: do not recreate a new notifications slice by @EnriqueL8 in #155

Full Changelog: v1.4.2...v1.4.3

v1.4.2

01 Dec 12:38
a03c53c

Choose a tag to compare

What's Changed

  • return transaction receipt as part of the confirmation response by @Chengxuan in #150

Full Changelog: v1.4.1...v1.4.2

v1.4.1

28 Oct 19:19
6190a7e

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

07 Jul 09:48
d584645

Choose a tag to compare

What's Changed

Full Changelog: v1.3.20...v1.4.0

v1.3.20

28 Apr 03:50
7a882dd

Choose a tag to compare

What's Changed

  • build(deps): update firefly-common to v1.5.1 by @ssmirr in #138

New Contributors

Full Changelog: v1.3.19...v1.3.20

v1.3.19

24 Feb 13:22
3e2fb0e

Choose a tag to compare

What's Changed

Full Changelog: v1.3.18...v1.3.19

v1.3.18

13 Sep 14:52
d04830c

Choose a tag to compare

What's Changed

Full Changelog: v1.3.17...v1.3.18

v1.3.17

11 Sep 13:12
94672ae

Choose a tag to compare

What's Changed

Full Changelog: v1.3.16...v1.3.17

v1.3.16

03 Sep 13:30
293e998

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.15...v1.3.16