Releases: hyperledger/firefly-signer
Releases · hyperledger/firefly-signer
v1.1.18
What's Changed
- Add utility for parsing errors, including as a string by @peterbroadhurst in #82
- Handle unnamed tuple entries consistently on input and output by @peterbroadhurst in #83
- Fix negative integer hex formatting and add JSON number formatting option by @peterbroadhurst in #84
Full Changelog: v1.1.17...v1.1.18
v1.1.17
What's Changed
- Update to the latest ff-common by @matthew1001 in #81
Full Changelog: v1.1.16...v1.1.17
v1.1.16
What's Changed
- Update dockerfile and CI to 1.22 by @matthew1001 in #80
Full Changelog: v1.1.15...v1.1.16
v1.1.15
v1.1.14
What's Changed
- Add functions for round trip decoding of transaction payloads by @peterbroadhurst in #64
- Update MAINTAINERS.md by @EnriqueL8 in #67
- Expose API to directly call HashStruct from EIP-712 and M+N dims by @peterbroadhurst in #68
- Generate Solidity style full descriptions of functions/events/structs by @peterbroadhurst in #71
- Allow additional/override of non-spec fields, including "address" by @peterbroadhurst in #70
- Add correct permissions for action by @EnriqueL8 in #74
- Add support for 256 bit JSON numbers (vs. strings), including scientific notation by @matthew1001 in #76
- Add utils for compact RSV encoding/decoding by @peterbroadhurst in #73
- Solsig indexed by @peterbroadhurst in #75
- Increase handling of JSON Number large numbers (vs. string) by @peterbroadhurst in #77
New Contributors
- @matthew1001 made their first contribution in #76
Full Changelog: v1.1.13...v1.1.14
v1.1.13
v1.1.12
What's Changed
- Update receipts and TX info by @nguyer in #55
- Change Dockerfile to use non-root user by @nguyer in #57
- Update dependencies. Update to Go 1.21 by @nguyer in #58
- fix: when decoding addresses restrict to 20 bytes by @SamMayWork in #56
- Update MAINTAINERS.md and CODEOWNERS by @nguyer in #47
New Contributors
- @SamMayWork made their first contribution in #56
Full Changelog: v1.1.11...v1.1.12
v1.1.11
What's Changed
- Add wsbackend client by @nguyer in #50
- Additional nil check on CallRPC by @nguyer in #52
- Fix auto reconnect for RPC WebSocket by @nguyer in #53
- Implement EIP-712 Typed Data by @peterbroadhurst in #51
Full Changelog: v1.1.10...v1.1.11
v1.1.10
What's Changed
- Ensure SyncRequest never returns nil, even if context is closed by @peterbroadhurst in #48
Full Changelog: v1.1.9...v1.1.10
v1.1.9
What's Changed
- fix: check dynamic type for tuple before decoding by @EnriqueL8 in #46
Full Changelog: v1.1.8...v1.1.9