Commit 79d1c73
Remove fee handler and fix post-handler error handling. (#618)
* Remove the fee handler customization since the SDK added a post handler that does pretty much the same thing.
* Make DefaultGasLimit a variable instead of constant.
* Fix the post handler response code thing.
* Bring in SDK changes up to v0.50.12 and Mark v0.50.12-pio-1. (#614)
* build(deps): Bump github.com/cosmos/cosmos-db from 1.1.0 to 1.1.1 (cosmos#23030)
* build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.3 to 0.14.0 (cosmos#23029)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* feat(x/tx): add an option to encode maps using amino json (backport cosmos#23539) (cosmos#23540)
Co-authored-by: Julien Robert <julien@rbrt.fr>
* feat(client/v2): add map support (backport cosmos#23544) (cosmos#23554)
Co-authored-by: Julien Robert <julien@rbrt.fr>
* docs(keyring): add keyctl docs (backport cosmos#23563) (cosmos#23566)
Co-authored-by: Alessio Treglia <al@essio.dev>
* docs: correct explanation on how to set custom signer via depinject (backport cosmos#23654) (cosmos#23663)
Co-authored-by: Julien Robert <julien@rbrt.fr>
* chore: remove unused orm module (backport cosmos#23633) (cosmos#23637)
Co-authored-by: Zachary Becker <zrbecker@gmail.com>
* Merge commit from fork
* Prevent empty groups
(cherry picked from commit 95090a0ec1f193104ba7d6d033a490d1515e54d8)
* Handle inflight proposals
(cherry picked from commit 855983471882068894ed7952b592ab3e61b464b9)
* No empty group with simulations
* Update changelog
* Set release date
* updates
* Update RELEASE_NOTES.md
* Update RELEASE_NOTES.md
---------
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* Mark v0.50.12-pio-1 in the changelog.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Alessio Treglia <al@essio.dev>
Co-authored-by: Zachary Becker <zrbecker@gmail.com>
* Prov: Improve performance of GetAllBalances and GetAccountsBalances. (#616)
* Improve performance of GetAllBalances and GetAccountsBalances.
* Add changelog entry.
* Bring in SDK changes up to v0.50.13 and Mark v0.50.13-pio-1. (#615)
* Merge commit from fork
* Fix ABS061
* Use typed event
* Add changelog
* Review feedback
* Check for events
* Review feedback
* Remove unecessary code comments
* Set release date
* fix changelog
---------
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
* Add changelog entry.
* Put nothing back at the top of the changelog.
---------
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
* Add a bunch of logging.
* Revert "Add a bunch of logging."
This reverts commit 3baf4d3.
* Make the DefaultGasLimit a constant again (back to how the SDK has it).
* Add changelog entry.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Alessio Treglia <al@essio.dev>
Co-authored-by: Zachary Becker <zrbecker@gmail.com>
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>1 parent 6c2a7cf commit 79d1c73
3 files changed
Lines changed: 11 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
984 | 982 | | |
985 | 983 | | |
986 | 984 | | |
987 | | - | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
988 | 992 | | |
989 | 993 | | |
990 | 994 | | |
| |||
995 | 999 | | |
996 | 1000 | | |
997 | 1001 | | |
998 | | - | |
999 | 1002 | | |
1000 | 1003 | | |
1001 | 1004 | | |
1002 | 1005 | | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | 1006 | | |
1009 | 1007 | | |
1010 | 1008 | | |
| |||
1013 | 1011 | | |
1014 | 1012 | | |
1015 | 1013 | | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | 1014 | | |
1023 | 1015 | | |
1024 | 1016 | | |
| |||
1038 | 1030 | | |
1039 | 1031 | | |
1040 | 1032 | | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | 1033 | | |
1055 | 1034 | | |
1056 | 1035 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | 323 | | |
332 | 324 | | |
333 | 325 | | |
| |||
0 commit comments