313 Commits

Author SHA1 Message Date
Simon Warta
44e27fb60c Use wasmd 0.40.2 in tests 2023-06-13 12:02:21 +02:00
Simon Warta
f3351aba55 Upgrade wasmd to 0.40.0 2023-06-13 08:34:08 +02:00
Simon Warta
87b11cea6c Bump to 0.47.2-lfg.2 2023-05-04 15:51:14 +02:00
Simon Warta
ff8cf74b58 Re-generate SDK 0.47 template 2023-05-03 18:41:25 +02:00
Simon Warta
64aaccf417 Set denom_metadata in SDK 0.47 genesis generator 2023-05-03 18:40:48 +02:00
Simon Warta
43c4358e1e Use new validator address for simapp44 and 46 2023-04-06 18:02:33 +02:00
Simon Warta
aeb7254274 Use constant validator key 2023-04-06 17:55:30 +02:00
Simon Warta
ee19ab73a8 Add simapp47 scripts folder 2023-04-06 17:20:35 +02:00
Simon Warta
9e6a02fb45 Fix folder name in README: simapp44 -> simapp46 2023-04-06 17:20:35 +02:00
Simon Warta
08776a4a90 Use backslash for linebreak 2023-04-06 17:20:35 +02:00
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