Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

78 lines (51 loc) · 4.96 KB

Changelog

1.5.1 (2023-04-03)

Changes

  • networks: update chain id and RPC endpoint for constantine-2 (#171)

1.5.0 (2023-03-15)

Changes

  • query: added flag to print raw json to stdout (#164)
  • accounts: the command output will default to text mode for better readability (#167])
  • build: bump rust-optimizer to 0.12.12 (#162])

Bug Fixes

cli: fixed an output error when running commands that require waiting for a tx result (#163) cli: fixed issue when fetching the last contract address deployed (#165) instantiate: fixed error when the codeId is not found in the deployments state (#166)

1.4.1 (2023-02-28)

Bug Fixes

  • build: fixed error when running the CosmWasm Optimizer image on M1 Macbooks (#161)

1.4.0 (2023-02-21)

Changes

  • networks: change the default gas adjustment parameter to 1.5 instead of 1.2 (#153)
  • build: updated the CosmWasm Optimizer image to 0.12.11 (#155)
  • build: enable rust backtrace in optimizer (#156)
  • archwayd: use the archwaynetwork/archwayd:v0.2.0 tag by default (#159)
  • archwayd: connect the container to the host network to allow interaction with a node running on the host machine (#159)

Bug Fixes

  • build: fixed error when the CosmWasm Optimizer image didn't exist in the local environment (#155)
  • build: fixed error when a build container is already running in the background (#157)
  • store: fixed error when validating the stored wasm file on-chain (#158)

Breaking Changes

  • networks: removed torii from the networks list (#153)

1.3.0 (2023-01-20)

Features

  • archwayd: use the minimum gas fee in all transactions (#120)
  • archwayd: set metadata using the new rewards module (#121)
  • history: list deployments for current chain (#126)
  • cargo: parse metadata for workspaces (#127)
  • build: use the rust-optimizer Docker image instead of wasm-opt (#128)
  • config: initialize config files in existing projects (#131)
  • network: enable local network 726c452
  • config: store project name in deployment history (#137)

Bug Fixes

  • cargo: check current path to fetch metadata (#124)
  • cli: fail fast when transactions do not succeed (#122)
  • metadata: typo in --rewards-address flag (#123)

Security Fixes

  • deps: bump json5 from 2.2.1 to 2.2.3 (#133)

Breaking Changes

  • cli: deprecate support for nodejs 14 (#130)
  • cli: deprecate the run command (#125)
  • cli: deprecate the test command (#132)
  • cli: renamed the configure command to config (#131)
  • build:: Docker is now a hard requirement (#128)