Simon Warta
|
b2ee1aa860
|
Add return types to map callbacks for stricter type safety
|
2020-02-28 09:48:54 +01:00 |
|
Simon Warta
|
09afd8e00d
|
Adapt BCP tests
|
2020-02-27 23:55:03 +01:00 |
|
Simon Warta
|
836e6a6c5e
|
Let RestClient.getContractInfo return null for missing contract
|
2020-02-27 23:53:52 +01:00 |
|
Simon Warta
|
8674d6815b
|
Adapt config representation of hackatom
|
2020-02-27 23:42:10 +01:00 |
|
Simon Warta
|
b821ea786c
|
Fix instance order
|
2020-02-27 23:41:37 +01:00 |
|
Simon Warta
|
9f44e296cd
|
Adapt handling of logs/attributes/events for wasm
|
2020-02-27 23:28:13 +01:00 |
|
Simon Warta
|
542939a63e
|
Adapt code to latest hackatom
|
2020-02-27 23:12:57 +01:00 |
|
Simon Warta
|
f8e20921a3
|
Fix linting issues
|
2020-02-27 22:55:40 +01:00 |
|
Ethan Frey
|
b9fecebd80
|
Minor debugging, fix wasmd version to 0.7.0-rc1
|
2020-02-27 21:13:14 +01:00 |
|
Ethan Frey
|
0bc8ac4f93
|
Update hackatom contract to 0.7
|
2020-02-27 20:35:39 +01:00 |
|
Ethan Frey
|
6a01dc006b
|
Fix up Rest Client to parse new responses better
|
2020-02-27 20:28:06 +01:00 |
|
Ethan Frey
|
45fc3bf6c3
|
Merge pull request #125 from confio/test-0.7-simon
Update contract tests in CosmWasmClient
|
2020-02-27 19:18:48 +01:00 |
|
Simon Warta
|
ca2989eb5d
|
Update contract tests in CosmWasmClient
|
2020-02-27 18:17:23 +01:00 |
|
Ethan Frey
|
a22d0c1947
|
Proper label for the init.sh contracts
|
2020-02-27 17:45:13 +01:00 |
|
Ethan Frey
|
365c1a0e66
|
Add label to SigningCosmWasmClient.instantiate
|
2020-02-27 17:39:08 +01:00 |
|
Ethan Frey
|
36d557a4ef
|
Update docker image and test contracts
|
2020-02-27 17:31:42 +01:00 |
|
Simon Warta
|
e1fdda61be
|
Merge branch 'add-nameservice-scripts'
|
2020-02-27 15:25:05 +01:00 |
|
Simon Warta
|
cceb5f5322
|
Increase timeout for downloading wasmd
|
2020-02-27 15:19:32 +01:00 |
|
Simon Warta
|
75f2936170
|
Run deploy_nameservice.js as part of init.sh
|
2020-02-27 15:15:52 +01:00 |
|
Simon Warta
|
bf58ca25ff
|
Polish deploy_nameservice.js
|
2020-02-27 15:14:53 +01:00 |
|
Simon Warta
|
19f73b432d
|
Merge pull request #121 from confio/code-and-contracts
Add code and contract getters to CosmWasmClient
|
2020-02-24 13:50:55 +01:00 |
|
Simon Warta
|
f04de9fdf6
|
Merge pull request #122 from confio/new-secp-sig-constructor
Remove obsolete makeSecp256k1SignatureFromFixedLength
|
2020-02-24 09:51:27 +01:00 |
|
Simon Warta
|
3e7720c8ab
|
Remove obsolete bn.js dependency from sdk
|
2020-02-23 22:41:21 +01:00 |
|
Simon Warta
|
dd65786df0
|
Remove makeSecp256k1SignatureFromFixedLength
in favour of native Secp256k1Signature.fromFixedLength
|
2020-02-23 22:40:20 +01:00 |
|
Simon Warta
|
c229df97e4
|
Upgrade IOV Core
|
2020-02-23 20:36:03 +01:00 |
|
Simon Warta
|
db16428697
|
Test getCodes/getCodeDetails/getContracts/getContract
|
2020-02-21 23:59:10 +01:00 |
|
Simon Warta
|
17ded4b676
|
Add code and contract getters to CosmWasmClient
|
2020-02-21 18:18:03 +01:00 |
|
Ethan Frey
|
0db26c6928
|
Add deploy nameservice script
|
2020-02-21 17:32:42 +01:00 |
|
Ethan Frey
|
e69332241a
|
Add nameservice contract
|
2020-02-21 17:27:41 +01:00 |
|
Ethan Frey
|
58194d1b32
|
Update faucet Dockerfile
|
2020-02-21 17:24:16 +01:00 |
|
Simon Warta
|
2502ce5d38
|
v0.0.8
|
2020-02-21 14:23:50 +01:00 |
|
Simon Warta
|
192b36177a
|
Add nonces
|
2020-02-21 14:23:30 +01:00 |
|
merge-when-green[bot]
|
41db029f88
|
Merge pull request #119 from confio/rest-cleanup
RestClient cleanups; Pass min/max height filters to backend
|
2020-02-21 13:16:36 +00:00 |
|
Simon Warta
|
b5a08f206a
|
Add txsQuery wrapper on CosmWasmClient
|
2020-02-21 14:12:48 +01:00 |
|
Simon Warta
|
dfe1cccadb
|
Implement min/max height filters in CosmWasmClient
|
2020-02-21 13:57:09 +01:00 |
|
Simon Warta
|
798854b002
|
Rename to txsQuery and test
|
2020-02-21 13:57:09 +01:00 |
|
Simon Warta
|
00801b2831
|
Avoid unnecessary conversion to bytes in postTx
In Cosmos world, transactions are posted as JSON. Move the byte
representation into BCP.
|
2020-02-21 13:57:01 +01:00 |
|
Simon Warta
|
8f1f8d93be
|
Sort methods in RestClient
|
2020-02-21 12:00:10 +01:00 |
|
merge-when-green[bot]
|
8ece4a240d
|
Merge pull request #118 from confio/types-bn.js-dev
Move @types/bn.js to devDependencies
|
2020-02-21 09:57:38 +00:00 |
|
Simon Warta
|
d26d35888a
|
Move @types/bn.js to devDependencies
|
2020-02-21 10:54:02 +01:00 |
|
Simon Warta
|
31e9c3bcdf
|
v0.0.7
|
2020-02-20 15:41:20 +01:00 |
|
Simon Warta
|
4d29fbe937
|
Add nonces
|
2020-02-20 15:29:15 +01:00 |
|
Simon Warta
|
f6e5e28fd0
|
Merge pull request #116 from confio/types-pako-devDependencies
Move @types/pako to devDependencies
|
2020-02-20 15:24:16 +01:00 |
|
Simon Warta
|
08a10c6374
|
Move @types/pako to devDependencies
|
2020-02-20 15:19:34 +01:00 |
|
Simon Warta
|
6679dfcf62
|
v0.0.6
|
2020-02-20 12:35:45 +01:00 |
|
Simon Warta
|
c7b3fe9d8d
|
Add nonces
|
2020-02-20 12:33:41 +01:00 |
|
Simon Warta
|
db550220db
|
Merge pull request #110 from confio/simplify-prefix
Simplify address prefix handling
|
2020-02-19 20:46:30 +01:00 |
|
Simon Warta
|
8df2e2f409
|
Merge pull request #114 from confio/upload-compressed
Auto-compress contracts in upload
|
2020-02-19 20:46:13 +01:00 |
|
Simon Warta
|
5504288de4
|
Auto-compress contracts in upload
|
2020-02-19 12:52:12 +01:00 |
|
Simon Warta
|
3a351e19f7
|
Adapt CLI code to new method name
|
2020-02-19 10:23:16 +01:00 |
|