Commit Graph
124 Commits
Author SHA1 Message Date
Simon Warta 1e347d1de5 Split token types 2020-08-11 08:48:30 +02:00
Simon Warta 3e9ae72190 Remove broken chain ID from cosmwasm-faucet generate 2020-08-11 08:38:23 +02:00
Simon Warta 0c88e88290 Remove unnecessary actions/start folder 2020-08-11 08:29:54 +02:00
Simon Warta 9042b29fbb Add config variable FAUCET_ADDRESS_PREFIX 2020-08-11 08:28:11 +02:00
Simon Warta 7dfdec3da3 Improve type checks of RequestParser.parseCreditBody 2020-08-04 11:40:07 +02:00
Simon Warta 5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
Simon Warta c575f930a8 Rename @cosmjs/sdk38 to @cosmjs/launchpad 2020-07-28 14:54:38 +02:00
orkunkl 7cc706ed98 faucet: refer to cosmjs/faucet in index 2020-07-26 13:09:54 +03:00
willclarktech 21f083336e sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet 2020-07-14 14:35:12 +02:00
willclarktech 51d431a956 faucet: Update for sdk38 OfflineSigner 2020-07-14 14:35:11 +02:00
Simon Warta 46b574191f Harden some tuples in arrays 2020-07-07 17:34:59 +02:00
Simon Warta f10faf0e22 Apply new array-type linter rule 2020-07-07 17:01:09 +02:00
Simon Warta f09da7f918 Test and fix needsRefill 2020-07-01 15:57:38 +02:00
willclarktech d6d6d3fee5 Use decimal comparison in faucet token manager 2020-06-10 15:31:17 +01:00
Simon Warta 88faba8bed Replace internal usages of @iov/encoding with @cosmjs/{encoding,math} 2020-06-09 17:54:17 +02:00
Simon Warta 4cca97651b Use @cosmjs/utils in this project 2020-06-09 17:45:48 +02:00
Simon Warta 92417373cd Use @cosmjs/crypto in this project 2020-06-09 17:39:36 +02:00
willclarktech cf2ab9161b Add wasmd check to faucet tests 2020-06-09 11:29:45 +01:00
Simon Warta 8b98b6c686 Use pathToString from @iov/crypto 2020-06-05 11:17:04 +02:00
Simon Warta ab45793e7c Give blockchain more time to index transactions
Usually not needed but this makes the CI more stable
2020-06-05 09:44:33 +02:00
Simon Warta 16df23f79b Rename packages @cosmwasm/* to @cosmjs/* 2020-06-04 19:53:58 +02:00
Simon Warta 7acc0e4ef8 Request accounts in parallel 2020-06-03 14:41:07 +02:00
Simon Warta ca103bfedb Remove BCP types from faucet 2020-06-03 14:41:07 +02:00
Simon Warta d357b67d81 BCP: Rename CosmWasm* -> Cosmos* 2020-06-03 13:31:05 +02:00
Simon Warta 1e8ed6fc10 Remove BCP's dependency on @cosmwasm/cosmwasm 2020-06-03 13:31:05 +02:00
Simon Warta ab2f737b9f Upgrade prettier to version 2 2020-04-17 08:35:55 +02:00
Simon Warta ef999070e8 Remove CosmosAddressBech32Prefix/isValidAddress 2020-02-19 10:15:41 +01:00
Simon Warta cd40206651 Use new token names HASH/ISA/JADE
those don't conflict with other BCP demo tokens
2020-02-18 17:55:46 +01:00
Simon Warta b46b7d7cc7 Rename COSMOS_ENABLED to WASMD_ENABLED 2020-02-17 15:35:29 +01:00
Simon Warta da2ce9987e Adapt code to BCP changes 2020-02-14 16:29:53 +01:00
Simon Warta 0d59011b7c Use correct titles for faucet send tests 2020-02-10 21:39:30 +01:00
Simon Warta a83344be94 Make BASH token usable in local faucet 2020-02-10 18:53:15 +01:00
Simon Warta f38e07632a Add support for ERC20 in faucet 2020-02-10 18:17:14 +01:00
Simon Warta b7ca6da1bf Faucet.refill: only log when logging is enabled 2020-02-10 18:17:14 +01:00
Simon Warta 062b003a4a Fix denom of COSM and STAKE 2020-02-10 14:20:20 +01:00
Simon Warta 1280c2f8cf Pull out Webserver 2020-02-10 14:19:34 +01:00
Simon Warta 3f8ab89877 Remove obsolete setSecretAndCreateIdentities 2020-02-10 14:19:34 +01:00
Simon Warta 6075d2900c Move credit function infot Faucet 2020-02-10 14:19:34 +01:00
Simon Warta 6e53302d49 Sort some code 2020-02-10 14:19:34 +01:00
Simon Warta 46ddff93ec Move and test loadAccounts 2020-02-10 14:19:34 +01:00
Simon Warta accef527fe Move and test loadTokenTickers 2020-02-10 14:19:34 +01:00
Simon Warta 85cd71ddfe Move profile into faucet 2020-02-10 14:19:34 +01:00
Simon Warta 3b1774794d Remove obsolete tokenTicker from SendJob 2020-02-10 14:19:34 +01:00
Simon Warta 940c41ba64 Move send to Faucet; and test 2020-02-10 14:19:34 +01:00
Simon Warta d378df6b8c Move connection and codec into Faucet 2020-02-10 14:19:34 +01:00
Simon Warta 5f32796bfc Pull out TokenManager 2020-02-10 14:19:34 +01:00
Simon Warta a3b6ab5bd8 Improve codec handling 2020-02-10 14:19:33 +01:00
Simon Warta 59d336e54a Pull out faucet class
Closes #65
2020-02-10 14:19:33 +01:00
Simon Warta 144a051e39 Rename module faucet to cli 2020-02-10 14:19:33 +01:00
Simon Warta 615892e37f Adapt faucet code to change in TokenConfiguration 2020-02-10 13:08:33 +01:00