Commit Graph

1234 Commits

Author SHA1 Message Date
Ethan Frey fec9153e32 Return custom events from IBC calls as well 2021-07-22 10:24:50 +02:00
Ethan Frey d68f27f4d0 Test for events returned from IBC 2021-07-22 10:24:50 +02:00
Ethan Frey a464d6b336 Reserve all attributes that start with _ 2021-07-22 10:05:23 +02:00
Ethan Frey 81c46ae567 Use _contract_address attribute in emitted events 2021-07-21 22:15:49 +02:00
Ethan Frey d1f4ae398c Update to cosmwasm 0.16.0-rc3 contracts, with some fixes 2021-07-21 22:05:45 +02:00
Ethan Frey 73427082e7 all x/wasm tests compile 2021-07-21 22:05:03 +02:00
Ethan Frey a3be0164fb Keeper tests pass 2021-07-21 21:48:39 +02:00
Ethan Frey 8d73c2d657 IBC Code compiles (non-test) 2021-07-21 21:38:58 +02:00
Ethan Frey e23ee1765a Bump wasmvm and testdata to v0.16.0-rc1 2021-07-21 21:12:07 +02:00
Ethan Frey 2d2dcac3e2
Merge pull request #548 from CosmWasm/wasmvm_upgrade_532
Upgrade to WasmVM v0.15.1
2021-07-21 20:12:19 +02:00
Ethan Frey 32ba9243fe Merge branch 'master' into wasmvm_upgrade_532 2021-07-21 20:07:00 +02:00
Ethan Frey 8bec411e4b
Merge pull request #551 from CosmWasm/bump_cosmos-sdk_v0.42.6
Upgrade cosmos-sdk v0.42.6
2021-07-12 10:31:55 +02:00
Alex Peters 39a967ea38
Upgrade Dockerfile 2021-07-07 10:32:54 +02:00
Alex Peters b0b1fa88bc
Upgrade wasmvm v0.15.x 2021-07-07 09:53:03 +02:00
Alexander Peters a29b298ea3
Merge pull request #546 from CosmWasm/reply_result_545
Empty (non nil) reply data can overwrites response
2021-07-06 09:15:18 +02:00
Alexander Peters 273b57a99e
Merge pull request #550 from CosmWasm/increase-default-wasm-size
Multiply default wasm size by 2
2021-07-05 11:00:24 +02:00
Alexander Peters fe0ccf7309
Merge pull request #549 from CosmWasm/dependabot/go_modules/github.com/spf13/viper-1.8.1
Bump github.com/spf13/viper from 1.8.0 to 1.8.1
2021-07-05 10:58:16 +02:00
Alex Peters 901dc75ad6
Upgrade cosmos-sdk v0.42.6 2021-07-05 10:54:56 +02:00
orkunkl 85b338a706 Fix test 2021-07-02 12:00:09 +03:00
orkunkl 544eaddf9b Multiply default wasm size by 2 2021-07-02 11:50:40 +03:00
dependabot[bot] 57be1dfe46
Bump github.com/spf13/viper from 1.8.0 to 1.8.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 08:24:07 +00:00
Alex Peters b0885b03c9
Empty (non nil) reply data can overwrites response 2021-06-25 10:44:50 +02:00
Alexander Peters c05df881fb
Charge gas for custom event attributes and messages (#539)
* Charge gas for custom event attributes

* Introduce gas register for gas costs

* Review feedback

* Tests and minor updates

* Godoc
2021-06-25 10:00:46 +02:00
Alexander Peters e8797cbfcd
Merge pull request #538 from CosmWasm/dependabot/go_modules/github.com/rs/zerolog-1.23.0
Bump github.com/rs/zerolog from 1.22.0 to 1.23.0
2021-06-18 10:08:48 +02:00
Alexander Peters 5e9a77fbae
Merge pull request #542 from CosmWasm/dependabot/go_modules/github.com/spf13/viper-1.8.0
Bump github.com/spf13/viper from 1.7.1 to 1.8.0
2021-06-18 10:08:30 +02:00
dependabot[bot] cd1a793683
Bump github.com/spf13/viper from 1.7.1 to 1.8.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 07:11:33 +00:00
dependabot[bot] 74e3203f28
Bump github.com/rs/zerolog from 1.22.0 to 1.23.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 08:28:03 +00:00
Alexander Peters 6a6d6c9fc4
Add cli alias (#536)
* Add cli alias

* Review feedback
2021-06-14 09:57:59 +02:00
Alexander Peters 1ada14ed52
Store contract response in event (#535)
* Store contract response in event

* Review feedback
2021-06-14 08:57:04 +02:00
Alexander Peters f8e39bf5cd
Merge pull request #534 from CosmWasm/response_428
Cleanup keeper result types
2021-06-14 08:56:05 +02:00
Alexander Peters 3b82807e81
Merge pull request #537 from CosmWasm/check_coin
Verify converted coin
2021-06-14 08:34:48 +02:00
Alex Peters 44e7669611
Empty submsg result does not overwrite 2021-06-14 08:28:46 +02:00
Alexander Peters e7526cc6c1
Merge pull request #533 from CosmWasm/gas_525
Add cost and api cost options
2021-06-11 15:15:16 +02:00
Alex Peters 110da0f2c3
Verify converted coin 2021-06-11 15:04:36 +02:00
Alex Peters 0dd695c126
Cleanup keeper result types 2021-06-11 12:38:30 +02:00
Alex Peters 7f5200b9dd
Add cost and api cost options 2021-06-11 11:46:49 +02:00
Alexander Peters 5252f2249d
Merge pull request #531 from CosmWasm/dependabot/go_modules/github.com/prometheus/client_golang-1.11.0
Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
2021-06-11 10:13:35 +02:00
dependabot[bot] 1e5d5e6693
Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 06:57:49 +00:00
Ethan Frey 6230c3fd0e
Merge pull request #529 from CosmWasm/max_gas_528
Remove max gas limit
2021-06-07 11:44:48 +02:00
Ethan Frey 94f86e6e19
Merge pull request #530 from CosmWasm/pinned_submsg_451
Test Pinned contract does not loop forever
2021-06-07 11:44:02 +02:00
Alex Peters 470b2dacc7
Test Pinned contract does not loop forever 2021-06-07 11:28:10 +02:00
Alex Peters c637add01c
Remove max gas limit 2021-06-07 10:46:26 +02:00
Ethan Frey bbb1669ada
Merge pull request #527 from CosmWasm/minor_cleanup
Make contract address builder public
2021-06-01 11:18:40 +02:00
Alex Peters 2f2d59a151
Allow access to contract address builder 2021-06-01 10:42:07 +02:00
Alex Peters ed60864bf2
Use interface for better decoupling 2021-06-01 08:39:06 +02:00
Alex Peters c88e6eec89
Go mod tidy 2021-06-01 08:38:31 +02:00
Alexander Peters 10ce0c2eac
Merge pull request #509 from CosmWasm/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-05-28 09:09:18 +02:00
Alexander Peters 03f9ea70f2
Merge pull request #516 from CosmWasm/dependabot/go_modules/github.com/rs/zerolog-1.22.0
Bump github.com/rs/zerolog from 1.21.0 to 1.22.0
2021-05-28 09:07:42 +02:00
Ethan Frey d2e35c249e
Merge pull request #521 from CosmWasm/changelog_v0.17
Update changelog for v0.17.0
2021-05-27 16:13:28 +02:00
Alex Peters 0e9f249884
Added compatibilitys 2021-05-27 13:59:29 +02:00