Commit Graph
3541 Commits
Author SHA1 Message Date
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 SteinerandSimon Warta 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 SteinerandSimon Warta 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 SteinerandSimon Warta 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
Simon Warta dea11b017c Upgrade karma to 6.3.16 2022-02-20 22:57:01 +01:00
Simon Warta 6cd5cd04fb Merge pull request #1050 from cosmos/upgrade-ics23
Upgrade @confio/ics23 to 0.6.8
2022-02-20 20:22:21 +01:00
Simon Warta f74df61f83 Merge pull request #1047 from cosmos/implement-Secp256k1.uncompressPubkey
Add Secp256k1.uncompressPubkey
2022-02-20 20:22:09 +01:00
Simon Warta 22b2f53132 Upgrade @confio/ics23 to 0.6.8 2022-02-20 19:59:39 +01:00
Simon Warta c079c1402f Improve a bunch of secp256k1 comments 2022-02-20 19:55:12 +01:00
Simon Warta 065e714cf8 Add Secp256k1.uncompressPubkey 2022-02-20 19:54:51 +01:00
Simon Warta 034f205d45 Merge pull request #1046 from cosmos/explain-AminoTypes-constructor
Check uniqueness of Amino type in fromAmino
2022-02-17 18:34:24 +01:00
Simon Warta 10d101b5fc Check uniqueness of Amino type in fromAmino 2022-02-17 17:33:59 +01:00
Simon Warta f356ae45dd Add AminoTypes constructor tests 2022-02-17 17:08:36 +01:00
Simon Warta f45c5b5073 Rewrite code to better explain AminoTypes constructor 2022-02-17 13:56:23 +01:00
Simon Warta 54a3587e0e Merge pull request #1042 from cosmos/faucet-prevent-draining
Faucet can only be used once a day per address
2022-02-16 15:40:52 +01:00
Milan Steiner 1b4958f5ca Added to changelog 2022-02-16 15:20:46 +01:00
Milan Steiner be22507caf getTime() instead of getDate() 2022-02-16 15:18:18 +01:00
Milan Steiner 5f0678764b Date doesn't have to be type explicit 2022-02-16 15:08:24 +01:00
Milan Steiner a9bc07d4be Using Map instead of an array 2022-02-16 12:18:20 +01:00
Milan Steiner a525f5200d Typo 2022-02-14 12:56:00 +01:00
Milan Steiner f9bcecbe20 Using address instead of ip to prevent draining 2022-02-14 12:54:59 +01:00
Milan Steiner 89b73437af Faucet can only be used once a day per ip 2022-02-14 12:48:24 +01:00
Milan Steiner dffa567a1f Merge pull request #1034 from cosmos/faucet-gas-limit-100k
Set default gas limit for send transactions to 100k
2022-02-11 11:18:52 +01:00
Simon Warta 9e7adb2c2b Set default gas limit for send transactions to 100k 2022-02-09 22:38:44 +01:00
Simon Warta 4ca659272b Format CHANGELOG [skip ci] 2022-02-09 22:38:17 +01:00
Simon Warta 8e471572e0 Merge pull request #1030 from cosmos/upgrade-simple-get
Upgrade simple-get to 3.1.1
2022-02-08 16:02:48 +01:00
Simon Warta b8fb8ad013 Upgrade simple-get to 3.1.1 2022-02-08 15:38:59 +01:00
Simon Warta 0f0c9d8a75 Merge pull request #1029 from cosmos/rm-launchpad-v2
Remove laucnhpad
2022-02-08 15:36:01 +01:00
Simon Warta 857bb7a3c6 Merge pull request #1028 from cosmos/wasmd-0.23
Set wasmd to v.0.23.0
2022-02-08 15:30:59 +01:00
Simon Warta 9970f77f18 Remove laucnhpad
Applies diff from https://github.com/cosmos/cosmjs/pull/1015
2022-02-08 13:56:18 +01:00
Milan Steiner e3299d704c extend bech32AddressMatcher in testutils 2022-02-08 10:59:44 +01:00
Milan Steiner 68aafae953 Update Testutils 2022-02-08 09:41:16 +01:00