Commit Graph
182 Commits
Author SHA1 Message Date
e846eca366 refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
testinginprod 4a88a58e1b refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395) 2024-02-15 12:24:33 +00:00
MarkoandAleksandr Bezobchuk 869c96c403 refactor(bank, feegrant, authz): avoid creating baseaccount (#19188)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 12:52:06 +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
Likhita Polavarapu 6f180b22df chore(Baseapp): Remove modules dependency from baseapp (#19300) 2024-02-01 11:07:50 +00:00
Julien Robert 7e4d12209b feat(x/gov): message based proposal params (#19101) 2024-01-30 09:21:37 +00:00
testinginprodandunknown unknown 498cd6a533 feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-17 10:58:06 +00:00
testinginprodandunknown unknown f431a5039c feat(accounts): Add Query to simulate a UserOperation (#18979)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-09 14:02:43 +00:00
testinginprodandunknown unknown 6848448dc2 feat(accounts): Add TxCompat field –  implement Tx integration (part 1) (#18969)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-08 10:15:31 +00:00
Marko 6649bb7d8f refactor(core): remove cosmos-db dependency (#18848) 2023-12-21 14:31:46 +00:00
MarkoandFacundo 7f540e26f9 refactor(bank): remove .String() calls (#18175)
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-12-11 10:51:18 +00:00
e84b19142a chore: typos fix by misspell-fixer (#18683)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-11 09:10:43 +00:00
112f6cbdae feat(accounts): use gogoproto API instead of protov2. (#18653)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-08 13:17:48 +00:00
d3b30e946d feat(accounts): implement account abstraction execution (#18499)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-04 11:41:59 +00:00
Ezequiel Raynaudo 3c8ddabcaa refactor(x/auth): Revert signature of TxSignBatchExec (#18602) 2023-11-30 17:23:15 +00:00
Ezequiel Raynaudo 7bdbc4629f fix(x/auth): Add fees on batch sign (#18564) 2023-11-29 14:38:08 +00:00
MarkoandAnmol 03c3f8e71f refactor(tests): testutil.Network as an interface (#18389)
Co-authored-by: Anmol <anmol1696@gmail.com>
2023-11-08 18:38:57 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
177e7f4595 feat(x/gov): implement a minimum amount per deposit (#18146)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-02 10:51:19 +00:00
Julien Robert d82503e24e refactor(x/genutil,server): add export functions to x/gentutil (#18303) 2023-10-30 15:49:49 +00:00
Marko 7bef0227f9 refactor(mint): new go module (#18283) 2023-10-28 07:09:48 +00:00
Marko 21e69bad04 refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Marko bfb1a91110 refactor(authz): add go.mod (#18265) 2023-10-26 15:33:51 +00:00
Marko 2a6640d488 refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
Marko 4352ab1f34 refactor(distribution): spin out go.mod (#18199) 2023-10-24 15:13:04 +00:00
Marko 79b70bed51 chore: fix linting script (#18233) 2023-10-24 14:01:06 +00:00
Marko 388ff4fc7e refactor: move gov into own go.mod (#18197) 2023-10-23 14:17:04 +00:00
Emmanuel T Odekeandmarbar3778 912c74248b refactor(x/group): spin out Go module (#17937)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-10-20 14:33:04 +00:00
Julien Robert 033b840a42 refactor(x/gov): refactor q gov proposer (#18025) 2023-10-18 11:55:14 +00:00
atheeshp b8b32cf494 feat(x/group): autocli tx support (#18102) 2023-10-12 15:07:26 +00:00
Julien Robert fe99b0c2f8 feat(x/gov): add autocli options for tx (#18036) 2023-10-12 11:57:41 +00:00
Julien Robert 44934e3b68 feat(x/distribution): add autocli options for tx (#17963) 2023-10-11 06:10:10 +00:00
atheeshp f149f1baac feat(x/staking): autocli tx support (#17986) 2023-10-10 09:06:06 +00:00
83622c8f2a feat(x/authz): autocli tx support (#17970)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
2023-10-08 11:34:36 +00:00
atheeshpandJulien Robert 6f53f7c4a3 feat(x/bank): autocli tx support (#17868)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-05 14:39:45 +00:00
Likhita Polavarapu 9dd34510e2 feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
Marko 6715b5afb5 refactor!: remove tips (#17787) 2023-09-20 12:00:22 +00:00
Youngtaek Yoon 8c1c48d7d6 refactor(x/bank): remove message events including sender attribute whose information is already present in the relevant events (#17273) 2023-08-04 08:24:17 +00:00
zakirandJulien Robert 8503c1822b refactor(client): use cmtservice for comet-validator-set command (#17187)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-02 08:55:01 +00:00
zakir c36c86005f refactor(cli): remove duplicate --home flag (#17215) 2023-08-01 09:42:32 +00:00
58855c6859 refactor: remove global valaddress bech32 codec calls (1/2) (#17098)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-26 19:01:21 +00:00
Marko c23505b037 refactor(staking): use validator & address codecs in staking (#16958) 2023-07-19 11:01:32 +00:00
Julien Robert 7eb85db2cf feat(group): autocli query support (#17006) 2023-07-17 12:57:47 +00:00
Julien Robert 7bf289d4bb feat(params): autocli query support (#17007) 2023-07-15 08:32:41 +00:00
Julien Robert 8cf483a419 feat(gov): autocli query support (#16987) 2023-07-14 09:07:50 +00:00
Julien Robert 1145da9616 feat(authz): autocli query support (#16986) 2023-07-13 14:45:56 +00:00
ruthishvitwit fd7e549a3c chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
Julien Robert 320eea11c2 feat(upgrade): autocli query support (#16903) 2023-07-11 13:02:19 +00:00
Elias Naur 217bb1001e perf: benchmark end-to-end transaction submit (#16717) 2023-07-10 12:38:32 +00:00
Julien Robert febeced2e1 feat(bank): autocli query support (#16899) 2023-07-10 12:20:45 +00:00