orkunkl
8462e70dbc
Fix relayer scripts
2021-03-03 17:23:23 +03:00
orkunkl
f6b3667ff6
Fix relayer setup scripts
2021-03-03 17:23:23 +03:00
Alexander Peters
cca60e2c84
Merge pull request #429 from CosmWasm/funds_fields_423
...
Rename to funds in msgs
2021-03-03 14:40:04 +01:00
Alex Peters
7583340d82
Rename to funds in msgs
2021-03-03 13:59:03 +01:00
Ethan Frey
5f385718f9
Merge pull request #426 from CosmWasm/sdk_upgrade_v0.41.4
...
Dependency upgrades
2021-03-03 11:14:45 +01:00
Alex Peters
05734deefd
Upgrade grpc to v1.36.0
2021-03-03 08:45:44 +01:00
Alex Peters
efe395e2f7
Upgrade cosmos-sdk to v0.41.4
2021-03-03 08:43:24 +01:00
Orkun Külçe
14b4d16768
Implement relayer integration tests ( #395 )
...
* Implement basic relay integration tests
* Move integration tests to contrib
* Add relayer-tests readme
2021-02-22 13:26:37 +03:00
Ethan Frey
7f20f33186
Merge pull request #413 from CosmWasm/sdk-0-41-3
...
Bump Cosmos SDK to 0.41.3
2021-02-18 10:47:24 +01:00
Ethan Frey
e82194a3b9
Bump Cosmos SDK to 0.41.3
2021-02-18 10:31:43 +01:00
Ethan Frey
b1a6be04fa
Merge pull request #408 from CosmWasm/dependabot/go_modules/github.com/spf13/cobra-1.1.3
...
Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
2021-02-18 10:03:23 +01:00
Ethan Frey
19e0e9497b
go mod tidy
2021-02-18 09:52:10 +01:00
dependabot-preview[bot]
f639670e11
Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-18 09:51:53 +01:00
Ethan Frey
09844f027c
Merge pull request #412 from CosmWasm/dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.41.2
...
Bump github.com/cosmos/cosmos-sdk from 0.41.0 to 0.41.2
2021-02-18 09:50:42 +01:00
Ethan Frey
fe7b539a3d
go mod tidy
2021-02-18 09:44:35 +01:00
dependabot-preview[bot]
ea4e77e9db
Bump github.com/cosmos/cosmos-sdk from 0.41.0 to 0.41.2
...
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk ) from 0.41.0 to 0.41.2.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases )
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.41.2/CHANGELOG.md )
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.41.0...v0.41.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-18 06:54:43 +00:00
Leonardo Bragagnolo
d0befd973d
Added randomized simulation parameters generation ( #389 )
...
* added simulation params
* fixed return types
* implemented full sim test on wasmd
* removed wrong committed github action
* switched to a import export test since i'm introducing params and genesis simulations
* fixed makefile
* Fixed sim test flags not working
* fixed some errors on sim test
* fixed conflicts
still a failure to be solved
* fixed wasm params error
* added missing codec
* Update params.go
removed unused import
* fixed intellij cache errors
* added full app simulation test that pass
* added README.md for sims credits
added me into contributors list
Co-authored-by: riccardo.montagnin <riccardo.montagnin@gmail.com>
2021-02-05 13:19:14 +01:00
Alexander Peters
a278049dc0
Merge pull request #404 from secret2830/secret/remove-wasm-limit-for-rest
...
Remove redundant wasm bytes limit in rest
2021-02-05 13:16:11 +01:00
secret
d46871eab9
remove redundant wasm limit in rest
2021-02-05 17:58:14 +08:00
Alexander Peters
4141cc36f8
Add custom message handler option ( #402 )
...
* Add custom message handler option
* Update changelog
2021-02-01 09:14:54 +01:00
Alexander Peters
0f46dee0c4
Implement IBC contract support ( #394 )
...
* Implement IBC contract support
* Update changelog
* Adjust tests for new event logic
* Review comment
2021-01-29 11:11:15 +01:00
Alexander Peters
e6735eb734
Merge pull request #393 from CosmWasm/changelog_0.15
...
Update changelog for v0.15.0
2021-01-27 14:00:21 +01:00
Alex Peters
0385d5fc54
Update changelog for v0.15.0
2021-01-27 13:42:30 +01:00
Alexander Peters
7dd5a74d94
Merge pull request #390 from CosmWasm/upgrade-cosmos-sdk-0410
...
Update to Cosmos SDK 0.41
2021-01-27 09:31:09 +01:00
Ethan Frey
53ed3bf09c
Add 0.15 notes in CHANGELOG, README
2021-01-26 21:24:16 +01:00
Ethan Frey
ef883479af
Update to Cosmos SDK 0.41
2021-01-26 21:22:16 +01:00
Ethan Frey
bd1ee82fa9
Merge pull request #386 from assafmo/patch-1
...
Fix ParseEvents to always include wasm.contract_address
2021-01-25 13:47:39 +01:00
Assaf Morami
0d5da91468
ParseEvents code comments
2021-01-24 22:08:26 +02:00
Assaf Morami
09bca64f9d
Fix ParseEvents to always include wasm.contract_address
2021-01-24 14:31:55 +02:00
Alexander Peters
1920f80d18
Merge pull request #383 from CosmWasm/changelog_0.14.1
...
Update changelog for v0.14.1
2021-01-20 10:47:27 +01:00
Alex Peters
1bef28a536
Update changelog for 0.14.1
2021-01-20 10:36:29 +01:00
Alexander Peters
5f0306e1c5
Merge pull request #380 from CosmWasm/update-cosmos-sdk
...
Cosmos SDK 0.40.1, Tendermint 0.34.3
2021-01-20 08:54:39 +01:00
Ethan Frey
91eda09bfe
Cosmos SDK 0.40.1, Tendermint 0.34.3
2021-01-19 20:48:53 +01:00
Ethan Frey
f9015cba47
Merge pull request #375 from CosmWasm/dependabot/go_modules/github.com/tendermint/tendermint-0.34.2
...
Bump github.com/tendermint/tendermint from 0.34.1 to 0.34.2
2021-01-13 10:17:17 +01:00
Ethan Frey
bd7f9479e1
go mod tidy
2021-01-13 10:13:51 +01:00
dependabot-preview[bot]
18850e14df
Bump github.com/tendermint/tendermint from 0.34.1 to 0.34.2
...
Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint ) from 0.34.1 to 0.34.2.
- [Release notes](https://github.com/tendermint/tendermint/releases )
- [Changelog](https://github.com/tendermint/tendermint/blob/v0.34.2/CHANGELOG.md )
- [Commits](https://github.com/tendermint/tendermint/compare/v0.34.1...v0.34.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-13 07:13:30 +00:00
Ethan Frey
1acda43e53
Add 0.14.0 header to CHANGELOG
2021-01-11 15:52:59 +01:00
Ethan Frey
5828347c67
Update docs that 0.14 is on 0.40.0 final
2021-01-11 14:05:33 +01:00
Ethan Frey
e184f9e7f9
Merge pull request #367 from CosmWasm/genesis-fix
...
Genesis fix
2021-01-11 08:08:57 +01:00
Ethan Frey
456ddaefc1
Merge pull request #369 from CosmWasm/sdk_upgrade_0.40.0
...
Upgrade comos-sdk version to v0.40.0 final
2021-01-11 08:08:09 +01:00
Alex Peters
0faf7f2ae2
Update Changelog
2021-01-11 07:22:36 +01:00
Alex Peters
0245e76e9f
Bump comos-sdk version to v0.40.0 final
2021-01-11 07:20:12 +01:00
Ethan Frey
0093106198
Merge pull request #366 from CosmWasm/grpc_service_328
...
Refactor to GRPC message server
2021-01-08 18:07:21 +01:00
Ethan Frey
5f8c246d25
Update comment on execute return value
2021-01-08 18:02:21 +01:00
Ethan Frey
adcbf2f3a7
Pin prototools to a fixed version in Makefile
2021-01-08 17:59:54 +01:00
Ethan Frey
33333daf97
Change protobuf return for store code to return uint64 not string
2021-01-08 17:57:04 +01:00
Ethan Frey
013491aa9d
Pull out some test helpers for genesis_test
2021-01-08 17:51:44 +01:00
Ethan Frey
9650941e12
Don't enforce balance when no funds sent
2021-01-08 17:25:51 +01:00
Ethan Frey
87eb03d0e9
Rename s, a args for clarity
2021-01-08 17:11:57 +01:00
Alex Peters
202c19530e
Add changelog
2021-01-08 15:26:02 +01:00