1325 Commits

Author SHA1 Message Date
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
Simon Warta
70e9c1532a Update to wasmd v0.10.0-beta1 2020-07-28 14:54:37 +02:00
Simon Warta
650f638b3d Make packages/sdk38/src/lcdapi/lcdclient.spec.ts independent of CosmWasm 2020-07-28 14:54:37 +02:00
Simon Warta
51acfc48f6 Use ContractCodeHistoryEntry instead of ContractDetails in the CLI 2020-07-28 14:54:37 +02:00
Simon Warta
b92405108a Adapt cosmwasm code to wasmd 0.10 2020-07-28 14:54:37 +02:00
Simon Warta
c9283db741 Use coins helper for shorter test code 2020-07-28 14:54:37 +02:00
Simon Warta
b7d9b59fd1 Update codebase to launchpad backend 2020-07-28 14:54:36 +02:00
Simon Warta
ce72832a93 Let tests stop early when transaction did not succeed 2020-07-28 13:32:48 +02:00
Simon Warta
5b9e22960f Remove --cors from wasmcli rest-server 2020-07-28 13:32:48 +02:00
Simon Warta
3a2315ab73 Update wasmd chain and scripts to v0.10.0-alpha 2020-07-28 13:32:48 +02:00
Simon Warta
00182bbc2f Remove unused variable: guest 2020-07-28 13:32:48 +02:00
Alex Peters
622cf4ce21 Apply wasmd updates 2020-07-28 13:32:48 +02:00
Simon Warta
63cbc42f7b
Merge pull request #310 from CosmWasm/secure-wallet
Add wallet serialization/deserialization
2020-07-28 13:31:07 +02:00
Simon Warta
f2f3a62c71 Add .mergify.yml configuration 2020-07-28 13:17:02 +02:00
Simon Warta
2e4ed65f1a Add CHANGELOG entries 2020-07-28 13:16:55 +02:00
Simon Warta
a1b86ade81 Extract isArgon2idOptions 2020-07-28 13:16:08 +02:00
Simon Warta
ef7d171a64 Improve documentation of Secp256k1Wallet.serialize/deserialize 2020-07-28 13:16:08 +02:00
Simon Warta
a75be1406c Monce nonce from params to ciphertext 2020-07-28 13:16:07 +02:00
Simon Warta
8fc6023b8a Move encryption/decryption to waller.ts 2020-07-28 13:16:07 +02:00
Simon Warta
f108045d61 Make serialization tests stricter 2020-07-28 13:16:07 +02:00
Simon Warta
35cf3e89db Deduplicate KDF execution 2020-07-28 13:16:07 +02:00
Simon Warta
97c936e71f Add types Secp256k1Derivation and Secp256k1DerivationJson 2020-07-28 13:16:07 +02:00
Simon Warta
d2f854d140 Improve readability of wallet code 2020-07-28 13:16:07 +02:00
Simon Warta
efc9498fe7 Fix a bunch of typos in comments 2020-07-28 13:16:07 +02:00
Simon Warta
e949d92097 Reuse cosmjsSalt from wallet.ts 2020-07-28 13:16:07 +02:00
Simon Warta
0ea2babd74 Pull out Secp256k1Wallet into separate module 2020-07-28 13:16:01 +02:00
Simon Warta
91aec70650 Pull out executeKdf 2020-07-28 13:12:24 +02:00
Simon Warta
21202e821d Various Secp256k1Wallet cleanups 2020-07-28 13:12:24 +02:00
Simon Warta
b6c7b8b1d4 Add Secp256k1Wallet.deserialize and .deserializeWithEncryptionKey 2020-07-28 13:12:24 +02:00
Simon Warta
588b31fed6 Rename to serialize/serializeWithEncryptionKey 2020-07-28 13:12:24 +02:00
Simon Warta
ed8497b005 Split into save/saveWithEncryptionKey 2020-07-28 13:12:24 +02:00
Simon Warta
bd6efee4f0 Add initial attempt of Secp256k1Wallet.save 2020-07-28 13:12:23 +02:00
Simon Warta
c42b341fe4 Improve Secp256k1Wallet.fromMnemonic docs 2020-07-28 13:12:23 +02:00
Simon Warta
57914c2a61 Add Secp256k1Wallet.generate 2020-07-28 13:12:23 +02:00
Simon Warta
2a47d8b580 Add mnemonic storage to Secp256k1Wallet 2020-07-28 13:12:23 +02:00
Simon Warta
8798e7046f Add documentation to Argon2idOptions 2020-07-28 13:12:23 +02:00
Simon Warta
a475bce224
Merge pull request #314 from CosmWasm/uint64ToNumber-and-String
Let /auth/accounts/<address> client support 0.37-0.39 format
2020-07-28 13:09:29 +02:00
Simon Warta
5ad11bdef6 Use string | PubKey | null as public key type 2020-07-28 12:43:13 +02:00
Simon Warta
2b52c8e75d Add normalizePubkey 2020-07-28 12:43:12 +02:00
Simon Warta
4dca3619de Change account_number/sequence type to number | string 2020-07-28 12:43:12 +02:00
Simon Warta
29e98ec156 Rename CosmosSdkAccount to BaseAccount 2020-07-28 12:43:12 +02:00
Simon Warta
a69006b8c3 Add uint64ToNumber and uint64ToString 2020-07-28 12:43:12 +02:00
Simon Warta
4a8bbf014f
Merge pull request #318 from CosmWasm/signAndPost
Add Signing{Cosmos,CosmWasm}Client.signAndPost
2020-07-28 12:32:13 +02:00
Simon Warta
06d8f66a9d Make validatorDelegations test more stable 2020-07-28 11:48:21 +02:00
Simon Warta
42852c1cae Use 180k gas for MsgDelegate 2020-07-28 11:48:21 +02:00
Simon Warta
939b2b9964 Use *PostTx* types and helpers from sdk38 in cosmwasm 2020-07-28 11:48:20 +02:00
Simon Warta
31ca949a8c Add assertIsPostTxSuccess 2020-07-28 11:48:20 +02:00