Skip to content

Releases: cosmology-tech/cw-simulate

2.3.0

07 Nov 13:43
Compare
Choose a tag to compare

Added instrumented CWSimulateVMInstance with CosmWasm VM system call history.

2.2.0

07 Nov 07:30
Compare
Choose a tag to compare

Adds env and storeSnapshot to TraceLog variants;

NOTE: storeSnapshot is snapshot of entire chain, not just Wasm contract. Be sure to index into the correct subkey.

2.1.1

02 Nov 09:21
61fa6e2
Compare
Choose a tag to compare
  • Add state rollback instantiateContract in the Wasm module.
  • Add execution tracing to instantiateContract in the Wasm module.
  • Reorganize types into types.ts

2.1.0

02 Nov 07:49
e58a9cf
Compare
Choose a tag to compare

Adds support for execution traces in the Wasm module.

2.0.1

31 Oct 12:01
Compare
Choose a tag to compare

What's Changed

  • Implement Wasm module
  • Implement Bank Module
  • Significant architectural re-write - note that this includes several breaking changes, check the README for up-to-date code samples

Full Changelog: 1.1.2...2.0.1

1.1.2

05 Oct 13:41
Compare
Choose a tag to compare

What's Changed

  • PR #6: ExecutionHistoryRecord type for downstream typing

1.1.1

03 Oct 15:08
Compare
Choose a tag to compare

What's changed

  • Make CWSimulateEnv serialisable
  • Use cosmwasm-vm-js version 0.1.18
  • Add accounts

Full Changelog: 1.0.4...1.1.0

1.0.4

10 Sep 02:00
Compare
Choose a tag to compare
  • Use cosmwasm-vm-js v0.1.12
  • Add test for multiple chains and contracts

1.0.3

07 Sep 03:02
Compare
Choose a tag to compare
1.0.3 Pre-release
Pre-release

Full Changelog: 1.0.2...1.0.3

1.0.2

07 Sep 02:52
Compare
Choose a tag to compare
1.0.2 Pre-release
Pre-release
fix(publish): add missing env variable [ci-skip]