Julien Robert
|
b478f26888
|
fix(simapp): do not overwrite tx options (#17920)
|
2023-09-29 10:03:24 +00:00 |
|
Marko
|
9d07b8ca8e
|
refactor!: use context.Context in genesis api (#17885)
|
2023-09-26 16:03:41 +00:00 |
|
Marko
|
76d1918dca
|
docs: add a readme to the types/errors package (#17867)
|
2023-09-25 13:13:38 +00:00 |
|
Julián Toledano
|
bb35cf17e6
|
refactor: deprecate eip191 signmode (#17740)
|
2023-09-25 09:26:30 +00:00 |
|
Marko
|
65a1ec64f7
|
chore: remove params module entirely (#17838)
|
2023-09-22 13:51:37 +00:00 |
|
Marko
|
6715b5afb5
|
refactor!: remove tips (#17787)
|
2023-09-20 12:00:22 +00:00 |
|
Marko
|
6615ff4f76
|
refactor!: deprecate blocktime on context (#17738)
|
2023-09-18 13:55:21 +00:00 |
|
Facundo Medica
|
8df065b611
|
feat: Optimistic Execution (#16581)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-09-18 13:52:54 +00:00 |
|
Marko
|
ddcb37cbd7
|
chore: fix deprecation annotations (#17784)
|
2023-09-18 13:11:25 +00:00 |
|
mmsqe
|
f99a6242a9
|
refactor!: reimplement PreFinalizeBlockHook as PreBlocker (#17713)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-09-15 07:50:17 +00:00 |
|
Marko
|
36a9330adb
|
refactor: deprecate Voteinfo in favour of Cometinfo on Context (#17670)
|
2023-09-14 09:13:19 +00:00 |
|
Elias Naur
|
e90e5e1f97
|
refactor: remove unused context argument from types/simulation.RandomFees (#17737)
|
2023-09-14 08:50:49 +00:00 |
|
Marko
|
e47795e3d4
|
build(deps): Bump cosmossdk.io/core from 0.11.0 to 0.12.0 (#17688)
|
2023-09-13 21:04:50 +00:00 |
|
Julien Robert
|
2154ce0bbe
|
refactor: precise compiler assertions and cleanup module.go (#17718)
|
2023-09-13 16:15:53 +00:00 |
|
mmsqe
|
4eb0185413
|
feat: introduce PreBlock (#17421)
|
2023-09-13 12:30:48 +00:00 |
|
Marko
|
5eaa7b8d3c
|
fix: genesis on migrations (#17679)
|
2023-09-11 18:24:25 +00:00 |
|
Bala Murali Krishna Komatireddy
|
cc7b1178ef
|
fix: nil pointer ref priority nonce mempool iterator (#17668)
|
2023-09-11 08:51:07 +00:00 |
|
Marko
|
6ce2505f6b
|
refactor: introduce abciGenesis interface (#17554)
|
2023-08-29 15:24:09 +00:00 |
|
Marko
|
393dcc1f2a
|
refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-08-21 16:29:20 +00:00 |
|
zakir
|
30997f4227
|
refactor(baseapp,types)!: msg responses (#17348)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-08-18 13:36:14 +00:00 |
|
Julien Robert
|
e3a3df2a82
|
refactor: move UpgradeModule interface to appmodule and fix mocks (#17383)
Co-authored-by: Marko <marko@baricevic.me>
|
2023-08-16 14:11:49 +00:00 |
|
Marko
|
e60c583d28
|
refactor: migrate away from using valBech32 globals (2/2) (#17157)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-08-14 08:04:24 +00:00 |
|
Julien Robert
|
6855d0f922
|
fix(types): check mm endblocker assertion for core api and abci (#17371)
|
2023-08-12 17:17:26 +00:00 |
|
mmsqe
|
35d2e48aea
|
fix: handle RunMigrationBeginBlock error (#17372)
|
2023-08-11 17:44:45 +00:00 |
|
mmsqe
|
0c1f6fc162
|
fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (#16583)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-11 16:07:05 +00:00 |
|
Julien Robert
|
f8f4c35a9f
|
refactor(types)!: remove handler and update docs (#17358)
|
2023-08-11 10:45:42 +00:00 |
|
Likhita Polavarapu
|
c968fe9e4b
|
feat: Add legacy format key codec for bytes in collections (#17104)
|
2023-08-07 09:46:26 +00:00 |
|
Facundo Medica
|
60605de779
|
refactor(x/distribution)!: migrate to collections (#17115)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-31 08:41:22 +00:00 |
|
Julien Robert
|
e3482f2d41
|
chore(types): audit (#17075)
|
2023-07-20 17:31:29 +00:00 |
|
Julien Robert
|
0c4f246d86
|
refactor(runtime): define address codec providers in runtime (#17037)
|
2023-07-18 12:41:26 +00:00 |
|
Facundo Medica
|
38f1014d26
|
feat: Add preFinalizeBlockHook to allow VE persistence (#16898)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-07-14 17:44:13 +00:00 |
|
testinginprod
|
9e098ca9e6
|
fix(query): filtered collections pagination (#16905)
Co-authored-by: atheesh <atheesh@vitwit.com>
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-07-13 15:44:51 +00:00 |
|
Robert Zaremba
|
bc4ccab74b
|
refactor(types)!: remove IntProto and DecProto (#16918)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-12 22:16:28 +00:00 |
|
ruthishvitwit
|
fd7e549a3c
|
chore: enable errcheck linter (#16406)
|
2023-07-12 08:58:27 +00:00 |
|
Vishal Potpelliwar
|
8003261569
|
fix: changed the data type for FeePayer and FeeGranter (#16272)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
|
2023-07-11 10:56:53 +00:00 |
|
Julien Robert
|
f3e4697195
|
feat!: simplify AppModuleBasic interface for CLI (#16890)
|
2023-07-10 13:36:22 +00:00 |
|
Jacob Gadikian
|
f0aec3f30d
|
style: use thelper (#16777)
|
2023-07-03 13:33:05 +00:00 |
|
Julien Robert
|
8c72f66396
|
refactor!: remove types/math aliases (#16798)
|
2023-06-30 17:09:03 +00:00 |
|
Julien Robert
|
f8c8de4614
|
refactor: use appmodule.AppModule in integration helpers (#16755)
|
2023-06-29 08:16:17 +00:00 |
|
mmsqe
|
9b2fd7bad9
|
feat: add custom max gas for block for sim config (#16656)
|
2023-06-27 22:59:54 +00:00 |
|
ww4tson
|
c82f64922e
|
docs: correct comment typo in address.go (#16671)
|
2023-06-23 19:09:25 +00:00 |
|
Jacob Gadikian
|
8d4ff7a19a
|
style: bump golangci-lint (#16667)
|
2023-06-23 12:49:34 +00:00 |
|
Jacob Gadikian
|
6afece635c
|
style: add gci linter (#16605)
|
2023-06-22 15:35:51 +00:00 |
|
Marko
|
5de6710803
|
chore: add sortJSON back & mark as deprecated (#16649)
|
2023-06-22 14:43:13 +00:00 |
|
Emmanuel T Odeke
|
99a570a7aa
|
chore: properly propagate fmt.Errorf errors + use errors.New (#16537)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2023-06-22 09:50:07 +00:00 |
|
testinginprod
|
43d345dc2f
|
refactor(distribution)!: use collections for ValidatorHistoricalRewards state (#16607)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-06-22 08:47:21 +00:00 |
|
Matt Kocubinski
|
1363a02da0
|
refactor: remove cyclic authz dependencies (#16509)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2023-06-13 18:30:22 +00:00 |
|
Emmanuel T Odeke
|
85a1230f35
|
test: types/bech32: fuzz ConvertAndEncode (#16523)
|
2023-06-13 11:25:24 +00:00 |
|
Emmanuel T Odeke
|
f5a596c88b
|
chore: finish removing all exported *SortJSON usages (#16497)
|
2023-06-12 12:10:36 +00:00 |
|
Elias Naur
|
207789f705
|
refactor: allocate less in types.Coins.safeAdd and types.DecCoins.safeAdd (#16477)
|
2023-06-09 13:46:32 +00:00 |
|