Releases: terra-money/terrain
Releases · terra-money/terrain
v0.8.0
14 Jun 15:11
Compare
Sorry, something went wrong.
No results found
0.8.0 (2023-06-14)
Features
First interchain Terrain release. It is now configurable to work with any single or multiple station-supported chains.
Integrate Feather.js into terrain module to enable interchain-ality (cd96fda )
pull lcdclient info from from station assets (973cb37 )
New query command for running generic wasm queries. (927bf2b )
New tx command for submitting generic wasm transactions.
v0.7.0
23 Sep 17:20
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
Add query suffix to all query methods in generated clients. (90da27f )
Generate TypeScript clients on deploy. (ee46a79 )
Check Node.js version on startup. (#119 ) (1261486 )
Print address of generated wallet when using terrain wallet:new command. (9f94b13 )
v0.6.2
12 Aug 22:02
Compare
Sorry, something went wrong.
No results found
Features
Set signer as admin by default when deploying.
Bug Fixes
Update Terra.js to resolve bug with contract:updateAdmin command.
v0.6.1
10 Aug 17:09
Compare
Sorry, something went wrong.
No results found
Features
Detect arm64 architecture automagically. (#107 )
New contract:build command. (#106 )
New contract:optimize command. (#106 )
Add workspace-optimizer and cargo workspace support. (#106 )
Enable setting a default deployment task. (#106 )
Updating terrain cli functionality (#99 ) (e05309b )
BREAKING CHANGES
Parameters for deployment tasks, client execute, and client query have been rearranged for usability. (#106 )
v0.5.8
14 Jul 19:49
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Generated clients should use PascalCase. (2d2a958 )
v0.5.7
14 Jul 19:19
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Use transpile-only when running tasks. (17a016d ), closes #100
v0.5.0
14 Jul 17:55
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
Generate typescript clients automagically! (#97 ) (5038864 )
mainnet gas fee approval (#68 ) (4d64897 )
terrain version to bug report (24f9528 )
v0.4.0
10 Jun 02:37
Compare
Sorry, something went wrong.
No results found
Bug Fixes
linting for test and coverage (a6be184 )
Make contract argument required for migrate command. (#79 ) (77550b1 )
error when folder does not contain contract (e2074b0 )
Features
v0.3.1
29 May 05:30
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix frontend scaffolding issue with new command (#78 ) (709ea35 )
v0.3.0
29 May 05:29
Compare
Sorry, something went wrong.
No results found
Bug Fixes
frontend url path (4c59893 )
require name for code:new and specify renaming err (91c7997 )
typo cargo.toml -> Cargo.toml (92fe1ae )
Features
add arm64 optimization flag option to contract migration command (5f00c5a )
add support for external templates (4a46f43 )
add wallet:new command (#41 ) (fbefbd1 )
cargo clean artifacts folder to ensure build succeeds with updated directory name (ddf56ed )
improvements: help, plugins, package, readme (8de647f )
tasks: using TypeScript (dc189c8 )