3013 Commits

Author SHA1 Message Date
willclarktech
ee2205be1c
proto-signing: Export wallet serialization helpers 2021-05-11 13:52:16 +02:00
willclarktech
2bd9cfd822
proto-signing: Add tests for DirectSecp256k1HdWallet serialization 2021-05-11 13:52:16 +02:00
willclarktech
486ab65ed9
proto-signing: Add serialization to DirectSecp256k1HdWallet 2021-05-11 13:52:13 +02:00
Simon Warta
d88f81a1e4
Merge pull request #795 from cosmos/770-makeCosmoshubPath-stargate
Export makeCosmoshubPath from proto-signing/stargate
2021-05-11 13:19:04 +02:00
willclarktech
3eeb13aa8d
Update CHANGELOG for makeCosmosHubPath 2021-05-11 12:31:05 +02:00
willclarktech
717d249a40
stargate: Re-export makeCosmoshubPath helper 2021-05-11 12:30:02 +02:00
willclarktech
857b393eb4
proto-signing: Add makeCosmoshubPath helper 2021-05-11 12:28:59 +02:00
Simon Warta
0dda1b0c4a v0.25.1 v0.25.1 2021-05-06 16:30:27 +02:00
Simon Warta
a7acda5661 Add nonces 2021-05-06 16:30:09 +02:00
Simon Warta
fc676968ee Prepare CHANGELOG for 0.25.1 2021-05-06 16:28:12 +02:00
Will Clark
d4d84c8e60
Merge pull request #793 from cosmos/destructuring-bug
Fix destructuring bug
2021-05-06 14:55:45 +02:00
bartmacbartek
eb967e60fb
Update changelog 2021-05-06 14:01:20 +02:00
bartmacbartek
032565b79d Use prefix from defaultOptions object 2021-05-06 13:41:44 +02:00
bartmacbartek
36d3fbbca6 Fix default options merging in helpers/connect 2021-05-06 13:41:44 +02:00
bartmacbartek
47220aa12f Fix default options merging in Secp256k1HdWallet 2021-05-06 13:41:44 +02:00
bartmacbartek
84ee121601 Fix default options merging in LaunchpadLedger constructor 2021-05-06 13:41:44 +02:00
bartmacbartek
71a1df7aa7 Add test for explicitly undefined options 2021-05-06 13:41:44 +02:00
bartmacbartek
df01734ba2 Remove object destructuring for hdPaths, prefix and seed 2021-05-06 13:41:44 +02:00
bartmacbartek
cdaadd4ed0 Fix hdPaths runtime error with proper defaultOptions and options merging 2021-05-06 13:41:44 +02:00
Simon Warta
7da03ad80f
Merge pull request #790 from cosmos/export-cosmwasm-types
Export missing CosmWasmClient/SigningCosmWasmClient types
2021-05-06 11:58:11 +02:00
Simon Warta
6ef9912d89 Export types of SigningCosmWasmClient 2021-05-06 11:45:17 +02:00
Simon Warta
51f429bb46 Export CosmWasmClient types 2021-05-06 11:44:03 +02:00
Will Clark
414874eeda
Merge pull request #791 from cosmos/fee-table-fix
Fix fee table type in SigningCosmWasmClientOptions
2021-05-06 11:18:29 +02:00
Simon Warta
3eb243d5d6 Remove Private* because fields are public 2021-05-05 18:43:18 +02:00
Simon Warta
bd2494c074 Fix fee table type in SigningCosmWasmClientOptions 2021-05-05 18:39:29 +02:00
Simon Warta
fa347f66e9 Update CHANGELOG to 0.25.0 release [skip ci] 2021-05-05 10:07:31 +02:00
Simon Warta
1a396b8e7a v0.25.0 v0.25.0 2021-05-05 09:55:17 +02:00
Simon Warta
381d98acd1 Add nonces 2021-05-05 09:55:03 +02:00
Will Clark
20ec8d3b5c
Merge pull request #787 from cosmos/upgrade-recast
Upgrade recast to ^0.20
2021-05-04 12:31:27 +02:00
Simon Warta
bae70871bc Upgrade recast to ^0.20 2021-05-04 11:38:46 +02:00
Simon Warta
401a2191b6
Merge pull request #785 from cosmos/upgrade-0.14.0
Update to CosmWasm 0.14.0 and wasmd 0.16.0
2021-05-04 10:01:58 +02:00
Simon Warta
877a771fbd Update to CosmWasm 0.14.0 and wasmd 0.16.0 2021-05-04 08:30:01 +02:00
Simon Warta
ff92184884
Merge pull request #781 from cosmos/wasmd-0.16-support
Wasmd 0.16 support
2021-05-03 14:01:28 +02:00
Ethan Frey
10cd3b7444
Merge pull request #783 from cosmos/wasmd-0.16-support-simon
Finalize Wasmd 0.16 support
2021-05-03 13:40:25 +02:00
Simon Warta
9b40a72fd6 Use tr to filter out white space 2021-05-03 10:27:58 +02:00
Simon Warta
83c7fba0b0 Remove unused imports in wasm.spec.ts 2021-05-03 10:22:23 +02:00
Simon Warta
ba3033eb7d Remove unused validator.pubkey 2021-05-03 10:22:11 +02:00
Simon Warta
e7fce2a73a Cleanup getContracts test 2021-05-03 10:06:13 +02:00
Simon Warta
0e441f3c95 Exclude unnecessary proto types 2021-05-03 10:04:48 +02:00
Ethan Frey
8a18e8c991 Make generate_template.sh OSX compatible 2021-04-30 10:01:19 +02:00
Ethan Frey
fe9c038f62 Minor fix 2021-04-29 22:41:36 +02:00
Ethan Frey
78112db01e Compiles properly again 2021-04-29 22:37:11 +02:00
Ethan Frey
eaee5e9fa3 Update protobuf imports 2021-04-29 22:29:41 +02:00
Ethan Frey
00444bf2bb Regenerate protobuf codec 2021-04-29 22:29:41 +02:00
Ethan Frey
2662e3e2c9 Update validator config, canonical->human addr 2021-04-29 22:29:41 +02:00
Ethan Frey
616dc71456 Update test contract json 2021-04-29 22:29:41 +02:00
Ethan Frey
1e2b05e3cc Fix shell lint issue 2021-04-29 22:29:41 +02:00
Ethan Frey
5e8d72b737 Use fixed v0.16.0-alpha2 image 2021-04-29 22:29:41 +02:00
Ethan Frey
1af8828546 Regenerate wasmd template for new version 2021-04-29 22:29:41 +02:00
Ethan Frey
133ff688d4 Download new contracts, update wasmd 2021-04-29 22:29:41 +02:00