Commit Graph
3590 Commits
Author SHA1 Message Date
Simon Warta 1499c4d100 Merge pull request #1088 from cosmos/docs-for-webpack
Document Webpack Configs
2022-03-14 15:42:21 +01:00
Milan Steiner 656e023748 Moving Webpack confs from hacking to readme 2022-03-14 15:21:10 +01:00
Milan Steiner b385e53e16 Update HACKING.md 2022-03-14 15:12:41 +01:00
Milan SteinerandSimon Warta 4ed6ee140d Update HACKING.md
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-14 11:09:46 +01:00
Milan SteinerandSimon Warta c0820b7597 Update HACKING.md
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-14 11:09:43 +01:00
Milan Steiner 38e1d0e075 Document webpack configs 2022-03-11 10:31:54 +01:00
Simon Warta 0fe5c0c6f6 Merge pull request #1081 from cosmos/remove-default-aminotypes
Remove default types from AminoTypes
2022-03-10 18:02:57 +01:00
Milan Steiner fe34588ff1 Fix build 2022-03-10 11:58:36 +01:00
Milan Steiner 164881e1b7 Added Changes to Changelog.md 2022-03-10 11:41:55 +01:00
Milan Steiner d8d1e7c508 Moved AminoConverts back to aminotypes.ts 2022-03-10 11:41:46 +01:00
Milan Steiner 4eab4611dc Merge branch 'remove-default-aminotypes' of github.com:cosmos/cosmjs into remove-default-aminotypes 2022-03-10 11:37:28 +01:00
Milan Steiner 79602091c8 Fix CI Errors 2022-03-10 11:37:23 +01:00
Milan SteinerandSimon Warta 6da6b65aa4 Update packages/stargate/src/modules/distribution/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:14:00 +01:00
Milan SteinerandSimon Warta 5f2b20995d Update packages/stargate/src/modules/gov/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:13:56 +01:00
Milan SteinerandSimon Warta d4e23e8c58 Update packages/stargate/src/modules/staking/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:13:51 +01:00
Milan SteinerandSimon Warta c66540de24 Update packages/stargate/src/modules/ibc/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:13:46 +01:00
Milan SteinerandSimon Warta a01143c775 Update packages/stargate/src/modules/bank/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 08:52:45 +01:00
Milan Steiner f76127f2f3 createDefaultTypes doesn't need to be exported 2022-03-09 16:31:11 +01:00
Milan Steiner 0596e4a4f1 Beautify code 2022-03-09 16:30:13 +01:00
Milan Steiner aa1dd9ab8d Beautify Code 2022-03-09 15:27:56 +01:00
Milan Steiner 069a298e44 Beautify Code 2022-03-09 15:24:03 +01:00
Milan Steiner 54610c9a49 Fix missing imports 2022-03-09 15:17:36 +01:00
Milan Steiner e4dc9702c2 Split tests for aminotypes and move to modules 2022-03-09 15:14:43 +01:00
Milan Steiner b6d6c6e043 Remove default types from AminoTypes 2022-03-09 14:53:06 +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 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 SteinerandSimon Warta 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 SteinerandSimon Warta 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