Skip to content

Releases: osmosis-labs/beaker

v0.1.8

17 Nov 02:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

03 Oct 07:22
Compare
Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

v0.1.6

15 Jun 10:06
Compare
Choose a tag to compare

What's Changed

  • not ignore lock, because i cannot compile until copied lock for docs.rs by @dzmitry-lahoda in #121
  • bump dependencies (cosmrs, clap)
  • fix installation failure

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

03 May 03:59
Compare
Choose a tag to compare

What's new

  • update default config for osmosis testnet from osmo-test-4 to osmo-test-5 with updated endpoint

v0.1.4

21 Mar 10:30
Compare
Choose a tag to compare

What's new

v0.1.4 comes with new task scripting capability which makes

  • contracts wiring logic easier to write
  • run assertion to ensure the script is running correctly
  • can be used as integration testing

Jump to the documentation to learn more!

v0.1.3

19 Jan 03:55
Compare
Choose a tag to compare

What's new

  • update mainnet and testnet grpc endpoint default port
  • update dependencies

v0.1.2

07 Dec 16:54
Compare
Choose a tag to compare

What's new

  • fix ts-codegen compatibility issue

v0.1.1

27 Sep 07:31
Compare
Choose a tag to compare

What's new

  • update test validator mnemonic to be in-sync with localosmosis
  • fix typo in query execution (by @rrrliu)

v0.1.0

22 Sep 09:09
Compare
Choose a tag to compare

What's new

  • CosmWasm 1.1 support
  • Use programmatic approach to ts-codegen over cli approach, which gives more control to the developer.
  • scaffolding template update
    • minimal for no example, only skeleton type template
    • counter-example (no pun intended) has counter contract + frontend example

Migration

see v0.1.0 migration

v0.0.8

29 Aug 03:03
Compare
Choose a tag to compare

What's new

  • Bail on external command line error to avoid confusion
  • Add execute and query command (by @vernonjohnson)