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
Simon Warta
c6d0a3aff4
Set wasmd-demo to v0.7.1
2020-03-12 19:01:11 +01:00
Simon Warta
c0a8f8a3ab
Upgrade ERC20 contract to 0.3.0
2020-03-06 22:16:06 +01:00
Simon Warta
8a608a1204
Upgrade wasmd to v0.7.0
2020-03-06 22:15:35 +01:00
Simon Warta
8845ee08f5
Update wasmd to v0.7.0-rc3 and adapt code
2020-03-02 17:42:47 +01:00
Simon Warta
01758aadb2
Standardize ExecuteResult, InstantiateResult, UploadResult
2020-03-02 13:36:42 +01:00
Simon Warta
ea19f9b5e1
Set code meta to ERC20 contract
2020-03-02 12:30:52 +01:00
Ethan Frey
653bccf1c7
Updates for wasmd v0.7.0-rc2
2020-02-29 20:59:57 +01:00
Simon Warta
2520e47662
Update nameservice and set verification information
2020-02-28 15:45:55 +01:00
Simon Warta
a8e3e87f69
Allow setting source and builder in .upload()
2020-02-28 15:24:54 +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
a22d0c1947
Proper label for the init.sh contracts
2020-02-27 17:45:13 +01:00
Ethan Frey
36d557a4ef
Update docker image and test contracts
2020-02-27 17:31:42 +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
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
Simon Warta
5504288de4
Auto-compress contracts in upload
2020-02-19 12:52:12 +01:00
Simon Warta
c9cb865ba8
Add missing --cors argument
...
Missing part of https://github.com/confio/cosmwasm-js/pull/106
2020-02-18 23:15:29 +01:00
Ethan Frey
018f047973
Use wasmd v0.6.1 with rest server fixes
2020-02-18 22:51:06 +01:00
Simon Warta
7b480bbc5d
Give guest account some HASH and JADE
2020-02-18 17:55:52 +01:00
Simon Warta
cd40206651
Use new token names HASH/ISA/JADE
...
those don't conflict with other BCP demo tokens
2020-02-18 17:55:46 +01:00
Simon Warta
1af9d5da91
Add Guest account for manual testing
2020-02-18 17:40:04 +01:00