Commit Graph
12413 Commits
Author SHA1 Message Date
Marko f5a3bfb058 refactor(bank): migrate to use env var (#19477) 2024-02-20 09:21:18 +00:00
dependabot[bot]andmarbar3778 be62ad510c build(deps): Bump github.com/cosmos/cosmos-sdk from 0.46.0-beta2.0.20230614103911-b3da8bb4e801 to 0.50.4 in /tools/confix (#19486)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-20 09:20:35 +00:00
Julien Robert c05850241e fix(x/auth/vesting): Add BlockedAddr check in CreatePeriodicVestingAccount (#19480) 2024-02-19 21:31:10 +00:00
Marko c8836248d1 refactor(auth): migrate to use env (#19476) 2024-02-19 21:09:11 +00:00
Dev Ojha 72eae6dc50 perf(math): Use Dec Bigintmut API (#19479) 2024-02-19 16:45:59 +00:00
øllie 52cca5f59f docs: Update Discord Link to new Vanity URL (#19478) 2024-02-19 14:36:51 +00:00
Dev OjhaandMarko 4db9838ae6 perf: Remove an extra heap allocation from NewLegacyDec (#19466)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-19 09:15:57 +00:00
dependabot[bot]andgithub-actions b098abfcac build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-beta.4 (#19470)
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-02-19 09:04:28 +00:00
Hwangjae Lee c01db814b9 docs: fixed typo in client/broadcast.go (#19469)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-02-19 08:50:21 +00:00
Dev Ojha 0f113520f9 perf: Remove unneeded cmp in Ceil and marshalTo (#19467) 2024-02-19 08:21:47 +00:00
Hwangjae Lee 16b19638ef refactor(client): removed unused function (#19468)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-02-19 08:12:10 +00:00
Julien Robert a79f932ecf chore(proto): do not use draft commit (#19453) 2024-02-16 18:24:17 +00:00
Julien Robert 43df8d8245 refactor(proto): use buf registry for cometbft protos (#19366) 2024-02-16 16:17:11 +00:00
dependabot[bot]andgithub-actions 74dfab2684 build(deps): Bump github.com/prometheus/common from 0.46.0 to 0.47.0 (#19449)
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-02-16 08:38:09 +00:00
Marko 509eec6c70 refactor(x/upgrade): migrate upgrade to env var (#19443) 2024-02-15 16:29:23 +00:00
Likhita Polavarapuandmarbar3778 c25ef03e8a feat(x/accounts): add env bundler to accounts module (#19418)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-15 16:25:23 +00:00
Marko 3ecae08cfa chore(auth): add changelog for baseaccount creation (#19441) 2024-02-15 12:34:40 +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
Marko e46d526b46 refactor(x/slashing): migrate slashing to use env var (#19440) 2024-02-15 09:42:51 +00:00
samricottaandMarko 3a23f2b99c feat(x/protocolpool): add env bundler to protocolpool module (#19420)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-14 23:33:20 +00:00
MarkoandFacundo 2dafb8780c refactor(x/staking): migrate to use env (#19414)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-02-14 23:11:06 +00:00
Julien RobertandAleksandr Bezobchuk f6d970d52f refactor(x/group): use core migrations api (#19423)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-14 18:26:52 +00:00
dependabot[bot]andgithub-actions 01bad3ebb6 build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#19425)
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-02-14 10:15:51 +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
cool-developerandAleksandr Bezobchuk 8fb9ca87b2 feat(store/v2): remove the pruning manager (#19411)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 21:17:19 +00:00
cool-developerandAleksandr Bezobchuk 92eb6de6e3 feat(store/v2): Implement State Migration (#19327)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-13 17:26:16 +00:00
zoereco 3461c64afb test(x/gov): add case test for MsgVoteWeighted (#19403) 2024-02-13 15:07:36 +00:00
Facundo Medica c57dde2f34 feat!: migrate x/group to store service (#19410) 2024-02-13 13:51:26 +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
Likhita Polavarapu 26d30f2111 docs: Update documentation specifying the behaviour of CancelUnbondingDelegation on jailed validators (#19415) 2024-02-13 12:43:36 +00:00
8c002c6249 chore: fix spelling errors (#19408)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-12 21:48:52 +00:00
Khanh HoaandAleksandr Bezobchuk c4d673ce66 refactor(cosmovisor): add missing stop ticker (#19400)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-12 19:57:04 +00:00
Julien Robert 313a989545 fix(x/gov): disable spam vote in optimisic proposal (#19407) 2024-02-12 12:02:40 +00:00
Adam Tucker 89df28ceb9 feat(server): in-place testnet creator (#19280) 2024-02-12 10:53:07 +00:00
cfc3739033 build(deps): Bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0 in /store (#19387)
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: Facundo <facundomedica@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-12 02:35:11 +00:00
Julien Robert 72a56d9933 fix(simapp): fix default home (#19393) 2024-02-10 22:47:12 +00:00
Cosmos SDKandgithub-merge-queue d3120f56ef chore: fix spelling errors (#19392)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-02-10 00:28:46 +00:00
Julien Robert e4fabebfc5 refactor(gov): simplify state management (#19349) 2024-02-09 11:22:29 +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
Dev Ojha ac48269f98 perf: Speedup sdk.Int overflow checks (#19386) 2024-02-09 08:51:11 +00:00
Julien Robert 6e8de00f77 fix(runtime): make environment provider module scoped (#19385) 2024-02-09 07:24:28 +00:00
cf9acccb95 chore(RFC): add rfc for handlers (#19263)
Co-authored-by: testinginprod <frojdi@faulttolerance.net>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2024-02-08 18:52:27 +00:00
Julien Robert f6efab91b4 refactor(x/gov): add vote options to tally result (#19352) 2024-02-08 16:54:56 +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
samricotta 8de39661fc feat(nft): add env bundler to nft module (#19367) 2024-02-08 12:19:31 +00:00
Jay NamsayinandJulien Robert 195bd4ae65 docs(client/v2): remove duplicate GetTxCmd mention (#19378)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-08 08:11:29 +00:00
dependabot[bot]andgithub-actions 3e3b1ae5a1 build(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#19379)
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-02-08 07:50:44 +00:00
Julien Robert cd1da8d7ff ci: disable starship-tests action (#19372) 2024-02-07 18:36:09 +00:00
94c98691a6 chore: fix spelling errors (#19369)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-07 18:32:15 +00:00
mmsqe 863194f99c fix: avoid cli redundant log in stdout (#19371) 2024-02-07 18:31:47 +00:00