357 Commits

Author SHA1 Message Date
Simon Warta
a7acda5661 Add nonces 2021-05-06 16:30:09 +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
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
1a396b8e7a v0.25.0 2021-05-05 09:55:17 +02:00
Simon Warta
381d98acd1 Add nonces 2021-05-05 09:55:03 +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
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
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
Simon Warta
22192db766 Move prettier config for markdown to config 2021-04-28 16:54:44 +02:00
Simon Warta
8eaa3687e5
Merge pull request #775 from cosmos/add-decodeTxRaw
Add decodeTxRaw
2021-04-27 16:45:57 +02:00
Simon Warta
80af5aca98 Add decodeTxRaw 2021-04-27 16:25:10 +02:00
willclarktech
1471bf018f
v0.25.0-alpha.3 2021-04-22 14:10:22 +02:00
willclarktech
a4d2a0bbe5
Add nonces 2021-04-22 14:09:52 +02:00
willclarktech
d049f6f8db
cosmwasm-stargate: Update tests for new Secp256k1HdWallet options 2021-04-20 16:46:03 +02:00
willclarktech
b6ddf0fc77
cosmwasm-stargate: Add EncodeObject types/helpers 2021-04-20 12:35:00 +02:00
willclarktech
d09fc0b60e
Adjust webpack configs for webpack v5 2021-04-15 12:38:26 +02:00
willclarktech
81ad2cc2f7
Add webpack resolve fallbacks 2021-04-14 19:05:37 +02:00
willclarktech
71344f85a7
Provide default values for webpack env variables 2021-04-14 17:36:30 +02:00
willclarktech
d09c5fbaf9
Remove unnecessary Uint8Array conversions 2021-04-14 16:49:07 +02:00
willclarktech
a39a818b5c
cosmwasm-stargate: Add tests for sign method 2021-04-14 16:49:05 +02:00
willclarktech
db4ffc545e
cosmwasm-stargate: Add sign method to SigningCosmWasmClient 2021-04-14 16:19:57 +02:00
willclarktech
98ecbcbdbb
cosmwasm-stargate: Return gas used 2021-04-14 15:09:36 +02:00
willclarktech
c6b292392e
cosmwasm-stargate: Use sync mode in CosmWasmClient.broadcastTx 2021-04-13 19:00:53 +02:00
willclarktech
b52add190a
cosmwasm-stargate: Update tests for stargate changes 2021-04-13 18:15:39 +02:00
willclarktech
c54fb1ae41
cosmwasm-stargate: Update for hd wallet change 2021-04-06 17:09:48 +02:00
willclarktech
5245028200
cosmwasm-stargate: Update tests after ts-proto update 2021-04-06 15:44:50 +02:00
willclarktech
481fd8b7d9
cosmwasm-stargate: Remove test workaround for solved ts-proto issue 2021-04-06 12:12:19 +02:00
willclarktech
4f0b9fbe18
cosmwasm-stargate: Regenerate codec 2021-04-06 12:12:02 +02:00
Simon Warta
76f107db0f v0.25.0-alpha.2 2021-04-01 21:36:13 +02:00
Simon Warta
444db81ca6 Add nonces 2021-04-01 21:35:04 +02:00
willclarktech
5e8f9dc0ed
cosmwasm-stargate: Update tests 2021-04-01 14:52:25 +02:00
willclarktech
d373723a6c
cosmwasm-stargate: Rearrange wasm query extension 2021-03-31 12:35:39 +02:00
willclarktech
253494d29d
cosmwasm-stargate: Update for bank extension change 2021-03-30 18:04:52 +02:00
willclarktech
8b7ef45f3a
cosmwasm-stargate: Adjust CosmWasmClient.getSequence 2021-03-30 17:13:32 +02:00
willclarktech
d3d24fdf0f
cosmwasm-stargate: Harmonise CosmWasmClient.getAccount method 2021-03-30 16:22:16 +02:00
willclarktech
45b09344e0
cosmwasm-stargate: Simplify amino types checks 2021-03-30 11:57:37 +02:00
willclarktech
08647312ba
cosmwasm-stargate: Update for removed coinFromProto 2021-03-30 11:57:03 +02:00
willclarktech
c7087a8afb
cosmwasm-stargate: Add offline mode to SigningCosmWasmClient 2021-03-30 10:33:03 +02:00
willclarktech
7b8a802f48
cosmwasm-stargate: Make tmClient optional and add methods for getting clients 2021-03-30 10:33:02 +02:00