Simon Warta
|
90e76b7a41
|
Create type ExecuteResult
|
2020-02-11 14:32:31 +01:00 |
|
Simon Warta
|
8c68e66b97
|
Use CosmWasmClient in CosmWasmConnection
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
6783b273f8
|
Pull out explicit fee constants
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
83bb1021aa
|
Add CosmWasmClient.postTx
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
0e0ff9455f
|
Add and use CosmWasmClient.getNonce
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
ae586cc012
|
Let makeSignBytes take account number and sequence as two args
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
b4b36c3a34
|
Simplify memo handling
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
e7df090ea7
|
Add CosmWasmClient.execute
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
66fd0800ff
|
Add first version of CosmWasmClient
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
80d0c44616
|
Move test code to testutils.spec
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
a6b2751936
|
Cleanup CosmosSdkTx
|
2020-02-11 14:31:00 +01:00 |
|
Simon Warta
|
6017fc88c8
|
Merge pull request #75 from confio/fix-package-name
Fix package name to @cosmwasm/cli
|
2020-02-11 13:55:23 +01:00 |
|
Simon Warta
|
6dae508e8a
|
Fix package name to @cosmwasm/cli
|
2020-02-11 12:49:36 +01:00 |
|
Ethan Frey
|
d9bcd821c1
|
Added helper to parse Uint8Array as Utf8-encoded json for smart queries
|
2020-02-11 12:01:01 +01:00 |
|
Ethan Frey
|
c3bd498524
|
Merge guide into readme
|
2020-02-11 12:01:01 +01:00 |
|
Ethan Frey
|
ec9a1eab92
|
Run through the full script
|
2020-02-11 12:01:01 +01:00 |
|
Ethan Frey
|
1bea452fbc
|
more
|
2020-02-11 12:01:01 +01:00 |
|
Ethan Frey
|
b047658af3
|
Got guide working
|
2020-02-11 12:01:01 +01:00 |
|
Ethan Frey
|
0544836a60
|
Start with some helpers
|
2020-02-11 12:01:01 +01:00 |
|
Ethan Frey
|
3a9cf56635
|
Use assert to avoid !
|
2020-02-11 11:31:27 +01:00 |
|
Ethan Frey
|
8e0042ed75
|
Fix bcp, update to proper docker image
|
2020-02-11 10:32:55 +01:00 |
|
Ethan Frey
|
13c708e787
|
Fix malformed REST response/parsing
|
2020-02-11 10:32:09 +01:00 |
|
Ethan Frey
|
5677976463
|
Tests pass
|
2020-02-11 10:32:09 +01:00 |
|
Ethan Frey
|
6f35fad87c
|
WIP: update return types for queries
|
2020-02-11 10:32:09 +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
|
748900f22d
|
Rename to toBankCoin
|
2020-02-10 18:43:53 +01:00 |
|
Simon Warta
|
e0db927bca
|
Add strict toErc20Amount converter
|
2020-02-10 18:42:20 +01:00 |
|
Simon Warta
|
dad4ca4a96
|
Refactor amountToBankCoin
|
2020-02-10 18:35:43 +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
|
357fc3577e
|
Increase searchTx limit to 50
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
69c57c9758
|
Remove default codec
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
97363cd404
|
Add ERC20 support in connection
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
0fe0d3bec3
|
Add ERC20 support in codec
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
220a8ddd98
|
Add erc20 support to buildUnsignedTx
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
6dc61379b9
|
Deprecate default codec
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
a763b8a2ea
|
Organize cosmWasmCodec test code
|
2020-02-10 18:10:03 +01:00 |
|
Simon Warta
|
c0dbdd0a14
|
Ensure getAccount does not list zero balances of ERC20s
|
2020-02-10 18:09:48 +01:00 |
|
Simon Warta
|
fe5acb9056
|
Extract init.sh
|
2020-02-10 14:25:33 +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 |
|