Commit Graph
60 Commits
Author SHA1 Message Date
testinginprod a3729c1ad6 feat(core/handlers): improve handlers registration DevX (#22007) 2024-10-01 19:16:20 +00:00
Julien Robert eeeb5b86b5 refactor(core): re-add handlers (#21575) 2024-09-09 09:01:46 +00:00
Julien Robert a57b25418a refactor(core): move amino registrar and drop legacy package (#21531) 2024-09-05 11:44:52 +00:00
Julien RobertandAaron Craelius 6fc677faec docs(core): add core documentation and principles (#21511)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2024-09-03 22:20:05 +00:00
son trinh 294b608022 feat(runtime/v2): Add pre and post msg handler register (#21346) 2024-08-19 10:26:56 +00:00
Marko 810a542d6b refactor: zerodep core (#21239) 2024-08-12 12:57:44 +00:00
Julien Robert 8400d9b426 refactor: clarify usage of genesis.TxHandler in v1 vs v2 (#21213) 2024-08-08 11:23:41 +00:00
Julien Robert 7040177316 refactor(core,stf): complete gas service + simplify deps (#21166) 2024-08-08 07:30:09 +00:00
Julien Robert 25dce71f62 refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
Marko c7375f7cd3 chore: migrate core to gogoproto.Message (#20781) 2024-06-28 09:34:23 +00:00
Julien Robert d2903a9eb9 refactor(runtime): environment contract doc and failing services (#20293) 2024-06-20 15:33:54 +00:00
Marko 1b47dc91a3 chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
Matt Kocubinski e034766799 refactor(runtime/v2): remove dependency on sdk (#20389) 2024-05-16 11:40:11 +00:00
Julien Robert f02a124667 refactor(runtime,core): split router service (#20401) 2024-05-16 08:04:40 +00:00
Matt KocubinskiandJulien Robert 7ae23e287a chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-05-14 12:43:28 +00:00
Hoang Do 99dbdd5aa7 chore: fix all typos (#20196) 2024-04-26 10:01:14 +00:00
ipangpang 1bd4351241 style: remove redundant import alias (#20109)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Julien Robert 60496848d9 feat(core,runtime): transaction service (exec mode) (#19953) 2024-04-05 11:06:04 +00:00
Julien Robert edd1c71072 feat(core): add TxValidator interface (#19950) 2024-04-04 10:56:32 +00:00
Julien Robert d54e940d50 refactor(x/staking): use sdk validator updates (#19788) 2024-03-28 13:48:52 +00:00
Matt Kocubinski d54335e1f9 refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758) 2024-03-14 17:53:31 +00:00
Julien Robert cdc329189b refactor(types): align genesis api (#19735) 2024-03-13 05:43:24 +00:00
Julien Robert fea88d13c5 refactor(core)!: clean-up core and simplify preblock (#19672) 2024-03-11 14:39:37 +00:00
MarkoandJulien Robert d2e40963ed refactor(modules): adopt appmodulev2.Hasgenesis (#19627)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-11 10:22:16 +00:00
Matt Kocubinski 4edf6b2a85 refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652) 2024-03-06 21:12:24 +00:00
Julien Robert cfd426fdb3 feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
Marko 7628592c6a chore(core): bring changes from serverv2 (#19617) 2024-03-01 18:05:20 +00:00
samricottaandMarko 33868606a8 feat(mint): add env bundler to mint module (#19398)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-13 23:17:13 +00:00
Julien RobertandFacundo Medica e15a0de251 feat(core): add migrations registering (#19370)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-09 09:30:39 +00:00
testinginprod 5be33f5442 feat(accounts): Allow funds to be sent to accounts on init and execute (#19360) 2024-02-08 15:20:57 +00:00
MarkoandFacundo ca04e1144c refactor!(core): add in environment bundler of service (#19041)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-30 12:22:35 +00:00
Julien Robert 493dd78e56 refactor(core): fix depinject detection (#19260) 2024-01-28 03:37:58 +00:00
Julien Robert 7d9dc3966e refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
MarkoandLikhita Polavarapu bde7eb1a4d refactor(core)!: cleanup dependency graph (#18866)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Marko 849740472e refactor(core)!: remove unimplemented interface (#17693) 2023-09-13 09:07:55 +00:00
Marko 6ce2505f6b refactor: introduce abciGenesis interface (#17554) 2023-08-29 15:24:09 +00:00
mmsqe 1bd37053e0 feat: add core and api for PreBlock (#17468) 2023-08-20 17:05:44 +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
Jacob Gadikian 6afece635c style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Julien Robert 946f3d6da7 refactor(simapp): remove public module basic manager (#15958) 2023-05-02 08:35:08 +00:00
Marko 678ee79264 chore: move precommit & preparecheckstate to core api (#15923) 2023-05-02 07:17:00 +00:00
Mark Rushakoff 79b74ff121 chore(core): fix staticcheck issues (#15140) 2023-02-23 20:14:47 +00:00
Aaron Craelius 94b0bdcc5c refactor(core)!: add error return parameter to RegisterServices (#15045) 2023-02-16 18:03:02 +01:00
Aaron Craelius e822585666 feat(core): specify event listener API (#14735) 2023-01-24 17:41:05 +00:00
Aaron Craelius fa7ff32f35 feat(core): add begin/end block extension interfaces (#14604) 2023-01-13 17:21:57 +00:00
Aaron Craelius 07d38efffb feat(core): add register services extension interface (#14605) 2023-01-12 13:41:41 -05:00
Julien Robert e4c0788bf2 docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
Aaron Craelius c275ec4d08 feat!: implement core store API in runtime (#14326) 2022-12-15 21:58:20 +00:00
Aaron CraeliusandAmaury 2d5b67c859 feat(core): add genesis API (#14223)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-12-15 19:24:44 +00:00