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
|
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
|
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
|
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
|
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 |
|
Simon Warta
|
09ad90c9af
|
Add SigningCosmWasmClient.signAndPost
|
2020-07-28 11:48:20 +02:00 |
|
Simon Warta
|
3cfe3c0b94
|
Add SigningCosmosClient.signAndPost
|
2020-07-28 11:48:15 +02:00 |
|
Simon Warta
|
552d4d447a
|
Merge pull request #313 from CosmWasm/add-missing-integer-test
Add integer check to Uint64.fromNumber
|
2020-07-28 11:29:13 +02:00 |
|
orkunkl
|
7cc706ed98
|
faucet: refer to cosmjs/faucet in index
|
2020-07-26 13:09:54 +03:00 |
|
Simon Warta
|
19882e6849
|
Add integer check to Uint64.fromNumber
|
2020-07-25 15:00:39 +02:00 |
|
willclarktech
|
90efa7d593
|
sdk38: Update staking extension historical info test
|
2020-07-23 13:47:56 +02:00 |
|
willclarktech
|
fd736879f8
|
sdk38: Update staking extension for review comments
|
2020-07-22 16:53:17 +02:00 |
|
willclarktech
|
bd6b90d5fd
|
sdk38: Update lcd staking extension tests
|
2020-07-22 16:53:16 +02:00 |
|