407 Commits

Author SHA1 Message Date
Milan Steiner
72b34abccf Adding faucet dockerfile 2022-03-01 15:12:44 +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
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
Simon Warta
9e7adb2c2b Set default gas limit for send transactions to 100k 2022-02-09 22:38:44 +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
Simon Warta
e098e763dd Set version 0.27.1 2022-01-26 15:28:55 +01:00
Simon Warta
c3f062dfb1 Disable @typescript-eslint/explicit-module-boundary-types for .js files 2022-01-26 13:45:20 +01:00
Simon Warta
c192fc9b95 Set version 0.27.0 2022-01-10 16:03:01 +01:00
Simon Warta
57a56cfa6a Set version 0.27.0-rc2 2021-12-06 13:52:25 +01:00
Simon Warta
700cac88ec Set version 0.27.0-rc1 2021-12-01 13:21:49 +01:00
Simon Warta
34e0220e03 Sort exports 2021-12-01 11:58:57 +01:00
Simon Warta
28ddfeb45c Upgrade TypeScript to 4.4 and adapt code 2021-11-24 13:26:36 +01:00
Simon Warta
5baf9781de Rename BroadcastTx{Success,Failure} to DeliverTx{Success,Failure} 2021-11-23 18:39:39 +01:00
Simon Warta
5e6477ada4 Run tests through yarn 2021-11-22 22:47:23 +01:00
Simon Warta
895b494f95 Set version 0.26.5 2021-11-20 13:01:17 +01:00
Simon Warta
91f3c9872e Upgrade prettier to 2.4.1 2021-11-18 23:04:36 +01:00
Simon Warta
2e0fef4546 Set version 0.26.4 2021-10-28 22:08:06 +02:00
Simon Warta
5aed28fc1b Set version 0.26.3 2021-10-25 11:13:00 +02:00
Simon Warta
a2b6e74524 Make env vars simapp42/simapp44 specific 2021-10-24 21:52:39 +02:00
Simon Warta
f198f0acc4 Set version 0.26.2 2021-10-12 14:39:52 +02:00
Simon Warta
b472cd4acb Set version 0.26.1 2021-09-30 23:21:18 +02:00
Simon Warta
b2279928c6 Set version 0.26.0 2021-08-24 17:31:59 +02:00
Simon Warta
ac016f1f30 Set version 0.26.0-rc1 2021-08-24 11:23:09 +02:00
Simon Warta
9508c58130 Set version 0.26.0-alpha2 2021-08-04 16:59:57 +02:00
Simon Warta
8853faded3 Remove nonces 2021-08-04 16:57:08 +02:00
Simon Warta
e7584125b9 Configure npm registry for publishing 2021-08-04 16:45:19 +02:00
Simon Warta
1582ccedbc Set version 0.26.0-alpha1 2021-08-04 16:16:08 +02:00
Simon Warta
c2bbba5258 Upgrade Jasmine to 3.8 2021-07-28 15:12:32 +02:00
Simon Warta
7bddd8f2dc Merge branch '0.25' into main 2021-07-26 14:06:35 +02:00
Simon Warta
2e52b1b540 v0.25.6 2021-07-26 13:10:11 +02:00
Simon Warta
31c057eaa5 Add nonces 2021-07-26 12:59:06 +02:00
Simon Warta
9106f1283f Fix logging in generate command 2021-07-22 17:18:27 +02:00
Simon Warta
b156d68dea Make FAUCET_PATH_PATTERN configurable 2021-07-22 17:18:13 +02:00
Simon Warta
22aac20160 Add makePathBuilder to make path builders 2021-07-22 16:56:09 +02:00
Simon Warta
34561d468b Upgrade deps to support parsing the TypeScript 4.3 override keyword 2021-07-20 16:16:43 +02:00
Simon Warta
d00e08e4a4 Upgrade typescript to 4.3 2021-07-20 15:07:58 +02:00
Simon Warta
98e91ae5fe Merge branch '0.25' into main 2021-06-23 17:51:46 +02:00
Simon Warta
9a0f120567 v0.25.5 2021-06-23 17:34:42 +02:00
Simon Warta
d7b3f8438c Add nonces 2021-06-23 17:34:20 +02:00
willclarktech
c06dd0c0ce
faucet: Update for removed default fees 2021-06-15 16:56:58 +02:00
willclarktech
c4bd925324
Merge branch 'main' into 301-yarn2 2021-06-01 10:52:35 +02:00
willclarktech
495eec8f41
Remove executable flag from jasmine testrunners 2021-06-01 10:50:02 +02:00
Simon Warta
72a27e9969 v0.25.4 2021-05-31 14:54:24 +02:00
Simon Warta
28fedac69c Add nonces 2021-05-31 14:54:00 +02:00
willclarktech
49e0329943
Support ESM with yarn node 2021-05-26 12:59:41 +02:00