Skip to content

Releases: logical-mechanism/Tx-Simulation

v2.0.0

04 Sep 23:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v2.0.0

v1.2.1

07 Aug 17:44
22573e6
Compare
Choose a tag to compare

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

07 Aug 17:03
7570952
Compare
Choose a tag to compare
  • Added time validation for pre-production.
  • Added more tests
  • Added method sorting simulate results
  • Added method for getting inputs from cborHex

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

26 Jan 19:59
e487b68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 Jan 22:42
2865c00
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Jan 01:02
5249275
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Dec 23:22
e1d8f98
Compare
Choose a tag to compare

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