Skip to content

Releases: cosmology-tech/cw-simulate

v2.7.5

14 Dec 08:15
49740c7
Compare
Choose a tag to compare
  • Added label to contract instantiation.

v2.7.4

09 Dec 20:45
Compare
Choose a tag to compare
  • Actually transfer instantiate & execution funds from sender to contract
  • Update block height & time when storing code, instantiating or executing
  • Some minor fixes

v2.7.3

08 Dec 16:56
Compare
Choose a tag to compare

Fix a null/undefined error & export some utility functions

v2.7.2

07 Dec 18:28
Compare
Choose a tag to compare

ArrayBuffer and its views are no longer "immutified" (turned into Immutable collections) as this had a larger performance impact than expected. Also introduces NEVER_IMMUTIFY property which can be attached to any object to prevent the storage subsystem from immutifying it.

v2.7.1

07 Dec 12:59
Compare
Choose a tag to compare

TransactionalLens.prototype.getObject helper, designed as inverse of Immutable.fromJS

v2.7.0

07 Dec 11:21
c773b92
Compare
Choose a tag to compare

Changes to storage access for improved type safety & stability

2.6.2

29 Nov 09:29
c6c2b41
Compare
Choose a tag to compare
  • Bank module now supports deletion of funds.
  • Query is now refactored to query on current snapshot rather than current state.

2.6.0

17 Nov 13:50
9c04aa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.0

11 Nov 09:44
Compare
Choose a tag to compare

Full Changelog: 2.4.0...2.5.0

2.4.0

11 Nov 02:37
Compare
Choose a tag to compare

Simply use CWSimulateVMInstance.logs to house both callHistory and debugMsgs; adds typings.