Skip to content

Oasis CLI 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 17:35
· 207 commits to master since this release
v0.4.0
0475ab8

Changelog

New Features

Bug fixes

  • c875f50: fix(account): Fix crash when using Ledger secp256k1 on consensus (@matevz)
  • a239b94: fix(account): Move node-unregister from entity to account (@matevz)
  • c40f8aa: fix(build): Change echo to printf for more portable color escapes (@jberci)
  • 8697ea5: fix(burn): Fix burn parameters (@matevz)
  • 6e9f6ad: fix(cmd): Add checks for unique wallet/ab name (@matevz)
  • fc68324: fix(cmd): Add missing --height to governance list (@matevz)
  • 7e6b8db: fix(cmd): Alias cleanup (@matevz)
  • 849aceb: fix(cmd): Don't crash when event channel is closed (@kostko)
  • 19ffd6b: fix(cmd): Don't crash when paratime tx submitted without paratime set (@kostko)
  • 7de12db: fix(cmd): Store Eth address as reference (@matevz)
  • b4216ec: fix(cmd): Use JSON for pretty-printing events/results (@kostko)
  • 22848b8: fix(network): oasis network show runtimes -> paratimes (@matevz)
  • a2a1212: fix(paratime): Default to -1 for start-block, polish UI (@matevz)
  • a16f162: fix(paratime): Make paratime statistics consistent with other cmds (@matevz)

Dependencies updates

  • 8d580d3: build(deps): Bump Go Client SDK to v0.5.1 (@kostko)
  • fae3cf4: build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 (@dependabot[bot])
  • 84e2aa7: build(deps): bump github.com/ethereum/go-ethereum from 1.11.5 to 1.12.0 (@dependabot[bot])
  • 1531481: build(deps): bump github.com/oasisprotocol/oasis-core/go (@dependabot[bot])
  • afa7d3f: build(deps): bump github.com/oasisprotocol/oasis-core/go (@dependabot[bot])
  • 0a21fe4: build(deps): bump github.com/oasisprotocol/oasis-sdk/client-sdk/go (@dependabot[bot])
  • 1e4594a: build(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (@dependabot[bot])
  • 85c1a0c: build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (@dependabot[bot])
  • 7ed0306: build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (@dependabot[bot])
  • 246bfb0: build(deps): bump github.com/zondax/ledger-go from 0.14.1 to 0.14.2 (@dependabot[bot])
  • 9fb3657: build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 (@dependabot[bot])
  • 46476a5: build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 (@dependabot[bot])
  • e10f263: build(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 (@dependabot[bot])

Other changes

Full Changelog: v0.3.0...v0.4.0