4386 Commits

Author SHA1 Message Date
Simon Warta
dbd02830fa Try some sleep 2020-02-04 23:33:23 +01:00
Simon Warta
8afaed6c1e Add nice title for CI task: 'Wait for blockchain and REST server ...' 2020-02-04 22:28:53 +01:00
Simon Warta
fa1a9671db Improve chain start speed
On a dev machine, this reduces a chain restart (./scripts/cosm/stop.sh
&& ./scripts/cosm/start.sh) from 18.5 seconds to 2.7 seconds.
2020-02-04 22:04:21 +01:00
Ethan Frey
a2c14bb80b Update bcp address to reduce code dup 2020-02-04 20:31:33 +01:00
Ethan Frey
8807e7532d Move bcp-free address en/de-coding into sdk 2020-02-04 20:06:56 +01:00
Ethan Frey
82447e8afe
Merge pull request #42 from confio/normalize-attribute-value
Normalize unset attribute value to empty string
2020-02-04 19:22:05 +01:00
Simon Warta
f9734fb0f3 Normalize unset attribute value to empty string 2020-02-04 19:01:40 +01:00
Simon Warta
ea12c9751a
Merge pull request #41 from confio/test-amount
Test transfer event's amount attribute
2020-02-04 18:52:22 +01:00
Simon Warta
9e1d369523 Test transfer event's amount attribute 2020-02-04 18:38:55 +01:00
Simon Warta
a2570f24b3 Dedup transferAmount 2020-02-04 18:38:55 +01:00
Simon Warta
75c0e8c211
Merge pull request #40 from confio/instantiate-contract
Add support for contract instantiation
2020-02-04 18:24:07 +01:00
Simon Warta
4809958cc6 Add makeSignedTx helper 2020-02-04 18:18:09 +01:00
Simon Warta
517b65f58d Add support for contract instantiation 2020-02-04 18:13:03 +01:00
merge-when-green[bot]
f7d63b7037
Merge pull request #39 from confio/empower-sdk
Upload wasm code using plain @cosmwasm/sdk
2020-02-04 15:47:04 +00:00
Simon Warta
7741e5711a Parse and test logs 2020-02-04 16:43:38 +01:00
Simon Warta
8f0509e11e Add support for parsing MsgStoreCode in BCP 2020-02-04 15:58:13 +01:00
Simon Warta
f3a413f62a Cleanup test code 2020-02-04 15:28:14 +01:00
Simon Warta
63e3ab037c Make messages in makeSignBytes a list
this fixes a bug introduced in 2d14efa4cd95edc
2020-02-04 15:10:56 +01:00
Ethan Frey
555534ba1b Add script to run local binaries, help debug 2020-02-04 14:29:38 +01:00
Ethan Frey
3fe792e058 Disable faucet docker job 2020-02-04 14:00:24 +01:00
Ethan Frey
220c0c69d6 Add test case for simple MsgSend 2020-02-04 13:43:35 +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
a9189262e5 Increase gas limit in test 2020-02-04 12:43:41 +01:00
Simon Warta
4e9c009809 Use stronger types for Msg 2020-02-04 12:43:40 +01:00
Simon Warta
28a4518edf Test wasm upload in RestServer 2020-02-04 12:43:40 +01:00
Simon Warta
8034ae7bc6 Move sortJson into @cosmwasm/sdk 2020-02-04 12:43:40 +01:00
Simon Warta
ee2c621fba
Merge pull request #38 from confio/test-rest-client
Test RestClient and fix nonce type in REST response
2020-02-04 12:29:35 +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
Simon Warta
b7877d136d Test nodeInfo and encodeTx in RestServer 2020-02-04 09:10:03 +01:00
merge-when-green[bot]
19c9c27e76
Merge pull request #36 from confio/remove-amino
Remove amino
2020-02-03 21:55:38 +00: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
c62702ba30 Fix lint issues 2020-02-03 21:33:39 +01:00
Ethan Frey
0031d6860d Fix encodeTx implementation, Connection.identifier now works 2020-02-03 21:31:46 +01:00
Ethan Frey
449a83120a WIP: test identifier via rest client amino encoding 2020-02-03 20:25:08 +01:00
Ethan Frey
b99340bf76 Add encode logic to rest client 2020-02-03 20:22:02 +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
e50733eb71 RestClient posts with JSON-encoded StdTx 2020-02-03 19:44:38 +01:00
Ethan Frey
9299b73aa6 Merge branch 'master' into move-amino-into-sdk 2020-02-03 18:53:42 +01:00
Ethan Frey
eeca7d1a8c
Merge pull request #35 from confio/extract-token-info
Move TokenInfo, coinToDecimal, decimalToCoin from sdk to bcp
2020-02-03 18:48:27 +01:00
Ethan Frey
80be33b621 Fix types re-export 2020-02-03 18:47:59 +01:00
Ethan Frey
6444be5aa4 Remove obsolete comments 2020-02-03 18:42:36 +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