3569 Commits

Author SHA1 Message Date
Simon Warta
7a8af1918b Add test with no admin 2022-03-10 22:59:14 +01:00
Simon Warta
1ade2ad431 Pull out importMsgExecuteContractEncodeObject/importMsgInstantiateContract 2022-03-09 02:00:14 +01:00
Simon Warta
458d4d03cd Add importWasmMessages 2022-03-08 21:49:26 +01:00
Simon Warta
bb926925e1
Merge pull request #1071 from cosmos/reorganize-module-files
Reorganize module files
2022-03-06 22:11:08 +01:00
Simon Warta
97b8761f71 Move wasm aminotypes to modules/wasm/aminomessages 2022-03-06 21:32:42 +01:00
Simon Warta
248e7f3df3 Move messages to ./wasm/messages 2022-03-06 21:32:41 +01:00
Simon Warta
e5d9b6397b Move wasm queries to modules/wasm folder 2022-03-06 21:32:41 +01:00
Simon Warta
f98537cbc7 Move remaining Amino messages to module folders 2022-03-06 21:32:41 +01:00
Simon Warta
fb5cc27c3b Move Amino message types and converters to module folders 2022-03-06 21:32:41 +01:00
Simon Warta
35246342c9 Move encodeobjects to modules 2022-03-06 21:32:41 +01:00
Simon Warta
937dfd9867 Move messages to module folders 2022-03-06 21:32:41 +01:00
Simon Warta
902f21b98a Organize queries by module 2022-03-06 21:32:41 +01:00
Simon Warta
d17f715722
Merge pull request #1075 from cosmos/upgrade-typescript-eslint
Upgrade @typescript-eslint/* to 5.13.0
2022-03-06 21:31:57 +01:00
Simon Warta
46aeabf9f7 Upgrade @typescript-eslint/* to 5.13.0 2022-03-06 20:05:21 +01:00
Simon Warta
e2be3f0734 Set version 0.28.0-rc1 v0.28.0-rc1 2022-03-03 12:13:24 +01:00
Simon Warta
6f9663758c
Finalize 0.28.0 docs (#1070)
* Add missing 0.28.0 CHANGELOG entries

* Format MASK.md

* Update some compatibility information
2022-03-03 12:00:50 +01:00
Simon Warta
1a89b4f20b Update some compatibility information 2022-03-02 21:55:49 +01:00
Simon Warta
e28da931e4 Format MASK.md 2022-03-02 21:51:30 +01:00
Simon Warta
54b2beb490 Add missing 0.28.0 CHANGELOG entries 2022-03-02 21:51:30 +01:00
Milan Steiner
2b6e30d48a
Fix LGTM Warnings (#1069)
* Removed unused variable

* Improve Regex
2022-03-02 18:26:57 +01:00
Milan Steiner
6e41f377d5
Merge pull request #1068 from cosmos/fix-faucet-repo-name
Update faucet repo name to confio/faucet [skip ci]
2022-03-02 17:01:37 +01:00
Simon Warta
ec1dd6df70 Update faucet repo name to confio/faucet [skip ci] 2022-03-02 16:25:22 +01:00
Milan Steiner
af56ab4ef7
Merge pull request #1067 from cosmos/lgtm-warnings
Fix LGTM Warnings
2022-03-02 15:35:03 +01:00
Simon Warta
2323f3b3d2
Merge pull request #1065 from cosmos/faucet-dockerfile
Adding faucet dockerfile
2022-03-02 13:16:17 +01:00
Milan Steiner
e05fece378 Update Dockerfile 2022-03-02 10:59:51 +01:00
Milan Steiner
1afcc1dcf7 Remove docs/faucet.Dockerfile 2022-03-01 16:40:28 +01:00
Milan Steiner
94aa7f767e
Update packages/faucet/Dockerfile
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-01 16:39:31 +01:00
Milan Steiner
b4af83d92b
Update packages/faucet/Dockerfile
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-01 16:39:23 +01:00
Milan Steiner
72b34abccf Adding faucet dockerfile 2022-03-01 15:12:44 +01:00
Simon Warta
1fa07030e4
Re-implement bip39 (#966)
* Re-implement bip39

* Use pbkdf2 from subtle

* Pull out and fix getSubtle()

* Remove unused pbkdf2 dependency

* Remove stream fallback (remove stream-browserify)

* Pull out pbkdf2Sha512

* Pull out pbkdf2Sha512Subtle

* Pull out pbkdf2Sha512Crypto

* Disable "Test Case 4" because it takes a long time

* Deactivate pbkdf2Sha512Subtle/pbkdf2Sha512Crypto tests when API unavailable

* Let getCryptoModule detect fallback modules

* Create noble implementation of pbkdf2Sha512

* Add CHANGELOG entry
2022-02-28 17:08:08 +01:00
Simon Warta
15f8a144d4 Add CHANGELOG entry 2022-02-28 16:47:38 +01:00
Simon Warta
d8b4521a0f Create noble implementation of pbkdf2Sha512 2022-02-28 15:48:41 +01:00
Simon Warta
596564b511 Let getCryptoModule detect fallback modules 2022-02-27 21:15:34 +01:00
Simon Warta
75173d9464 Deactivate pbkdf2Sha512Subtle/pbkdf2Sha512Crypto tests when API unavailable 2022-02-27 20:50:03 +01:00
Simon Warta
656d35fe68 Disable "Test Case 4" because it takes a long time 2022-02-27 20:22:31 +01:00
Simon Warta
b855c80a58 Pull out pbkdf2Sha512Crypto 2022-02-27 20:20:53 +01:00
Simon Warta
1b49d85dd7 Pull out pbkdf2Sha512Subtle 2022-02-27 20:19:55 +01:00
Simon Warta
c2a0622475 Pull out pbkdf2Sha512 2022-02-27 19:40:29 +01:00
Simon Warta
5b5d64b0a5 Remove stream fallback (remove stream-browserify) 2022-02-27 13:16:47 +01:00
Simon Warta
31431e8e18 Remove unused pbkdf2 dependency 2022-02-27 13:13:41 +01:00
Simon Warta
9603a1da46 Pull out and fix getSubtle() 2022-02-27 13:12:14 +01:00
Simon Warta
956b5379a3 Use pbkdf2 from subtle 2022-02-27 13:12:14 +01:00
Simon Warta
64d60c7083 Re-implement bip39 2022-02-27 13:12:14 +01:00
Milan Steiner
fab55d3807
Renamed cosmwasm-cli to cosmjs-cli (#1059)
* Renamed cosmwasm-cli to cosmjs-cli

* Fixed build error
2022-02-22 14:08:11 +01:00
Milan Steiner
4c8b278c1d
Create toBech32 and fromBech32 in @cosmjs/encoding (#1058)
* Create toBech32 and fromBech32

* Add changes to CHANGELOG.md

* Fix linting

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 14:05:34 +01:00
Milan Steiner
9b80dff493
Rename launchpadledger (#1056)
* Rename LaunchpadLedger to LedgerConnector

* Added changelog entry

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Rename property ledger to connector

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 11:43:16 +01:00
Milan Steiner
48aeb1ddeb
Implement Query SlashingExtension (#1040)
* Implement Query SlashingExtension

* Add proper tests for slashing

* Added changes to CHANGELOG.md

* Fix tests

* Change test description to match the others

* dont call slashingextension in stargateclient

* Fix linting

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-21 22:05:04 +01:00
Simon Warta
333e4689a7
Merge pull request #1051 from cosmos/upgrade-karma
Upgrade karma to 6.3.16
2022-02-21 11:11:33 +01:00
Simon Warta
b6b27bb42d
Merge pull request #1052 from cosmos/new-error-msg-types
Adding errors to unsupported TypeUrls
2022-02-21 11:11:17 +01:00
Milan Steiner
8068f2fc20 new message types in defaultRegistry 2022-02-21 10:49:18 +01:00