Releases: logical-mechanism/Tx-Simulation
Releases · logical-mechanism/Tx-Simulation
v2.0.0
What's Changed
- can simulate v2 and v3 now with new plutus version flag, defaults to v3 by @quinn-logicalmechanism in #6
New Contributors
- @quinn-logicalmechanism made their first contribution in #6
Full Changelog: v1.2.1...v2.0.0
v1.2.1
Hotfix update
What's Changed
- fixed network in resolved inputs and updated capture output in simulate by @logicalmechanism in #5
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Added time validation for pre-production.
- Added more tests
- Added method sorting simulate results
- Added method for getting inputs from cborHex
What's Changed
- Code review 1 by @logicalmechanism in #4
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- accounted for all stake keys in run_bech32 by @logicalmechanism in #3
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.0
This should work for all valid cardano contract transactions. If a specific edge case is missing it can now be reproduced in the example contract folder and then added as a from_cbor test. The fee logic issue has been resolved and it works for an arbitrary amount of contracts. The order of the dictionary should match the order of the redeemers inside the transaction CBOR.
Full Changelog: https://github.com/logicalmechanism/tx_simulation/commits/v1.0.0