Ethan Frey
|
8e0042ed75
|
Fix bcp, update to proper docker image
|
2020-02-11 10:32:55 +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
|
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
|
df32bf6d95
|
Add read support for ERC20 tokens
|
2020-02-10 13:08:33 +01:00 |
|
Simon Warta
|
669905b11e
|
Make bank tokens explicit
|
2020-02-10 13:08:32 +01:00 |
|
Simon Warta
|
96fc3230ed
|
Standardize argument name
|
2020-02-09 14:30:42 +01:00 |
|
Simon Warta
|
00c033b669
|
Use CosmosAddressBech32Prefix explicitely for addresses
|
2020-02-09 13:43:22 +01:00 |
|
Simon Warta
|
0c0d42dc85
|
Deduplicate copies of jasmine-spec-reporter.config.json
|
2020-02-06 15:53:56 +01:00 |
|
Simon Warta
|
4264d1d64f
|
Add License section to package READMEs
|
2020-02-06 15:32:12 +01:00 |
|
Simon Warta
|
beb60319da
|
v0.0.3
|
2020-02-06 10:22:21 +01:00 |
|
Simon Warta
|
2480dbb9f9
|
Add nonces
|
2020-02-06 10:20:30 +01:00 |
|
Simon Warta
|
9be3dda938
|
Fix titles and links
|
2020-02-06 10:03:34 +01:00 |
|
Simon Warta
|
0efac03a31
|
v0.0.2
|
2020-02-06 09:00:44 +01:00 |
|
Simon Warta
|
a1322fe9d5
|
Add nonces
|
2020-02-06 08:59:22 +01:00 |
|
Simon Warta
|
a74310ab4c
|
Merge pull request #47 from confio/execute-contract
Implement contract execution message
|
2020-02-05 12:57:30 +01:00 |
|
Simon Warta
|
651ba497d9
|
Deduplicate pubkey type strings
|
2020-02-05 12:34:34 +01:00 |
|
Simon Warta
|
e3c294ed2e
|
Implement contract execution
|
2020-02-05 11:31:35 +01:00 |
|
Ethan Frey
|
dc93bfc1e7
|
Simplify sdk pubkey types
|
2020-02-05 10:30:21 +01:00 |
|
Ethan Frey
|
0f6721e5f4
|
Fix lint error
|
2020-02-05 10:24:45 +01:00 |
|
Ethan Frey
|
a2c14bb80b
|
Update bcp address to reduce code dup
|
2020-02-04 20:31:33 +01:00 |
|
Simon Warta
|
517b65f58d
|
Add support for contract instantiation
|
2020-02-04 18:13:03 +01:00 |
|
Simon Warta
|
8f0509e11e
|
Add support for parsing MsgStoreCode in BCP
|
2020-02-04 15:58:13 +01:00 |
|
Simon Warta
|
63e3ab037c
|
Make messages in makeSignBytes a list
this fixes a bug introduced in 2d14efa4cd
|
2020-02-04 15:10:56 +01:00 |
|
Simon Warta
|
2d14efa4cd
|
Deduplicate makeSignBytes
|
2020-02-04 13:34:51 +01:00 |
|
Simon Warta
|
44182e96b7
|
Improve and fix Msg types
|
2020-02-04 13:10:27 +01:00 |
|
Simon Warta
|
cd66935dce
|
Extract encodeSecp256k1Signature
|
2020-02-04 12:43:41 +01:00 |
|
Simon Warta
|
8034ae7bc6
|
Move sortJson into @cosmwasm/sdk
|
2020-02-04 12:43:40 +01:00 |
|
Simon Warta
|
f6f542912a
|
Let nonceToAccountNumber/nonceToSequence return number
|
2020-02-04 09:10:03 +01:00 |
|
Simon Warta
|
4b91ed8f0c
|
Test and fix RestClient.authAccounts
|
2020-02-04 09:10:03 +01:00 |
|
Ethan Frey
|
f52bb378b4
|
Re-enable test cases
|
2020-02-03 22:53:05 +01:00 |
|
Ethan Frey
|
1fbfa311c3
|
Minor cleanups from pr
|
2020-02-03 22:42:40 +01:00 |
|
Ethan Frey
|
449a83120a
|
WIP: test identifier via rest client amino encoding
|
2020-02-03 20:25:08 +01:00 |
|
Ethan Frey
|
3da5865614
|
Linter cleanup
|
2020-02-03 20:06:15 +01:00 |
|
Ethan Frey
|
7e7f18a1b3
|
Remove all use of amino, identifier is disabled
|
2020-02-03 19:59:20 +01:00 |
|
Ethan Frey
|
9299b73aa6
|
Merge branch 'master' into move-amino-into-sdk
|
2020-02-03 18:53:42 +01:00 |
|
Ethan Frey
|
80be33b621
|
Fix types re-export
|
2020-02-03 18:47:59 +01:00 |
|
Ethan Frey
|
6358b02f11
|
Move TokenInfo, coinToDecimal, decimalToCoin from sdk to bcp
|
2020-02-03 18:33:14 +01:00 |
|
Ethan Frey
|
1491b13e83
|
Format and lint
|
2020-02-03 18:25:05 +01:00 |
|
Ethan Frey
|
d2030f4f51
|
Add sample tx decode data
|
2020-02-03 18:20:29 +01:00 |
|
Ethan Frey
|
f5fbb02ba4
|
Improve parsing, two types of pubkey decoding
|
2020-02-03 18:18:21 +01:00 |
|