Commit Graph
222 Commits
Author SHA1 Message Date
Julien RobertandMatt Kocubinski f927e9b551 ci: actually enable v2 system test (#21539)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-09-26 13:16:28 +00:00
Alexander Peters bc3ddfa5f2 test: fix flaky Snapshotter test (#21878) 2024-09-24 13:33:00 +00:00
Julien Robert cbdfd9bdfa chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Facundo Medica e9eaefa379 fix(unorderedtx): issues reported in audit (#21467) 2024-09-11 11:46:10 +00:00
son trinh 1d4ecd5e37 refactor: decouple comet from modules (#21382) 2024-09-11 09:18:13 +00:00
Marko f220f8bf62 refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +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
Marko 70488a89a8 refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
Hieu Vu 17d864f6c0 refactor(x/auth/tx): Implement UnorderedTxManager tx validator (#21426) 2024-08-29 09:00:22 +00:00
Akhil Kumar PandJulien Robert 81a225e6a2 feat(server/v2): add min gas price and check with tx fee (#21173)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-29 07:46:58 +00:00
Julien Robert 03d3a93991 refactor(simapp,runtime): audit changes (#21310) 2024-08-27 12:17:12 +00:00
Facundo Medica 19e0de5e0a fix!: Add ValidateTx to ExtensionOptionChecker ante (#21403) 2024-08-26 14:01:24 +00:00
Facundo Medica 7c85b981c8 fix: reimplement sig verification for app v2 (#21386) 2024-08-26 09:40:54 +00:00
Julien Robert a554a21a0e refactor(core,stf,x)!: remove InvokeTyped from router (#21224) 2024-08-23 21:38:06 +00:00
Julien Robert 6f30de3a41 refactor: remove x/exp dep (#21281) 2024-08-19 13:14:34 +00:00
son trinh 0fe3115dcf refactor(x/auth): audit x/auth changes (#21146) 2024-08-14 15:11:55 +00:00
pengbanban 3128b08cfc chore: fix function names (#21168)
Signed-off-by: pengbanban <pengbanban@aliyun.com>
2024-08-05 08:50:49 +00:00
Marko 43dd23137e refactor: remove comet info from consensus as it will be stored in context for v2 (#21120) 2024-07-31 20:21:23 +00:00
Matt Kocubinski d80afaa55a fix(x/auth/tx): JSON TX encoding/decoding (#20803) 2024-07-29 18:29:06 +00:00
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
winniehere 331eaf42f3 chore(docs): fix functions and struct comments (#21010) 2024-07-22 07:35:43 +00:00
yukionfire 095c003495 chore(x/auth,x/accounts): use errors.New to replace fmt.Errorf with no parameters (#20993) 2024-07-19 09:37:03 +00:00
Marko 9436bcb7f2 chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
Julián Toledano 77dd7329e8 fix(auth): UseGrantedFees error (#20963) 2024-07-16 09:17:34 +00:00
MarkoandAlexander Peters 2cf378174d fix: use contents of the tx as identifier in cache (#20533)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2024-07-15 09:40:41 +00:00
testinginprod acfd1ac30a refactor(auth): decouple auth from x/accounts account abstraction types (#20875) 2024-07-08 14:15:17 +00:00
Assaf Moramiand@sampocs 5d54274775 refactor(x/auth): add a slightly more helpful error message on signature verification failure (#20802)
Co-authored-by: @sampocs <sam@stridelabs.co>
2024-06-28 08:51:24 +00:00
6d2f6ff068 feat(tx): port simappv2 changes (#20648)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-17 09:54:52 +00:00
Halimao 6ee21af1af fix(x/staking,x/auth): regenerate mock to fix test (#20684) 2024-06-17 05:14:33 +00:00
Marko 28fa3b8dfc chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
TinyFoxy d7105af506 fix: remove some duplicate words (#20605) 2024-06-10 09:07:31 +00:00
Julien RobertandLikhita Polavarapu 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
son trinh 74d89bf506 refactor(x/accounts)!: accounts and auth module use the same account number tracking (#20405) 2024-06-03 13:40:03 +00:00
Marko 1b47dc91a3 chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
Hwangjae Leeandson trinh a2aaed66e8 docs(x/account/auth): Improve error handling and comments in fee.go (#20426)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-05-21 09:00:13 +00:00
qkrybin 92dafe6dac docs(x/auth/ante): fixed typo in TxWithTimeoutHeight interface name (#20418)
Signed-off-by: qkrybin <pybin97@gmail.com>
2024-05-17 10:08:24 +00:00
Julien Robert f02a124667 refactor(runtime,core): split router service (#20401) 2024-05-16 08:04:40 +00:00
Matt Kocubinski 493d486bc6 refactor: decouple from sdk/codec in amino codec usage (#20369) 2024-05-14 16:52:51 +00:00
Markoandyihuang 0dfb54e36a refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Marko ca15c9d0e7 refactor: remove comet dep in modules (1/n) (#20270) 2024-05-06 13:13:12 +00:00
Marko 43764cff30 chore: consensus spinout (#20010) 2024-05-03 14:08:17 +00:00
Markoandsontrinh16 71adab7099 chore: fix mocks (#20209)
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-04-29 18:58:59 +00:00
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
Julien Robert d41aa7af8c refactor(x/evidence): cleanup api (#20103) 2024-04-19 19:57:31 +00:00
Julien Robert 5e7aae0db1 refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
Likhita Polavarapu 07c0aa73e0 feat: Add non atomic multimsg (#19350) 2024-04-15 09:32:29 +00:00
son trinh a0d727eebc refactor(x/auth): auth module can recognize x/accounts account (#20002) 2024-04-11 09:56:37 +00:00
Julien Robert 17bb4c74fb refactor(x/auth): use transaction service (#19967) 2024-04-10 18:47:12 +00:00
Julián Toledano 25aea8af8a refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00