Releases: koinos/koinos-mempool
Releases · koinos/koinos-mempool
v1.4.0
v1.3.1
What's Changed
- Update Docker by @sgerbino in #99
- Block applicator by @mvandeberg in #100
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Update github workflows by @mvandeberg in #91
- Update after_success.sh by @mvandeberg in #92
- Upgrade log library by @sgerbino in #93
- Unique nonce by @sgerbino in #94
- Pitchfork by @sgerbino in #95
- Bump cmake to v1.0.0 by @mvandeberg in #96
Full Changelog: v1.1.0...v1.3.0
1.3.0-rc1
What's Changed
This is a release candidate and not considered stable or production ready.
When transactions with different IDs from a particular account have the same nonce they will no longer be accepted into the mempool. This behavior change is intended to prevent the degraded performance observed where block producers start trimming transactions on transaction failure resulting in slow processing.
- Update github workflows by @mvandeberg in #91
- Update after_success.sh by @mvandeberg in #92
- Upgrade log library by @sgerbino in #93
Full Changelog: v1.1.0...v1.3.0-rc1
1.1.0
What's Changed
- Upgrades
mempool
to become fork aware by @sgerbino in #86 - Check all possible forks when checking account resources by @sgerbino in #88
- Bump Hunter version and deps by @mvandeberg in #89
- Update submodules and bump version to v1.1.0 by @mvandeberg in #90
Full Changelog: v1.0.1...v1.1.0
1.0.1
Release notes
- Bump MQ library version to v1.0.1 (https://github.com/koinos/koinos-mq-cpp/releases/tag/v1.0.1)
1.0.0
Merge pull request #71 from koinos/1.0.0 Bum submodules for 1.0.0
0.4.1 - Testnet
Merge pull request #66 from koinos/64-transaction-expiration Allow transactions to expire based on the wall clock time
0.4.0 - Testnet
Merge pull request #63 from koinos/valgrind Add Valgrind to CI
0.3.0 - Testnet
Merge pull request #60 from koinos/mempool-accepted Broadcast when a transaction is accepted to the mempool