Releases: hyperledger/firefly-transaction-manager
Releases · hyperledger/firefly-transaction-manager
v1.3.8
v1.3.7
What's Changed
- Better logging for transaction writer, and TXUpdate de-dup by @peterbroadhurst in #108
- Fix propagation of
blockNumber
to EVMConnect (and batch logging tweak) by @peterbroadhurst in #109
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- test: use
t.TempDir
to create temporary test directory by @Juneezee in #75 - update document to reflect supported persistence db types by @Chengxuan in #105
- Update dependencies by @nguyer in #106
- Update CODEOWNERS by @Chengxuan in #100
New Contributors
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- adding default request timeout in the generated swagger doc by @Chengxuan in #103
- Require policy engines to map failures during submission to idempotency by @peterbroadhurst in #104
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- Start debug server before we start processing by @peterbroadhurst in #101
- Enhance logging on event dispatch, and resolve edge case panic by @peterbroadhurst in #102
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- avoid using internal interface in public pkg by @Chengxuan in #98
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Fixing a nonce conflict issue when the cached nonce expired. by @Chengxuan in #99
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Migration command - leveldb2postgres by @peterbroadhurst in #93
- Avoid double-locking the read-lock calling GetTransactionByIDWithStatus by @peterbroadhurst in #96
- Provide a way for policy engines to pass additional state to callbacks by @peterbroadhurst in #92
- Fix confirmations incremental dispatch by @peterbroadhurst in #94
- Preserve timestamps on migration from LevelDB to Postgres by @peterbroadhurst in #97
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Persistence enhancements - including adding PostgreSQL support by @peterbroadhurst in #85
- Add suspend/resume transaction actions, and tweaks to history API by @peterbroadhurst in #89
- Expose filters for rich query by @Chengxuan in #91
Full Changelog: v1.2.14...v1.3.0