321 Commits

Author SHA1 Message Date
Simon Warta
dfdf89cc3a Update wasmd to v0.10.0-beta2 2020-07-30 09:35:36 +02:00
Simon Warta
c575f930a8 Rename @cosmjs/sdk38 to @cosmjs/launchpad 2020-07-28 14:54:38 +02:00
Simon Warta
8410f41a40 Fix pubkey test 2020-07-28 14:54:38 +02:00
Simon Warta
70e9c1532a Update to wasmd v0.10.0-beta1 2020-07-28 14:54:37 +02:00
Simon Warta
b7d9b59fd1 Update codebase to launchpad backend 2020-07-28 14:54:36 +02:00
Simon Warta
5b9e22960f Remove --cors from wasmcli rest-server 2020-07-28 13:32:48 +02:00
Simon Warta
3a2315ab73 Update wasmd chain and scripts to v0.10.0-alpha 2020-07-28 13:32:48 +02:00
Alex Peters
622cf4ce21 Apply wasmd updates 2020-07-28 13:32:48 +02:00
willclarktech
e18a95e803
scripts: Fix env variable in wasmd/cli.sh 2020-07-23 13:53:27 +02:00
willclarktech
8f9884ecae
scripts: Update wasmd to v0.9.1 2020-07-23 13:46:36 +02:00
willclarktech
9500a2ac1b
sdk38: Update documentation for getNonce renaming 2020-07-22 13:30:40 +02:00
willclarktech
6d387412af
eslint: Update file-based rule overrides 2020-07-15 13:29:21 +02:00
willclarktech
21f083336e
sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet 2020-07-14 14:35:12 +02:00
willclarktech
d8241e4f7d
scripts: Update wasmd deploy scripts for sdk38 OfflineSigner 2020-07-14 14:35:11 +02:00
Simon Warta
6b8196071a Fix docs copy command 2020-07-08 07:59:22 +02:00
willclarktech
79f033d103
scripts: Add .gitkeep to .simapp data dir 2020-07-02 14:09:09 +02:00
willclarktech
beae8f3394
scripts: Make simapp config faster 2020-07-02 14:09:09 +02:00
willclarktech
d3a0d2b73d
scripts: Add simapp stop script 2020-07-02 14:09:08 +02:00
willclarktech
60cdda61d1
scripts: Add generated simapp template 2020-07-02 14:09:08 +02:00
willclarktech
dbd7e992e9
scripts: Add basic simapp README 2020-07-02 14:09:08 +02:00
willclarktech
7a70763795
scripts: Add simapp scripts 2020-07-02 14:09:08 +02:00
willclarktech
24a460c3de
scripts: Add simapp env 2020-07-02 14:06:07 +02:00
willclarktech
f5904091b1
scripts: Add simapp .gitignore 2020-07-02 14:06:04 +02:00
Simon Warta
fce0309ff2 Don't open Wasmd Tendermint/p2p ports 2020-07-02 13:54:48 +02:00
Simon Warta
a8265f4bad Extract REST_PORT_GUEST/REST_PORT_HOST 2020-07-02 13:44:57 +02:00
Simon Warta
14a9c10812 Create copy_docs.sh 2020-07-02 10:38:26 +02:00
Simon Warta
fdc291c136 Fix stray comma in instance label [ci skip] 2020-07-01 15:44:21 +02:00
Simon Warta
c95f42225e Connect admin field in the CosmWasmClient API 2020-06-30 15:11:04 +02:00
Simon Warta
6e90375989 Import *.wasm files 2020-06-28 20:19:30 +02:00
Simon Warta
77980b60f4
Upgrade CosmWasm to 0.9 (#245)
* Upgrade chain to v0.9.0-alpha4

* Update expected build_tags

* Update wasmd init contracts

* Update hackatom test contract

* Update CosmWasm message descriptions

* Make some test code more compact

* Pull out InstantiateOptions

* Add admin field to ContractInfo

* Allow instantiating with admin

* Remove some noise

* Add SigningCosmWasmClient.updateAdmin

* Create return type ChangeAdminResult

* Add SigningCosmWasmClient.clearAdmin

* Add SigningCosmWasmClient.migrate

* Move message type testers close to type

* Export MsgUpdateAdmin/isMsgUpdateAdmin

* Fix typo in privillage

* Update some test code

* Test hackatom result data

* Add compatibility table

* Update wasmd to v0.9.0-beta

* Upgrade test contracts
2020-06-28 08:28:43 +02:00
Will Clark
200a0f7fe6
Fork @iov/socket (#250)
* socket: Fork @iov/socket

* socket: Remove nonces

* socket: Update package.json

* socket: Update README

* socket: Remove tslint

* socket: Fix lint warnings

* scripts: Fork socketserver from IOV Core

* root: Update NOTICE for socket

* tendermint-rpc: Replace @iov/socket dependency with @cosmjs/socket

* root: Update CI config for tendermint/socket

* scripts: Add wait to tendermint start script

* socket: Add coverage
2020-06-25 16:01:41 +02:00
willclarktech
66e38860f7
tendermint-rpc: Add v0.33 support (part 2) 2020-06-24 12:53:29 +02:00
willclarktech
c458803091
root: Update Tendermint scripts for v0.33 2020-06-24 12:10:54 +02:00
willclarktech
8204aa9f8c
root: Copy tendermint scripts from @iov-one 2020-06-24 12:10:52 +02:00
Simon Warta
e157c35104 Avoid shell globbing in jq query 2020-06-22 10:35:17 +02:00
Simon Warta
16df23f79b Rename packages @cosmwasm/* to @cosmjs/* 2020-06-04 19:53:58 +02:00
Simon Warta
217d8998a5 Use alice account for cosmwasm testing 2020-06-03 14:04:24 +02:00
Simon Warta
0dbed5ac29 Add test accounts Alice/Bob 2020-06-03 14:04:24 +02:00
Simon Warta
cd632a290e Adapt deployment scrips 2020-06-02 14:57:52 +02:00
Simon Warta
64b3fa6094 Check contract's checksums in init.sh 2020-05-26 14:00:03 +02:00
Ethan Frey
f178fdf3f1 Update contracts to versions from crates.io 2020-05-25 20:40:00 +02:00
Simon Warta
1f09b1df7c Update wasmd-demo to 0.8.0 2020-05-25 13:44:27 +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
Simon Warta
833c0f64fa Add staking contract to deployment 2020-05-25 09:37:10 +02:00
Simon Warta
7218afde51 Update testing contracts 2020-05-20 16:32:38 +02:00
Simon Warta
5d52c137f2 Use wasmd v0.8.0-alpha 2020-05-20 16:32:38 +02:00
Simon Warta
9cf893504c Adapt BCP tests 2020-05-08 22:11:07 +02:00
Simon Warta
e64becb7cf Add more test addresses 2020-05-08 22:11:07 +02:00
Simon Warta
a7df537e2d Document more example addresses 2020-05-08 22:11:07 +02:00
Simon Warta
113799c886 Format .js files with prettier 2 2020-05-07 12:26:36 +02:00