Commit Graph
1321 Commits
Author SHA1 Message Date
Markoandcoderabbitai[bot] a7ececc34d refactor(staking): move delegation and validator interfaces to ./types (#18198)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-30 21:18:42 +00:00
Carlos Santiago Yanzon a37f4165f8 refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
Taeguk Kwon 21032c9cf8 chore: fix typos (#18559) 2023-11-27 10:53:34 +00:00
Chenqun Lu d3e662da1f imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic (#18506) 2023-11-27 09:41:17 +00:00
alexfmpe 34b1634134 chore: fix typo (#18545) 2023-11-24 23:53:00 +00:00
Federico Kunze Küllmer b7fb2928e1 perf: add AmountOfNoValidation for DecCoins (#18440) 2023-11-10 17:38:04 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
79246d2f44 fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-11-01 07:53:48 +00:00
Marko e6a4c78e73 refactor: remove usage of global basedenom (#18268) 2023-10-30 19:39:51 +00:00
Marko 44db964e91 test: add counter module (#18272) 2023-10-30 19:07:58 +00:00
Marko 21e69bad04 refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Julien Robert 797ae0fe99 refactor: modules should implement appmodule.AppModule (#18252) 2023-10-25 12:31:37 +00:00
Marko 4352ab1f34 refactor(distribution): spin out go.mod (#18199) 2023-10-24 15:13:04 +00:00
Marko 388ff4fc7e refactor: move gov into own go.mod (#18197) 2023-10-23 14:17:04 +00:00
Marko 94a2164d19 chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
Chenqun LuandLuke 611cd36b8b fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (#17911)
Co-authored-by: Luke <chenqun.l@kaitaitech.cn>
2023-10-20 14:18:53 +00:00
Marko bff3104781 chore: fix comments on bech32 (#18114) 2023-10-13 13:33:39 +00:00
Julien Robert 45b44e678c fix(x/gov): set default constitution in gov migration (#17953) 2023-10-06 08:16:25 +00:00
Julien Robert b62301d9d1 feat(client/v2): signing (#17913) 2023-10-05 11:04:46 +00:00
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 MedicaandAleksandr Bezobchuk 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
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
Markoandmarbar3778 393dcc1f2a refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +00:00
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 RobertandMarko 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
Markoandmarbar3778 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
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 MedicaandJulien Robert 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 MedicaandAleksandr Bezobchuk 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