Commit Graph
5338 Commits
Author SHA1 Message Date
yukionfire d6ad92db0f chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
Facundo Medica 0fda53f265 feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (#20790) 2024-07-24 15:07:50 +00:00
Alexander Peters 1f0ce2f5b5 refactor(sims)!: Remove Baseapp from sims (#21039) 2024-07-24 12:40:01 +00:00
Facundo Medica e8222c8092 fix(x/slashing): do not error when val has zero tokens (#20977) 2024-07-24 11:06:41 +00:00
Marko 24977a92a2 ci: add 52 labels and ci (#21041) 2024-07-24 07:44:50 +00:00
Hieu Vu 4ea7f9fc82 docs(x/epochs): Fix proto comment (#21047) 2024-07-24 07:12:52 +00:00
Julien Robert 544623f3b7 build(deps): add missing replaces and remove unnecessary ones (#21033) 2024-07-23 09:08:41 +00:00
sjtucoder fa612ef9d7 chore: fix some comments for struct field (#21027)
Signed-off-by: sjtucoder <sjtucoder@icloud.com>
2024-07-23 08:36:49 +00:00
yukionfire 67b5a5d268 chore(x): replace fmt.Errorf without parameters with errors.New (#21032) 2024-07-23 08:10:09 +00:00
Halimao c2df06c985 chore: fix errors reported by running make lint (#21015) 2024-07-22 18:01:07 +00:00
Facundo Medica 9ab162de6d chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
winniehere 331eaf42f3 chore(docs): fix functions and struct comments (#21010) 2024-07-22 07:35:43 +00:00
yukionfire e22890b11f chore(x/staking,x/upgrade): replace fmt.Errorf without parameters with errors.New (#21004) 2024-07-21 09:53:48 +00:00
Alexander Peters b0652195d8 test(x/slashing): fix slashing sims (#20995) 2024-07-19 13:30:09 +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
Julien Robert 25dce71f62 refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
QtandMarko 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
zakir 2370a50d86 refactor(genutil/cli): remove txConfig from genesis command (#20976) 2024-07-18 09:12:53 +00:00
dependabot[bot]andgithub-actions f9f0ca442d build(deps): Bump github.com/cosmos/crypto from 0.1.1 to 0.1.2 (#20979)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-18 08:08:34 +00:00
winniehere 49bc189df1 chore: fix functions' comments (#20974) 2024-07-17 11:52:06 +00:00
Julián Toledano 77dd7329e8 fix(auth): UseGrantedFees error (#20963) 2024-07-16 09:17:34 +00:00
Julien Robert b68736306e chore: bring in patch release changelogs (#20952) 2024-07-15 14:29:05 +00:00
Facundo Medica f61141f15e fix(x/staking): Add missing data from import/export (#20953) 2024-07-15 13:01:08 +00:00
Julián Toledano df4214a153 docs(x/tx): add README (#20913) 2024-07-15 11:11:14 +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
Facundo MedicaandJulien Robert a923e13ce9 ci: set up x/acounts/multisig (#20934)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-13 10:38:55 +00:00
cloudclaim a22592a648 chore: fix some comments for struct field (#20942)
Signed-off-by: cloudclaim <824973921@qq.com>
2024-07-13 05:02:21 +00:00
Alexander Peters dc5c16b0be fix (sims): state written in sims loop (#20936) 2024-07-12 15:17:23 +00:00
Facundo Medica ab6400fbfd refactor(accounts): move multisig into its own go.mod (#20928) 2024-07-10 09:57:51 +00:00
dependabot[bot]andgithub-actions 5d66cf9450 build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#20920)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-10 08:09:24 +00:00
Aaron Craelius 9d80739d04 chore: remove schema go.mod replaces (#20914) 2024-07-09 12:13:32 +00:00
Aaron Craelius 4857ea1f61 feat(schema): indexing API (#20647) 2024-07-09 11:20:31 +00:00
son trinh c349885084 refactor(x/accounts/defaults/lockup): Add lockup unit tests (#20721) 2024-07-09 09:38:40 +00:00
testinginprod acfd1ac30a refactor(auth): decouple auth from x/accounts account abstraction types (#20875) 2024-07-08 14:15:17 +00:00
dependabot[bot]andgithub-actions b64fa900d5 build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#20902)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-08 07:48:08 +00:00
MarkoandFacundo b68eb39412 refactor(staking)!: remove historical info (#20845)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-07-05 09:28:49 +00:00
testinginprod d79cd5898f refactor(genutil): remove genesis bank balance iteration dependency (#20878) 2024-07-05 08:24:42 +00:00
testinginprod 7948a57355 fix(staking): validator must be slashed even when unbonding causes it to be removed from the set (#20828) 2024-07-04 13:16:25 +00:00
Facundo Medica 01312dfd5d refactor(x/distribution)!: remove PreviousProposer and return early if there are no fees to distribute (#20735) 2024-07-04 12:50:15 +00:00
Marko 106872bd0e chore: fix QueryAccountAddressByIDRequest (#20872) 2024-07-04 07:37:49 +00:00
Lucas Francisco López 979f1e839b test(x/staking): Add test for shares to tokens conversion in delegation (#20840) 2024-07-03 12:42:11 +00:00
Julien Robert f82bb76439 test: remove some deps from testutil/network (#20843) 2024-07-03 12:24:24 +00:00
dependabot[bot]andsontrinh16 59f4aa39ed build(deps): Bump github.com/cometbft/cometbft from 1.0.0-alpha.2.0.20240530055211-ae27f7eb3c08 to 1.0.0-rc1 in /x/auth (#20851)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-07-03 10:42:28 +00:00
son trinh 2718b7f6e0 test(x/accounts): add tests for base account and cli (#20826) 2024-07-03 09:57:25 +00:00
Marko 7b23e52b0b chore: remove crisis modules (#20809) 2024-07-02 14:20:07 +00:00
Marko f0a5b19cbb chore: remove auth from consensus (#20839) 2024-07-02 12:36:21 +00:00
dependabot[bot]andgithub-actions e5c0b4eaf8 build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.2-20240312114316-c0d3497e35d6.2 to 1.34.2-20240701160653-fedbb9acfd2f.2 in /api (#20833)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-02 08:47:37 +00:00
07a50eefe2 build(deps): Bump github.com/cosmos/crypto from 0.1.0 to 0.1.1 (#20823)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marko@baricevic.me>
2024-07-01 14:00:31 +00:00
Marko 58a3fdcc1c fix: fix gov test (#20830) 2024-07-01 13:42:24 +00:00