Ethan Frey
|
b5c87c4074
|
Merge pull request #410 from CosmWasm/prove-ibc-queries
Add some provable queries to IBC querier
|
2020-08-24 22:51:32 +02:00 |
|
Ethan Frey
|
f3d5bcbeca
|
Use existing bigendian parser
|
2020-08-24 22:43:47 +02:00 |
|
Ethan Frey
|
23bafbf5b0
|
Add some provable queries to IBC querier
|
2020-08-24 22:21:56 +02:00 |
|
Ethan Frey
|
d0db9c79ed
|
Try non-websocket header query, leave commented out example
|
2020-08-18 12:48:37 +02:00 |
|
Ethan Frey
|
305e36cbd9
|
Pull out nextHeader logic
|
2020-08-18 12:48:37 +02:00 |
|
Ethan Frey
|
d323b80a88
|
Remove some code duplication
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
598469bfac
|
Bump to @confio/ics23 v0.6.3
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
15b1f7d836
|
Fix package.json
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
a185541e96
|
Proving queries now wait for next header and compare app hash
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
57fb9c37a1
|
Fix proofs to handle non-existence case
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
f43870f818
|
Parse ics23 proofs and do initial verification
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
f70b3a83fa
|
queryVerified does various sanity checks on the proof envelope
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
a6e0cdee10
|
Expose abci query proofs in tendermint
|
2020-08-18 12:48:36 +02:00 |
|
Ethan Frey
|
2bf418f34a
|
Merge pull request #356 from CosmWasm/add-arrayContentEquals
Add and use arrayContentEquals
|
2020-08-07 11:24:48 +02:00 |
|
Ethan Frey
|
5cf59a4380
|
Merge pull request #333 from CosmWasm/rm-SigningCallback
Cleanup some types
|
2020-08-03 14:51:47 +02:00 |
|
Ethan Frey
|
a4ac0c3616
|
Merge pull request #331 from CosmWasm/wasmd-0.10.0
Update to wasmd 0.10.0
|
2020-08-03 14:50:09 +02:00 |
|
Ethan Frey
|
e88389ee10
|
Update cli helpers to 0.9
|
2020-07-01 21:06:00 +02:00 |
|
Ethan Frey
|
57d0686ac6
|
Merge pull request #190 from CosmWasm/upgrade-iov-core
Upgrade @iov/* dependencies to 2.3.2
|
2020-06-08 09:52:14 +02:00 |
|
Ethan Frey
|
765382c905
|
Merge pull request #188 from CosmWasm/new-names
Use new package names
|
2020-06-05 08:23:51 +02:00 |
|
Ethan Frey
|
9d4fdbc514
|
Merge pull request #178 from CosmWasm/update-cli
Update CLI for 0.8 demo net
|
2020-05-26 16:24:13 +02:00 |
|
Ethan Frey
|
005a216d46
|
Update CLI for 0.8 demo net
|
2020-05-26 15:26:46 +02:00 |
|
Ethan Frey
|
1fcbe40cbc
|
Update tests for new contracts
|
2020-05-25 21:03:10 +02:00 |
|
Ethan Frey
|
f178fdf3f1
|
Update contracts to versions from crates.io
|
2020-05-25 20:40:00 +02:00 |
|
Ethan Frey
|
33f803fe69
|
Merge pull request #175 from CosmWasm/staking-demo
Add staking contract to deployment
|
2020-05-25 14:03:04 +02:00 |
|
Ethan Frey
|
3b52fd15f3
|
Bump up to wasmd v0.8.0-rc1 and fix validator address
|
2020-05-25 09:37:10 +02:00 |
|
Ethan Frey
|
ed62150047
|
Merge pull request #156 from CosmWasm/add-mask-helpers
Add mask helpers
|
2020-03-20 22:41:42 +01:00 |
|
Ethan Frey
|
ee0b6a6604
|
Complete mask demo
|
2020-03-20 22:35:40 +01:00 |
|
Ethan Frey
|
c870b16cc8
|
Add section on transfering control of the mask
|
2020-03-20 22:35:40 +01:00 |
|
Ethan Frey
|
34c8027167
|
Update mask demo to everything except staking
|
2020-03-20 22:35:40 +01:00 |
|
Ethan Frey
|
d50791c803
|
Pull in typescript definitions for API
|
2020-03-20 22:35:40 +01:00 |
|
Ethan Frey
|
e5d89f1fad
|
Start document upload of mask, and instantiate
|
2020-03-20 22:35:40 +01:00 |
|
Ethan Frey
|
ab823d91ed
|
Merge pull request #154 from CosmWasm/multi-init
Support multiple init files
|
2020-03-20 12:40:27 +01:00 |
|
Ethan Frey
|
17916b07bb
|
Merge pull request #150 from CosmWasm/cleanup-cli
Update helpers to modern api, demo net
|
2020-03-20 12:38:54 +01:00 |
|
Ethan Frey
|
45dd49426f
|
Update helpers after rebase
|
2020-03-20 12:33:21 +01:00 |
|
Ethan Frey
|
228a6c69fa
|
Add docs on custom networks and sharing mnemonic from cli tools
|
2020-03-20 12:25:23 +01:00 |
|
Ethan Frey
|
5c75e97f87
|
Update helpers to modern api, demo net
|
2020-03-20 12:25:23 +01:00 |
|
Ethan Frey
|
8cf5c68b7e
|
Merge pull request #152 from CosmWasm/improve-cli
Add axios, fs and FeeTable to CLI by default
|
2020-03-20 12:18:29 +01:00 |
|
Ethan Frey
|
77cd1dac6c
|
yarn upgrade - minimist warning
|
2020-03-20 10:28:32 +01:00 |
|
Ethan Frey
|
0359e791ab
|
Merge pull request #144 from CosmWasm/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
|
2020-03-16 14:06:05 +01:00 |
|
Ethan Frey
|
653bccf1c7
|
Updates for wasmd v0.7.0-rc2
|
2020-02-29 20:59:57 +01:00 |
|
Ethan Frey
|
bd05fc3f67
|
Merge pull request #124 from confio/test-0.7
Test wasmd 0.7
|
2020-02-28 21:28:24 +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 |
|
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 |
|
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 |
|
Ethan Frey
|
018f047973
|
Use wasmd v0.6.1 with rest server fixes
|
2020-02-18 22:51:06 +01:00 |
|
Ethan Frey
|
b6b29562cb
|
Expose senderAddress()
|
2020-02-17 13:25:50 +01:00 |
|
Ethan Frey
|
28a85a5e6e
|
Expose SigningData/Callback types
|
2020-02-17 13:24:27 +01:00 |
|
Ethan Frey
|
2d7c4e09a3
|
Clean up test cases
|
2020-02-17 12:55:47 +01:00 |
|
Ethan Frey
|
6d3865a27e
|
Add sendToken() and test
|
2020-02-17 12:55:47 +01:00 |
|
Ethan Frey
|
7bc76bd59b
|
Fix linter warnings
|
2020-02-17 12:21:30 +01:00 |
|
Ethan Frey
|
d079f7673a
|
getAccount returns undefined when address not found
|
2020-02-17 12:21:30 +01:00 |
|
Ethan Frey
|
b39a54211b
|
Add getAccount to CosmWasmClient
|
2020-02-17 12:21:30 +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 |
|
Ethan Frey
|
33b9ac2482
|
Merge pull request #69 from confio/debug-start
Debug start of blockchain in CI
|
2020-02-10 13:52:21 +01:00 |
|
Ethan Frey
|
8be57612c4
|
Use new v0.0.4 docker image
|
2020-02-10 12:57:44 +01:00 |
|
Ethan Frey
|
77294979bc
|
Ensure metadata is set
|
2020-02-10 12:46:01 +01:00 |
|
Ethan Frey
|
abe8eeeac3
|
Return full info on 500 errors
|
2020-02-10 12:41:47 +01:00 |
|
Ethan Frey
|
efcca8a769
|
Download wasm code by id works
|
2020-02-10 12:20:32 +01:00 |
|
Ethan Frey
|
f1e1c76baa
|
Update rest server, pass tests
|
2020-02-10 12:01:21 +01:00 |
|
Ethan Frey
|
903166478b
|
Merge pull request #59 from confio/add-cli
Add @cosmwasm/cli
|
2020-02-06 20:01:10 +01:00 |
|
Ethan Frey
|
5046963b17
|
Merge pull request #60 from confio/housekeeping
Do some housekeeping
|
2020-02-06 17:29:51 +01:00 |
|
Ethan Frey
|
6f454152f6
|
Merge pull request #57 from confio/docs
Update package documentation; clarify faucet deployment
|
2020-02-06 11:14:14 +01:00 |
|
Ethan Frey
|
7320bcec3b
|
Merge pull request #52 from confio/add-wasm-queries
Add some basic wasm queries
|
2020-02-05 18:25:15 +01:00 |
|
Ethan Frey
|
49070f668f
|
A bit more cleanup
|
2020-02-05 18:22:20 +01:00 |
|
Ethan Frey
|
8699e2e8f7
|
Cleanup from PR review
|
2020-02-05 18:05:19 +01:00 |
|
Ethan Frey
|
3e48ee1213
|
Pin to docker image v0.0.2
|
2020-02-05 18:02:41 +01:00 |
|
Ethan Frey
|
213d59c75c
|
Clean up test naming
|
2020-02-05 17:33:53 +01:00 |
|
Ethan Frey
|
c7313275c3
|
Test smart queries
|
2020-02-05 17:18:25 +01:00 |
|
Ethan Frey
|
90ac9f1387
|
All contract queries except smart
|
2020-02-05 17:14:08 +01:00 |
|
Ethan Frey
|
620767b5c6
|
Inline getCodeId and getContractAddress helpers
|
2020-02-05 16:59:26 +01:00 |
|
Ethan Frey
|
4bacba8340
|
Add some basic contract queries
|
2020-02-05 16:55:51 +01:00 |
|
Ethan Frey
|
0846162434
|
Test list codes
|
2020-02-05 16:39:51 +01:00 |
|
Ethan Frey
|
03be05964a
|
More test helper refactoring
|
2020-02-05 16:31:26 +01:00 |
|
Ethan Frey
|
da9eff547e
|
Pull out wasm contract actions as test helper functions
|
2020-02-05 16:26:37 +01:00 |
|
Ethan Frey
|
477511f1b3
|
Complete wasm calls via manual testing with curl
|
2020-02-05 16:11:46 +01:00 |
|
Ethan Frey
|
e0b3cb006c
|
Add some basic wasm queries (manually tested with curl)
|
2020-02-05 15:24:15 +01:00 |
|
Ethan Frey
|
ae8acefc81
|
Merge pull request #55 from confio/speed-up-wasmd
Speed up wasmd
|
2020-02-05 15:16:35 +01:00 |
|
Ethan Frey
|
50ea6bb54c
|
Reduce block time from 5s to 1s
|
2020-02-05 14:54:24 +01:00 |
|
Ethan Frey
|
2047b63b7b
|
Merge pull request #54 from confio/rm-top-level-dependencies
Remove top level dependencies
|
2020-02-05 14:27:13 +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 |
|