Simon Warta
|
f1a354eb0c
|
Extract findAttribute in test code
|
2020-02-05 11:41:54 +01:00 |
|
Simon Warta
|
e3c294ed2e
|
Implement contract execution
|
2020-02-05 11:31:35 +01:00 |
|
Simon Warta
|
ce18a5296d
|
Add some fields to PostTxsResponse
|
2020-02-05 11:31:35 +01:00 |
|
Simon Warta
|
68670fc8a1
|
Avoid innecessary Value* types; Add docs
|
2020-02-05 11:31:35 +01:00 |
|
Simon Warta
|
6083c3f7ea
|
Serach codeIdAttr in first message event
|
2020-02-05 11:31:35 +01:00 |
|
Ethan Frey
|
5ac758c6ba
|
Merge pull request #44 from confio/move-address-decode-to-sdk
Move address decode to sdk
|
2020-02-05 11:28:34 +01:00 |
|
Ethan Frey
|
64666d60d4
|
Merge remote-tracking branch 'origin/master' into move-address-decode-to-sdk
|
2020-02-05 10:33:45 +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
|
4f3bbb8001
|
Merge pull request #45 from confio/speedup-chain-start
Improve chain start speed
|
2020-02-05 10:21:20 +01:00 |
|
Ethan Frey
|
9d0a0ddf44
|
Merge pull request #46 from confio/randomize-contract
Randomize contract wasm
|
2020-02-05 10:20:22 +01:00 |
|
Simon Warta
|
488dd79be7
|
Randomize contracts in tests
|
2020-02-05 01:22:45 +01:00 |
|
Simon Warta
|
4136d5e691
|
Free variable name: data
|
2020-02-05 00:45:11 +01:00 |
|
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 |
|