Commit Graph

1420 Commits

Author SHA1 Message Date
Julien Robert
22fb753099
build(deps): bump proto-builder and regen protos (#21215) 2024-08-08 08:45:15 +00:00
Julien Robert
7040177316
refactor(core,stf): complete gas service + simplify deps (#21166) 2024-08-08 07:30:09 +00:00
Matt Kocubinski
d80afaa55a
fix(x/auth/tx): JSON TX encoding/decoding (#20803) 2024-07-29 18:29:06 +00:00
son trinh
585335690b
feat(tx)!: make timeout_height time based (#20870)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-29 11:53:27 +00:00
Aaron Craelius
5c90246b3f
feat(log): remove core dependency and update core interface to be dependency free (#21045)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 11:00:27 +00:00
yukionfire
d6ad92db0f
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
Alexander Peters
1f0ce2f5b5
refactor(sims)!: Remove Baseapp from sims (#21039) 2024-07-24 12:40:01 +00:00
Facundo Medica
9ab162de6d
chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
Julien Robert
25dce71f62
refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
Qt
3304d0803d
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Marko
9436bcb7f2
chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
beer-1
3395906d1c
fix: include pagination.key at reverse mode (#20939) 2024-07-15 11:39:20 +00:00
Marko
aceeaf4720
chore: move abci errors to baseapp (#20756) 2024-06-25 10:04:33 +00:00
Matt Kocubinski
0b42bf97f4
refactor(x/staking): introduce and use TryUnwrapSDKContext (#20699) 2024-06-18 12:57:08 +00:00
Matt Kocubinski
581b4f0065
fix(types): fix linting error (#20700) 2024-06-17 15:51:31 +00:00
Alexander Peters
6335631348
perf: Replace runsim with Go stdlib testing (#20490) 2024-06-17 14:42:04 +00:00
Emil Georgiev
748a939d92
test(types/address): add unit tests for the file types/address.go (#20237)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-06-13 12:29:20 +00:00
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
testinginprod
fe22e9a5da
feat(core): add coretest package (#20487)
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-05 22:11:33 +00:00
Julien Robert
2a5ff384fa
refactor(x/**): rewrite ante handlers as tx validators (#20488)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-06-03 16:47:58 +00:00
Alexander Peters
a6857962c5
chore: Address linter issues (#20486) 2024-05-31 08:51:41 +00:00
Matt Kocubinski
7dbbc0799e
refactor(x/upgrade): migrate to appmodule.VersionMap (#20485) 2024-05-30 19:16:57 +00:00
Tuan Tran
6a07568e30
perf: reduce the number of ValidateDenom calls in bank.SendCoins (#20354) 2024-05-28 20:20:54 +00:00
Marko
1b47dc91a3
chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
Emil Georgiev
4bd87cb09a
test(types/tx/msgs.go): add unit tests (#20199)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-05-27 13:48:33 +00:00
Matt Kocubinski
e034766799
refactor(runtime/v2): remove dependency on sdk (#20389) 2024-05-16 11:40:11 +00:00
Aaron Craelius
53925ef5fd
refactor!: turn MsgsV2 into ReflectMessages to make it less confusing (#19839)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-16 09:55:08 +00:00
Lucas Francisco López
2c3fd19099
docs: Enhanced the ParsePagination method documentation (#20385) 2024-05-16 08:11:30 +00:00
Matt Kocubinski
493d486bc6
refactor: decouple from sdk/codec in amino codec usage (#20369) 2024-05-14 16:52:51 +00:00
gopherorg
d90f552f62
chore: fix some function names (#20365)
Signed-off-by: gopherorg <gopherworld@icloud.com>
2024-05-13 12:15:04 +00:00
Marko
62b0b26d0c
chore: migrate sdk.Msg to transaction.type (#20273)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-05-10 10:23:22 +00:00
Emil Georgiev
5a5c63890e
test(types/coin): add unit tests for the coins (#20253) 2024-05-08 06:15:18 +00:00
Marko
fc84ff6f40
refactor!(staking): remove comet crypto as a dep (#20295) 2024-05-07 10:27:47 +00:00
Alexander Peters
01756705f6
fix(sims): Prevent duplicates in sims accounts (#20265) 2024-05-07 09:17:47 +00:00
Emil Georgiev
fbddf0a550
test(types/dec_coin): add unit tests for ParseDecAmount (#20256)
Co-authored-by: Marko <marko@baricevic.me>
2024-05-06 20:29:47 +00:00
Marko
271a46c89a
chore: move counter to testutils (#20281) 2024-05-06 16:07:53 +00:00
Marko
0dfb54e36a
refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Aaron Craelius
921ab722e4
fix: make RegisterMsgServiceDesc not use the global registry (#19835)
Co-authored-by: Marko <marko@baricevic.me>
2024-05-03 21:22:06 +00:00
Marko
43764cff30
chore: consensus spinout (#20010) 2024-05-03 14:08:17 +00:00
luchenhan
d0f6cc6d40
chore: fix function names in comment (#20210)
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2024-04-29 12:14:40 +00:00
Duong Minh Ngoc
7ee3bde8f3
refactor(proto): add denote version annotation (#20098)
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <hoa@notional.ventures>
Co-authored-by: kienn6034 <kien@notional.ventures>
2024-04-26 10:14:09 +00:00
Hoang Do
99dbdd5aa7
chore: fix all typos (#20196) 2024-04-26 10:01:14 +00:00
Emil Georgiev
8c4e23f3c4
tests(types/tx): Add unit tests for types/tx (#20153) 2024-04-26 07:30:08 +00:00
Marko
b15732a594
refactor: migrate to query Consensus Params (#19600)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-04-25 15:26:43 +00:00
goofylfg
00ec23cdbe
chore: remove repetitive words (#20180) 2024-04-25 07:29:09 +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
Cosmos SDK
ecee0354d9
chore: fix spelling errors (#20100)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-19 12:43:39 +00:00
Emil Georgiev
84a9c8acbe
test(types/simulation): add unit tests for the code in the package types/simulation (#19996) 2024-04-18 13:07:31 +00:00
son trinh
a0d727eebc
refactor(x/auth): auth module can recognize x/accounts account (#20002) 2024-04-11 09:56:37 +00:00
Tom
1d2a795eaf
fix(mempool): use no-op mempool as default (#19970)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-11 08:55:13 +00:00