303 Commits

Author SHA1 Message Date
Simon Warta
2c1f779dbd
Merge pull request #1376 from cosmos/tendermint-0.37
Add a Tendermint 0.37 client
2023-03-06 11:57:25 +01:00
Simon Warta
1cc4fbe032 Remove Tendermint 0.35 client 2023-03-01 17:58:19 +01:00
Simon Warta
a14c9eb563 Switch to cometbft/cometbft:v0.37.0-rc3 2023-03-01 17:23:38 +01:00
Simon Warta
3ad87362de Add Tendermint 0.37 docker 2023-03-01 15:53:31 +01:00
Simon Warta
7eca4184c3 Upgrade wasmd to v0.31.0-rc0 2023-01-31 11:54:22 +01:00
Simon Warta
aa62cdc181 Remove simapp42 folder 2022-08-03 18:43:06 +02:00
Simon Warta
d987f4d077 Update simapp/simapp_slow templates 2022-08-03 17:10:53 +02:00
Simon Warta
2f3033b5cb Use confio/simapp:v0.46.0-archfix 2022-08-03 15:57:21 +02:00
Simon Warta
a89e0e7fba Remove template/.simapp/data/ ignores
No data other than priv_validator_state.json is stored in those folders.
For the template_slow we also don't have such an ignore rule.
2022-08-03 15:57:21 +02:00
Simon Warta
7e03295044 Bump simapp to v0.46.0 2022-08-03 15:57:21 +02:00
Simon Warta
a41bcc92b9 Revert to rc1 2022-08-03 15:57:21 +02:00
Simon Warta
067147ec0d Set min_commission_rate 2022-08-03 15:57:20 +02:00
Simon Warta
6e5a6824d2 Regenerate app.toml/config.toml 2022-08-03 15:57:20 +02:00
Simon Warta
fa550fe572 Add simapp46 folder 2022-08-03 15:57:20 +02:00
Simon Warta
8e6906b471 Update docs to changes of development blockchains 2022-07-04 10:29:58 +02:00
Simon Warta
54cafc4a63 Fix cors-allowed-origins configuration for Tendermint 0.35 2022-06-14 16:33:32 +02:00
Simon Warta
7d0de950e3 Update Tendermint to 0.34.19 2022-06-14 11:26:29 +02:00
Simon Warta
79f14b37c7 Add Tendermint 0.35 scripts 2022-06-14 11:26:29 +02:00
Simon Warta
f60c9f55af Upgrade wasmd to 0.27.0 2022-06-13 16:36:44 +02:00
Simon Warta
b8d7db9311 Create httpserver 2022-04-13 06:57:34 +02:00
Milan Steiner
2b6e30d48a
Fix LGTM Warnings (#1069)
* Removed unused variable

* Improve Regex
2022-03-02 18:26:57 +01:00
Milan Steiner
4c8b278c1d
Create toBech32 and fromBech32 in @cosmjs/encoding (#1058)
* Create toBech32 and fromBech32

* Add changes to CHANGELOG.md

* Fix linting

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 14:05:34 +01:00
Simon Warta
9e7adb2c2b Set default gas limit for send transactions to 100k 2022-02-09 22:38:44 +01:00
Simon Warta
0f0c9d8a75
Merge pull request #1029 from cosmos/rm-launchpad-v2
Remove laucnhpad
2022-02-08 15:36:01 +01:00
Simon Warta
9970f77f18 Remove laucnhpad
Applies diff from https://github.com/cosmos/cosmjs/pull/1015
2022-02-08 13:56:18 +01:00
Milan Steiner
be1cbed333 Increase defaultSendFee from 80_000 to 200_000 2022-02-07 18:20:07 +01:00
Milan Steiner
580fa713e9 Set wasmd to v.0.23.0 2022-02-07 15:04:01 +01:00
Simon Warta
b3b0ed1070 Upgrade wasmd to 0.21.0 2021-11-24 11:08:45 +01:00
Simon Warta
5baf9781de Rename BroadcastTx{Success,Failure} to DeliverTx{Success,Failure} 2021-11-23 18:39:39 +01:00
Simon Warta
fe07180431 Remove Tendermint33Client and related symbols 2021-11-22 21:09:36 +01:00
Simon Warta
f89d4903b7 Force-add ignored priv_validator_state.json to simapp44 2021-10-24 21:52:39 +02:00
Simon Warta
d0e81e665c Rename simapp -> simapp42 2021-10-24 21:52:39 +02:00
Simon Warta
72509f5ba2 Remove IBC settings from simapp44 2021-10-24 21:52:39 +02:00
Simon Warta
054acb7c80 Use query queryVerified key that works for 0.42 and 0.44 2021-10-24 21:52:39 +02:00
Simon Warta
04c13cb880 Open GRPC port 2021-10-24 21:52:39 +02:00
Simon Warta
1c1d2e742e Add local simapp44 blockchain 2021-10-24 21:52:38 +02:00
Simon Warta
f6e3095196 Upgrade wasmd to 0.20 2021-10-12 13:43:23 +02:00
Simon Warta
07139bce49 Remove unused cw1/cw3 contract deployments 2021-10-02 22:05:15 +02:00
Simon Warta
7320b1cfdb Upgrade wasmd to v0.18.0 2021-08-24 10:32:16 +02:00
Ethan Frey
70c91ac19d Bump to wasmd 0.18.0-rc3 with new events 2021-08-12 15:44:16 +02:00
Simon Warta
34aefbbff7 Upgrade CosmWasm contracts to 0.16.0 2021-08-05 16:33:04 +02:00
Simon Warta
f4a0459687 Silence curl downloads 2021-08-05 16:31:33 +02:00
Simon Warta
516b5f2819 Upgrade wasmd to v0.18.0-rc2 2021-08-04 17:34:44 +02:00
Simon Warta
8853faded3 Remove nonces 2021-08-04 16:57:08 +02:00
Simon Warta
b87358f237 Update backend and contracts 2021-08-02 13:18:11 +02:00
Simon Warta
737c5c7ac9 Upgrade to the latest proto types 2021-08-02 13:15:46 +02:00
Simon Warta
ba9facfab0 Provide enough stake to accounts for depositing on a proposal 2021-07-27 17:26:08 +02:00
Simon Warta
1cac9b834a Deploy IBC contract to test port ID assignment 2021-07-25 00:08:16 +02:00
Simon Warta
3912aaff88 Remove @cosmjs/cosmwasm and @cosmjs/cosmwasm-launchpad 2021-07-22 14:44:41 +02:00
willclarktech
fca794e92e
Use string gas price in simple calculateFee cases 2021-06-16 10:32:08 +02:00