mergify[bot]
|
301ceca874
|
refactor: modules should implement appmodule.AppModule (backport #18252) (#18255)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-10-25 12:55:55 +00:00 |
|
mergify[bot]
|
42dbfc4d70
|
feat: Optimistic Execution (backport #16581) (#18205)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
|
2023-10-23 21:44:56 +02:00 |
|
mergify[bot]
|
753dd912f5
|
chore: fix comments on bech32 (backport #18114) (#18116)
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2023-10-13 13:57:37 +00:00 |
|
mergify[bot]
|
a05fc0d1d6
|
fix(x/gov): set default constitution in gov migration (backport #17953) (#17983)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-10-06 08:34:40 +00:00 |
|
mergify[bot]
|
8334eefaaf
|
feat(client/v2): signing (backport #17913) (#17972)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-10-05 15:41:50 +02:00 |
|
mergify[bot]
|
e6b06db813
|
fix(simapp): do not overwrite tx options (backport #17920) (#17926)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-29 13:21:10 +02:00 |
|
mergify[bot]
|
deea20c712
|
refactor!: remove tips (backport #17787) (#17819)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-21 10:24:58 +02:00 |
|
mergify[bot]
|
4955776845
|
refactor!: reimplement PreFinalizeBlockHook as PreBlocker (backport #17713) (#17754)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-15 08:14:23 +00:00 |
|
mergify[bot]
|
32969cf7cc
|
refactor: precise compiler assertions and cleanup module.go (backport #17718) (#17724)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-13 19:08:56 +00:00 |
|
mergify[bot]
|
4c083c6f23
|
feat: introduce PreBlock (backport #17421) (#17712)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-13 19:40:08 +02:00 |
|
mergify[bot]
|
e4033faa38
|
fix: genesis on migrations (backport #17679) (#17683)
|
2023-09-11 21:02:09 +02:00 |
|
mergify[bot]
|
612d0a68bf
|
fix: nil pointer ref priority nonce mempool iterator (backport #17668) (#17674)
Co-authored-by: Bala Murali Krishna Komatireddy <krishna192reddy@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-11 13:38:01 +02:00 |
|
mergify[bot]
|
013889de23
|
refactor: introduce abciGenesis interface (backport #17554) (#17575)
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2023-08-31 13:05:57 +02:00 |
|
Julien Robert
|
b7d9d4c8a9
|
revert: Revert RunMigrationBeginBlock addition in v0.50 (#17450)
|
2023-08-18 20:48:38 +00:00 |
|
mergify[bot]
|
6a5adc4a81
|
refactor: move UpgradeModule interface to appmodule and fix mocks (backport #17383) (#17409)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-16 16:58:11 +02:00 |
|
mergify[bot]
|
e76102f885
|
refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-14 17:06:56 +02:00 |
|
mergify[bot]
|
53398b5183
|
fix(types): check mm endblocker assertion for core api and abci (backport #17371) (#17377)
|
2023-08-12 19:59:10 +02:00 |
|
mergify[bot]
|
27f5db221a
|
fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (backport #16583) (#17370)
|
2023-08-12 10:29:01 +02:00 |
|
mergify[bot]
|
2f6573aef9
|
refactor(types)!: remove handler and update docs (backport #17358) (#17366)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-11 12:29:42 +00:00 |
|
mergify[bot]
|
923af3611a
|
chore(types): audit (backport #17075) (#17083)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-20 19:59:22 +02:00 |
|
mergify[bot]
|
6ddf0af2e7
|
refactor(runtime): define address codec providers in runtime (backport #17037) (#17043)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-18 16:38:14 +02:00 |
|
mergify[bot]
|
e1efdfef8b
|
feat: Add preFinalizeBlockHook to allow VE persistence (backport #16898) (#17001)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-14 14:53:07 -04:00 |
|
mergify[bot]
|
d2b61d0bf5
|
fix(query): filtered collections pagination (backport #16905) (#16991)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-13 22:27:37 +00:00 |
|
Robert Zaremba
|
914e4e5136
|
chore(proto): deprecated IntProto and DecProto (#16980)
|
2023-07-13 13:28:57 +02:00 |
|
mergify[bot]
|
5ca5039cf2
|
fix: changed the data type for FeePayer and FeeGranter (backport #16272) (#16920)
Co-authored-by: Vishal Potpelliwar <71565171+vishal-kanna@users.noreply.github.com>
|
2023-07-11 15:11:52 +02:00 |
|
mergify[bot]
|
df8ba7e8ac
|
feat!: simplify AppModuleBasic interface for CLI (backport #16890) (#16904)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-10 14:11:53 +00:00 |
|
mergify[bot]
|
981c294d1d
|
refactor(types)!: cherry-pick sdk collections key changes from #16440 (#16854)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-06 11:00:32 +00:00 |
|
mergify[bot]
|
d9c53bfefc
|
refactor!: remove types/math aliases (backport #16798) (#16803)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 19:56:38 +02:00 |
|
mergify[bot]
|
d805e631e4
|
refactor: use appmodule.AppModule in integration helpers (backport #16755) (#16756)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-29 11:01:43 +00:00 |
|
Julien Robert
|
c452721442
|
style: add gci linter (#16758)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
|
2023-06-29 09:46:37 +00:00 |
|
mergify[bot]
|
84256a0a7c
|
feat: add custom max gas for block for sim config (backport #16656) (#16729)
|
2023-06-27 23:15:22 +00:00 |
|
mergify[bot]
|
23f3e123dd
|
docs: correct comment typo in address.go (backport #16671) (#16674)
Co-authored-by: ww4tson <133960002+ww4tson@users.noreply.github.com>
|
2023-06-24 00:08:34 +02:00 |
|
mergify[bot]
|
430d400a29
|
chore: add sortJSON back & mark as deprecated (backport #16649) (#16657)
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2023-06-22 16:11:27 +00:00 |
|
mergify[bot]
|
e5d9bb5475
|
chore: finish removing all exported *SortJSON usages (backport #16497) (#16502)
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-12 15:19:42 +02:00 |
|
Facundo Medica
|
bbab968ee2
|
refactor(x/upgrade)!: use KVStoreService and context.Context (#16227)
|
2023-06-05 13:38:31 +00:00 |
|
Marko
|
5097b0c226
|
refactor(test): remove header dependence from tests (#16342)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-05-31 15:42:23 +00:00 |
|
Julien Robert
|
89b10094a2
|
docs: move around upgrade docs (#16339)
|
2023-05-31 10:49:36 +00:00 |
|
Matt Kocubinski
|
737dcfd1a2
|
refactor!: rm GetSignBytes (#16062)
|
2023-05-30 19:34:35 +00:00 |
|
testinginprod
|
b62a28aac0
|
refactor(gov)!: finalize collections migration (#16268)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-26 09:49:12 +00:00 |
|
Marko
|
0689b9e90d
|
fix: headerInfo time UTC() (#16291)
|
2023-05-26 07:40:10 +00:00 |
|
Aaron Craelius
|
82659a7477
|
refactor!: deprecate sdk.Msg.GetSigners (#15284)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2023-05-25 18:35:09 +00:00 |
|
Julien Robert
|
cf1a573679
|
chore: set correct eden version number (#16281)
|
2023-05-24 19:58:45 +00:00 |
|
Aleksandr Bezobchuk
|
6cee22df52
|
feat!: Comet v0.38 Integration (#15519)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-05-24 16:09:19 +00:00 |
|
emidev98
|
995d2bc94b
|
feat: allow setting the base denom (#16257)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-05-23 17:12:24 +00:00 |
|
Lukasz Cwik
|
46119d1384
|
perf: Create Ante/Post handler chain once. (#16076)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-05-17 18:10:20 +00:00 |
|
Dev Ojha
|
660e906eb8
|
refactor: Start DRY'ing filtered paginate code (#16099)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
|
2023-05-15 19:40:58 +00:00 |
|
Matt Kocubinski
|
4c85b6a341
|
refactor(simulations): marshal OperationMsg.Msg as protoBytes (#16155)
|
2023-05-15 17:38:32 +00:00 |
|
mmsqe
|
d818a628a1
|
fix: rename back TxExtensionOptionI (#16145)
|
2023-05-15 14:23:52 +00:00 |
|
testinginprod
|
69642f6176
|
feat(simulation): Implement store decoder implementation from collections schema (#16074)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-11 09:13:24 +00:00 |
|
Matt Kocubinski
|
2f21cb5050
|
refactor(x/tx): use dynamicpb instead of type resolver in any marshal (#16048)
Co-authored-by: Aaron Craelius <aaron@regen.network>
|
2023-05-08 19:20:23 +00:00 |
|