Releases: hyperledger-labs/fabric-token-sdk
Releases · hyperledger-labs/fabric-token-sdk
v0.3.0
What's Changed
- remove htlc TODOs by @HagarMeir in #440
- add final interop test to fabtoken by @HagarMeir in #443
- addressing todos by @adecaro in #441
- sender should match audit info #438 by @adecaro in #439
- remove todos from crypto library by @KElkhiyaoui in #444
- ZKATDLOG: Improved VaultTokenCommitmentLoader by @adecaro in #448
- tokengen pp command suite by @adecaro in #445
- audit improvements by @adecaro in #454
- Bump github.com/containerd/containerd from 1.5.16 to 1.5.18 by @dependabot in #456
- Bump github.com/ipld/go-ipld-prime from 0.9.0 to 0.19.0 by @dependabot in #455
- ability to set the cache of the wallets via configuration file by @adecaro in #458
- various enhancements by @adecaro in #450
- bug fix and improvements by @adecaro in #446
- Bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #457
- Bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 by @dependabot in #464
- Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #466
- fabric2.5, go1.20, various improvements... by @adecaro in #467
- compute the sum of the outputs over those in the same action. by @adecaro in #468
- check what happens when wallets on the same nodes are used in an htlc tx by @adecaro in #469
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #472
- idemix revocation by @adecaro in #470
- pp mgmt cleanup by @adecaro in #471
- Bump google.golang.org/grpc from 1.52.3 to 1.53.0 by @dependabot in #477
- Two TMS on the same fabric network by @adecaro in #476
- double spending bugfix by @adecaro in #482
- Bump github.com/libp2p/go-libp2p from 0.26.4 to 0.27.8 by @dependabot in #484
- idemix: validate identities by @adecaro in #487
- idemix aries support by @ale-linux in #488
- fabric-ca support by @adecaro in #474
- Fix typos by @omahs in #489
- mathlib, idemix, and FSC update by @adecaro in #491
- split dlog tests for more parallelism in the CI by @adecaro in #492
- support for external wallets by @alexandrosfilios in #496
- no need to load the idemix revocation key by @adecaro in #498
- v0.3.0 by @adecaro in #500
New Contributors
- @dependabot made their first contribution in #456
- @ale-linux made their first contribution in #488
- @omahs made their first contribution in #489
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This release brings bug fix and enhancements.
What's Changed
- Fix Audit Lock mechanism by @adecaro in #426
- Integration Tests: Register Owner Wallet by @adecaro in #427
- Update Public Param by @sapthasurendran in #403
- uncomment test by @HagarMeir in #429
- various enhancements by @adecaro in #428
- artifactgen, additional documentation and samples by @adecaro in #432
- load public params from vault when possible by @adecaro in #431
- remove GOPATH from CI script by @adecaro in #434
- reduce panics as much as possible by @adecaro in #433
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- additional documentation #3 by @adecaro in #6
- nwo token platform: customisation #4 by @adecaro in #5
- Token Selector: Introduce Concurrency Error #11 by @adecaro in #12
- Streamline Token Transaction Resources Release #10 by @adecaro in #13
- additional documentation by @adecaro in #15
- additional documentation by @adecaro in #17
- Refactor Platform Folder Structure #16 by @adecaro in #19
- removing deps to
view/driver
#18 by @adecaro in #20 - additional documentation by @adecaro in #21
- additional documentation by @adecaro in #23
- additional documentation by @adecaro in #26
- Decouple unmarshaling from receiver and export bulk unmarshaling by @yacovm in #29
- clear version for the stack figure? #28 by @adecaro in #30
- tokengen: add ability to generate artifacts #34 by @adecaro in #35
- nwo: token chaincode generation fix param string #36 by @adecaro in #37
- Owner encodes a type #39 by @yacovm in #31
- fabtoken: cleanup and completion #40 by @adecaro in #41
- update fabric smart client dependency to: #43 by @adecaro in #44
- Export Transaction fields by @yacovm in #46
- export verification methods of fabtoken.Validator by @KElkhiyaoui in #49
- update fabric smart client dependency to: #43 by @adecaro in #51
- dlog: membership proof returns errors by @KElkhiyaoui in #50
- Split CI jobs by @yacovm in #54
- add a getter for validation parameters + export unmarshalling method by @KElkhiyaoui in #55
- token/driver api: introduce custom options for Transfer and Issue #42 by @HagarMeir in #52
- Refactor VerifyTransfers by @KElkhiyaoui in #57
- extend issue action #45 by @HagarMeir in #58
- Resurrect go.yml and direct it to merge only by @yacovm in #59
- various improvements #63 by @adecaro in #64
- commit IssueAction by @KElkhiyaoui in #61
- ability to choose wallets and recipient by tms #65 by @adecaro in #66
- various improvements #67 by @adecaro in #68
- update key for issue metadata by @KElkhiyaoui in #69
- minor fix by @adecaro in #70
- Check if issue metadata entry is already occupied by @KElkhiyaoui in #73
- Update dependencies and upgrade to Go 1.16 by @yacovm in #74
- Collapse Raw owner (71) by @yacovm in #76
- Revert "Collapse Raw owner" by @yacovm in #78
- close auditor session #79 by @adecaro in #80
- verify #40 by @HagarMeir in #81
- nwo: let the token chaincode being deployed by the nwo fabric p. #82 by @adecaro in #83
- GetManagementService should not panic #85 by @adecaro in #87
- add custom label to public params by @HagarMeir in #88
- Drivers Enhancements #89 by @adecaro in #90
- token processors will not panic anymore when a token by @adecaro in #91
- Various fixes by @adecaro in #95
- drivers: use local deserializer to register recipient identities #96 by @adecaro in #97
- ci fix by @adecaro in #102
- check well-formedness of inputs to token operations #14 by @HagarMeir in #98
- export TCC functions by @adecaro in #104
- fix module dependency by @adecaro in #105
- token transaction: application metadata #103 by @adecaro in #108
- token request: generalize auditor field #99 by @adecaro in #109
- FSC dep update by @adecaro in #110
- translator: adding ability to read the token request by @adecaro in #112
- upgrade to FSC 1bd8acc by @adecaro in #115
- mathlib integration #1 by @HagarMeir in #113
- rm token/core/math by @HagarMeir in #116
- changes to support the new idemix in FSC by @adecaro in #117
- use fsc/fabric/services/chaincode package by @adecaro in #118
- Added FPC support to Token Topology by @adecaro in #121
- reduce deps to platform/fabric by @adecaro in #122
- Resolve data races in ZKAT-DLOG transfers by @yacovm in #123
- introduce more abstractions by @adecaro in #124
- init FPC token chaincode by @adecaro in #125
- network abstraction by @adecaro in #126
- additonal network abstraction by @adecaro in #127
- Parallel zkatdlog by @yacovm in #129
- Test Prove well formed ZLAT-DLOG in parallel by @yacovm in #128
- reduce fabric dependency by @adecaro in #132
- reduce fabric dep by @adecaro in #134
- reduce tx size by @adecaro in #135
- extended fabric identity (idemix) deserializer by @adecaro in #131
- pp fetcher fix by @adecaro in #137
- rm off chain by @HagarMeir in #138
- get anonymous identity wrt audit info as well by @adecaro in #141
- fix datarace by @mffrench in #143
- enable race detection by @adecaro in #144
- TCC extension by @adecaro in #145
- support for sig metadata by @adecaro in #146
- reduce logging from error to debug by @adecaro in #148
- dep sync by @adecaro in #149
- Cache init params at chaincode startup by @yacovm in #153
- deactivate range proof when it is an ownership transfer by @KElkhiyaoui in #151
- F 150 by @yacovm in #152
- Use mod flag in CI by @yacovm in #155
- update FSC dep by @adecaro in #156
- new nwo token by @adecaro in https://githu...