Will Clark
|
4f86ba37f5
|
Merge pull request #309 from CosmWasm/298-changelog
Add CHANGELOG
|
2020-07-22 16:52:32 +02:00 |
|
willclarktech
|
4625e3033d
|
root: Add CHANGELOG.md
|
2020-07-22 16:45:07 +02:00 |
|
Simon Warta
|
0e20be743c
|
Merge pull request #308 from CosmWasm/299-rename-getnonce-getsequence
Rename getNonce -> getSequence
|
2020-07-22 13:48:41 +02:00 |
|
willclarktech
|
9500a2ac1b
|
sdk38: Update documentation for getNonce renaming
|
2020-07-22 13:30:40 +02:00 |
|
willclarktech
|
96d6c4e120
|
sdk38: Rename GetNonceResult -> GetSequenceResult
|
2020-07-22 13:27:16 +02:00 |
|
willclarktech
|
7159896d88
|
sdk38: Rename getNonce -> getSequence
|
2020-07-22 13:25:45 +02:00 |
|
Simon Warta
|
d86dd3ed7c
|
Merge pull request #307 from CosmWasm/crypto-improvements
Improve crypto docs and types
|
2020-07-22 11:04:22 +02:00 |
|
Simon Warta
|
5811e0ff53
|
Remove overly complicated tagged types
|
2020-07-22 10:09:45 +02:00 |
|
Simon Warta
|
5e3c1cbfba
|
Create xchacha20NonceLength constant
|
2020-07-22 10:09:45 +02:00 |
|
Simon Warta
|
325a28d8ec
|
Improve Bip39.encode docs
|
2020-07-22 08:28:49 +02:00 |
|
Will Clark
|
1ae9ac2e4c
|
Merge pull request #305 from CosmWasm/219-pbkdf2-uint8array
Use pbkdf2 Uint8Array support
|
2020-07-21 13:42:41 +02:00 |
|
willclarktech
|
bba02640fa
|
crypto: Update for pbkdf2 Uint8Array support
|
2020-07-21 13:35:06 +02:00 |
|
willclarktech
|
b7ceae3f0f
|
crypto: Update pbkdf2 dependencies
|
2020-07-21 13:35:06 +02:00 |
|
Simon Warta
|
8caf75dec3
|
Merge pull request #304 from CosmWasm/sdk38-msg-types
Add cosmos-sdk message types
|
2020-07-21 13:23:04 +02:00 |
|
willclarktech
|
3b14b11544
|
sdk38: Add cosmos msg types
|
2020-07-21 12:44:28 +02:00 |
|
Simon Warta
|
6d042dd666
|
Merge pull request #297 from CosmWasm/dependabot/npm_and_yarn/lodash-4.17.19
build(deps): bump lodash from 4.17.15 to 4.17.19
|
2020-07-16 15:34:12 +02:00 |
|
dependabot[bot]
|
3ba3327096
|
build(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-16 13:24:07 +00:00 |
|
Will Clark
|
0f571a2429
|
Merge pull request #296 from CosmWasm/289-upgrade-protobufjs
Upgrade protobufjs to 6.10.0
|
2020-07-16 15:22:12 +02:00 |
|
willclarktech
|
e59beb01ac
|
proto-signing: Update for new proto definition structure
|
2020-07-16 15:13:13 +02:00 |
|
willclarktech
|
363790d00f
|
proto-signing: Update generated proto files
|
2020-07-16 15:09:20 +02:00 |
|
willclarktech
|
e865163558
|
proto-signing: Update define-proto script
|
2020-07-16 15:09:04 +02:00 |
|
willclarktech
|
6e7dd7d9a0
|
proto-signing: Update predefine-proto script
|
2020-07-16 15:08:39 +02:00 |
|
willclarktech
|
1c51f7e743
|
proto-signing: Upgrade protobuf.js to 6.10.0
|
2020-07-16 12:57:19 +02:00 |
|
Simon Warta
|
161fc84981
|
Merge pull request #295 from CosmWasm/276-sdk38-distribution-module
Add LCD support for distribution module
|
2020-07-16 12:50:34 +02:00 |
|
willclarktech
|
4ca3487383
|
sdk38: Update gov module test
|
2020-07-16 11:52:49 +02:00 |
|
willclarktech
|
ebb1526ca6
|
sdk38: Specify MsgDelegate type in distribution module test
|
2020-07-16 11:50:34 +02:00 |
|
willclarktech
|
7fd8355d33
|
sdk38: Use assert util in distribution module test
|
2020-07-16 11:50:34 +02:00 |
|
willclarktech
|
0eab1b020e
|
sdk38: Export distribution module types and setup function
|
2020-07-16 11:50:34 +02:00 |
|
willclarktech
|
fd8ceee967
|
sdk38: Add tests for LCD distribution module
|
2020-07-16 11:44:01 +02:00 |
|
willclarktech
|
509a7e9164
|
sdk38: Add distribution module to LCD
|
2020-07-16 11:43:57 +02:00 |
|
Simon Warta
|
cf375d396c
|
Merge pull request #292 from CosmWasm/276-sdk38-gov-module
Add gov extension to Cosmos SDK 0.38 LCD
|
2020-07-16 11:26:26 +02:00 |
|
willclarktech
|
c8ba1fd574
|
sdk38: Use assert util in gov module test
|
2020-07-16 11:07:59 +02:00 |
|
willclarktech
|
79afed49af
|
sdk38: Use wasmd.endpoint in gov module test
|
2020-07-15 17:24:47 +02:00 |
|
willclarktech
|
9f651cd305
|
sdk38: Switch to eslint naming-convention rule in gov module
|
2020-07-15 17:01:26 +02:00 |
|
willclarktech
|
8f7b2f0ab9
|
sdk38: Use test faucet in gov module test
|
2020-07-15 16:59:38 +02:00 |
|
willclarktech
|
c5cc8fd0db
|
sdk38: Rename gov.parameters
|
2020-07-15 16:59:38 +02:00 |
|
willclarktech
|
a00c5e8f8d
|
sdk38: Move proposal submission into test script
|
2020-07-15 16:59:38 +02:00 |
|
willclarktech
|
55917c6cbf
|
sdk38: Export gov types and setup function
|
2020-07-15 16:59:38 +02:00 |
|
willclarktech
|
f5aab614a6
|
sdk38: Add remaining gov endpoints to lcd
|
2020-07-15 16:59:38 +02:00 |
|
willclarktech
|
09f9b1fd5f
|
sdk38: Add submit proposal script to wasmd init
|
2020-07-15 16:59:37 +02:00 |
|
willclarktech
|
158e108805
|
sdk38: Add datetimestamp matcher in test utils
|
2020-07-15 16:59:37 +02:00 |
|
willclarktech
|
275ff2fb5e
|
sdk38: Add gov proposals endpoint to lcd
|
2020-07-15 16:59:37 +02:00 |
|
willclarktech
|
0d6484648a
|
sdk38: Add gov parametersByType endpoint to lcd
|
2020-07-15 16:59:36 +02:00 |
|
Simon Warta
|
9c8c61f512
|
Merge pull request #293 from CosmWasm/291-eslint-naming-convention
Switch to @typescript-eslint/naming-convention rule
|
2020-07-15 16:54:38 +02:00 |
|
willclarktech
|
37a5cd5c8b
|
eslint: Fix outstanding naming issues
|
2020-07-15 13:29:35 +02:00 |
|
willclarktech
|
6d387412af
|
eslint: Update file-based rule overrides
|
2020-07-15 13:29:21 +02:00 |
|
willclarktech
|
5e3db6dcfe
|
eslint: Replace camelcase rule with naming-convention
|
2020-07-15 13:23:06 +02:00 |
|
willclarktech
|
55d34d79cf
|
eslint: Update .eslintignore
|
2020-07-15 13:22:32 +02:00 |
|
willclarktech
|
de293f3b63
|
eslint: Standardize file-level camelcase disabling
|
2020-07-15 13:22:13 +02:00 |
|
Will Clark
|
33a721ab6d
|
Merge pull request #284 from CosmWasm/265-wallet-interface-secp256k1-pen
Define Wallet interface and implement for Secp256k1Wallet
|
2020-07-14 15:12:46 +02:00 |
|