Releases: hyperledger/firefly-tokens-erc1155
Releases · hyperledger/firefly-tokens-erc1155
v0.10.1
v0.10.0
What's Changed
- Do not use tokenIndex for fungible pools by @awrichar in #35
- Expose "standard" attribute for token pools (always set to "ERC1155") by @awrichar in #36
- Add GitHub action to build commits to main by @nguyer in #39
- Remove old Solidity contract by @awrichar in #31
- Allow passing in "operator" to override fly-from by @awrichar in #30
- Clean up README by @awrichar in #41
- Make "operator" mandatory, remove "data" from pool creation by @awrichar in #40
- Remove ETHCONNECT_IDENTITY parameter by @awrichar in #42
- Create event subscriptions on a per-pool basis by @awrichar in #43
Full Changelog: v0.9.0...v0.10.0
v0.9.0-20211028-01
v0.9.0-20211021-01
What's Changed
Full Changelog: v0.9.0-20211019-01...v0.9.0-20211021-01
v0.9.0-20211019-01
What's Changed
Full Changelog: v0.9.0...v0.9.0-20211019-01
v0.9.0
What's Changed
- Initial code by @awrichar in #2
- Add GitHub action for unit tests by @awrichar in #6
- Add README by @awrichar in #7
- Include author in token-pool event by @awrichar in #4
- Add Solidity contract and Dockerfile by @awrichar in #3
- Add automated Docker builds by @awrichar in #11
- Support deferred initialization by @awrichar in #10
- Pass through block information for blockchain transactions by @awrichar in #15
- Add operator to every websocket event by @awrichar in #16
- Remove "author" field from token-pool event by @awrichar in #17
- Allow overriding request ID by @awrichar in #18
- Add curl to docker image for healthchecks by @nguyer in #20
- Add arbitrary "data" input to all POST APIs by @awrichar in #19
- Remove separate namespace/name/clientId parameters by @awrichar in #21
- Remove tight ping loop on websocket by @awrichar in #23
- Replace arbitrary "data" param on /pool with individual fields by @awrichar in #25
- Remove references to labs by @nguyer in #26
- Correct license in package.json to Apache-2.0 by @awrichar in #27
- Only ping event stream socket when it is open by @awrichar in #28
- Extract "data" from inputArgs on mint/transfer calls by @awrichar in #24
- Add burn support by @awrichar in #29
- Use strings to pass all values, as they are uint256 by @peterbroadhurst in #32
- Rsjx version by @peterbroadhurst in #33
- Create tagged image when publishing a release by @nguyer in #34
New Contributors
- @awrichar made their first contribution in #2
- @nguyer made their first contribution in #20
- @peterbroadhurst made their first contribution in #32
Full Changelog: https://github.com/hyperledger/firefly-tokens-erc1155/commits/v0.9.0