Commit bd6702f
Merge releases/v0.6x to main (#2305)
* Make validateAddress cheaper if canonicalization fails (#2193)
(cherry picked from commit cdb72b1)
* feat(data): Make sure Aliases in DenomUnit is not nil
(cherry picked from commit 69c38a5)
* chore(comment): Add code comments
(cherry picked from commit 1eaf666)
* chore(test): Add test
(cherry picked from commit 8473fea)
* chore(comment): Improve comment clarity in query_plugins.go
(cherry picked from commit e3df21e)
* Restore file permission
(cherry picked from commit 9eb5dd8)
* Rename message args 💅 (#2207)
* Rename args to `msg` consistently in WasmEngine interface
* Rename file to wasm_engine.go
"Wasmer" is an implementation detail that can change at any time
(cherry picked from commit 1756d2d)
* Use gas overflow error for ToWasmVMGas
(cherry picked from commit dda8ea3)
* Streamline Stargate/gRPC querier interfaces (#2093)
* Change RejectStargateQuerier from factory function to free function
* Clarify error message to help contract developers
* Streamline and improve documentation for RejectGrpcQuerier
* Pull out function signatures
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
(cherry picked from commit 146cdea)
* Lower `DefaultMaxCallDepth` (#2244)
* Lower DefaultMaxCallDepth
* Add changelog entry
* Fix test
* Bump cosmos-sdk v0.53.0 (#2250)
* Bump cosmos-sdk v0.53.0
* remove crisis module
* fix simulations
* Suppress lint errors
* Fix golangci-lint warnings
* Remove unnecessary loop copy
* Updates
* [autofix.ci] apply automated fixes
* fix: Disable IAVL prunning to prevent dangling goroutines in tests
* fix: Try to use newer golangci
* Increase resources for lint
* Update golangci-lint (#2269)
* Remove deprecated golangci-lint configs
* Update golangci-lint
* Apply linter fixes
---------
Co-authored-by: Christoph Otter <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Kulik <[email protected]>
* Prepare changelog for release (#2274)
* Prepare changelog for release
* Update
* Update wasmvm
(cherry picked from commit d5d9860)
* Fix tests
(cherry picked from commit 8404057)
* Update dockerfile
(cherry picked from commit c51b4e4)
* Fix
* Improve readability
* Fix
* Restructure error handling
* Add comments
* Add setup cost for IBC operations
* Fix tests
* Use ExpectedJSONSize function
---------
Co-authored-by: Christoph Otter <[email protected]>
Co-authored-by: BigtoC <[email protected]>
Co-authored-by: Simon Warta <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Kulik <[email protected]>1 parent 8c47820 commit bd6702f
File tree
5 files changed
+21
-5
lines changed- tests/system
- x/wasm/types
5 files changed
+21
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
6 | 17 | | |
7 | 18 | | |
8 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
522 | 527 | | |
523 | 528 | | |
524 | 529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments