willclarktech
cf6dc3ec45
scripts: Remove .gitignore from wasmd
2020-08-04 17:25:11 +02:00
Simon Warta
c3f6a38e8c
Merge pull request #323 from CosmWasm/simapp-update
...
Update simapp to nightly-2020-07-29
2020-08-04 10:55:40 +02:00
Simon Warta
5dcaf706dd
Rename postTx -> broadcastTx in launchpad/cosmwasm etc
2020-08-03 17:23:05 +02:00
Simon Warta
5474d0cf3a
Update wasmd to v0.10.0
2020-08-02 21:27:09 +02:00
Simon Warta
dcb10352aa
Add log entry when generating validator
2020-08-02 21:12:50 +02:00
Simon Warta
b47168dd2d
Remove container name debugging
2020-08-02 20:56:53 +02:00
Simon Warta
03db5b5f01
Fix wasmd temp file pattern
2020-08-02 20:54:34 +02:00
Simon Warta
fcb213c39f
Make simd ports more explicit
2020-08-02 20:52:51 +02:00
Simon Warta
29644a219e
Rename REST_ -> LCD_API_
2020-08-02 20:52:30 +02:00
Simon Warta
4ece47e0e0
Mount /root to simapp_data on chain start
2020-08-02 20:44:06 +02:00
Simon Warta
aa31b6c870
Switch to interchainio/simapp
2020-08-02 20:16:23 +02:00
Simon Warta
4b812c3123
Use dedicated moniker; regenerate; check-in priv_validator_state.json
2020-08-02 20:16:23 +02:00
Simon Warta
785ab9fc46
Update simapp to nightly-2020-07-29
2020-08-02 20:16:23 +02:00
Simon Warta
7863afdd31
Recreate wasmd genesis and update tests
2020-07-30 10:12:33 +02:00
Simon Warta
3c19ac47d2
Sort genesis file
2020-07-30 09:56:23 +02:00
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