Commit Graph
1321 Commits
Author SHA1 Message Date
Simon Warta 746f41137d Import encodeBech32Pubkey and decodeBech32Pubkey in cli 2020-08-11 07:49:39 +02:00
Simon Warta b75445a0e1 Test decodeBech32Pubkey with ed25519 2020-08-11 07:49:38 +02:00
Simon Warta 05524b5b1b Add ed25519 support to encodeBech32Pubkey 2020-08-11 07:49:38 +02:00
Simon Warta 3a5c23c2e8 v0.22.0 2020-08-03 15:38:45 +02:00
Simon Warta 70e8e1f086 Add nonces 2020-08-03 15:37:47 +02:00
Simon Warta 2204abf105 Set 0.22.0 release date 2020-08-03 15:35:40 +02:00
Simon Warta 4802af044a Merge pull request #332 from CosmWasm/test-examples
Test CLI example scripts
2020-08-03 15:18:51 +02:00
Ethan Frey 5cf59a4380 Merge pull request #333 from CosmWasm/rm-SigningCallback
Cleanup some types
2020-08-03 14:51:47 +02:00
Ethan Frey a4ac0c3616 Merge pull request #331 from CosmWasm/wasmd-0.10.0
Update to wasmd 0.10.0
2020-08-03 14:50:09 +02:00
Simon Warta 420feeb4b8 Document new --code argument in CLI 2020-08-03 10:34:18 +02:00
Simon Warta ce1f0f7f1f Add support for HTTPs URLs in --init 2020-08-03 10:33:50 +02:00
Simon Warta 34548ffb65 Add missing package rename to CHANGELOG 2020-08-03 08:00:16 +02:00
Simon Warta aaeb7983de Document whatFeeTable from @cosmjs/cosmwasm is for 2020-08-03 08:00:05 +02:00
Simon Warta 4e5a25c625 Remove obsolete properties from FeeTable 2020-08-03 07:59:27 +02:00
Simon Warta 97aca6c7cf Test example scripts 2020-08-03 07:49:26 +02:00
Simon Warta 929e79bc7f Remove SigningCallback from @cosmjs/cosmwasm 2020-08-03 07:33:10 +02:00
Simon Warta 5a41b30961 Update demonet URLs 2020-08-02 21:27:33 +02:00
Simon Warta 5474d0cf3a Update wasmd to v0.10.0 2020-08-02 21:27:09 +02:00
Simon Warta 29fae9ad75 Merge pull request #330 from CosmWasm/update-elliptic
Bump elliptic to ^6.5.3
2020-08-01 16:29:25 +02:00
Simon Warta 1dba27d64c Bump elliptic to ^6.5.3 2020-08-01 16:23:15 +02:00
Simon Warta fb38b6aba0 Merge pull request #326 from CosmWasm/extens-Msg
Add missing "extends Msg" for Cosmos SDK messages
2020-07-30 17:06:35 +02:00
Simon Warta 3b9d9c1044 Add missing "extends Msg" for Cosmos SDK messages 2020-07-30 16:57:42 +02:00
Simon Warta cfaecf71ca Update some docs in the README after remaning to @cosmjs/launchpad 2020-07-30 16:55:28 +02:00
Simon Warta 51f5f43ce1 Don't automerge WIP labeled PRs 2020-07-30 15:06:48 +02:00
Simon Warta 73d57035d5 Merge pull request #325 from CosmWasm/upgrade-wasmd
Upgrade wasmd to v0.10.0-beta2
2020-07-30 11:32:15 +02:00
Simon Warta 7863afdd31 Recreate wasmd genesis and update tests 2020-07-30 10:12:33 +02:00
Simon Warta 3c19ac47d2 Sort genesis file 2020-07-30 09:56:23 +02:00
Simon Warta dfdf89cc3a Update wasmd to v0.10.0-beta2 2020-07-30 09:35:36 +02:00
Simon Warta 0eab5f734d v0.22.0-alpha.1 2020-07-29 13:01:37 +02:00
Simon Warta 21e0c98c77 Add nonces 2020-07-29 13:00:44 +02:00
mergify[bot] 6317834da0 Merge pull request #322 from CosmWasm/320-launchpad-type-exports
Export more types from launchpad
2020-07-28 20:45:00 +00:00
Simon Warta db9626629e Mergify: require 1 review only 2020-07-28 22:44:09 +02:00
Simon Warta a3c3cef5b6 Merge pull request #321 from CosmWasm/test-WasmExtension
Organize WasmExtension tests by method
2020-07-28 18:38:03 +02:00
willclarktech 8aa568e4af launchpad: Add type exports to index 2020-07-28 18:34:24 +02:00
Simon Warta e73ebfc46d Add CHANGELOG note on missing ContractDetails type 2020-07-28 18:11:51 +02:00
Simon Warta 7f7537bd59 Improve ContractCodeHistoryEntry.operation 2020-07-28 18:11:18 +02:00
Simon Warta c023179ab4 Pull out and improve queryContractSmart tests 2020-07-28 18:05:26 +02:00
Simon Warta 53acab4422 Pull out and improve queryContractRaw 2020-07-28 18:01:20 +02:00
Simon Warta ab2dd159df Extract and improve getAllContractState tests 2020-07-28 17:57:57 +02:00
Simon Warta 5ad837f992 Move getContractCodeHistory after getContractInfo 2020-07-28 17:56:02 +02:00
Simon Warta 116ab6496a Use a single hackatom instance 2020-07-28 17:49:13 +02:00
Simon Warta 5aa5623348 Use SigningCosmosClient for testing wasm messages 2020-07-28 17:45:41 +02:00
Simon Warta 888597fd04 Pull out getContractCodeHistory tests 2020-07-28 17:34:34 +02:00
Simon Warta 104d828509 Cleanup getContractInfo tests 2020-07-28 17:31:38 +02:00
Simon Warta 462aafa39e Start cleaning up WasmExtension tests 2020-07-28 17:25:34 +02:00
Simon Warta 2f83fcd1f9 v0.22.0-alpha.0 2020-07-28 15:13:26 +02:00
Simon Warta 859c540263 Add nonces 2020-07-28 15:11:49 +02:00
mergify[bot] 19e47d3e2f Merge pull request #311 from CosmWasm/launchpad
Upgrade to Launchpad
2020-07-28 13:05:09 +00:00
Simon Warta c575f930a8 Rename @cosmjs/sdk38 to @cosmjs/launchpad 2020-07-28 14:54:38 +02:00
Simon Warta 8410f41a40 Fix pubkey test 2020-07-28 14:54:38 +02:00