fudancoder
|
433e3fd6d9
|
chore: make function comment match function names (#20666)
Signed-off-by: fudancoder <fudancoder@icloud.com>
|
2024-06-13 21:45:49 +00:00 |
|
Marko
|
f4136797a1
|
chore(consensus): add cometInfo to consensus (#20615)
|
2024-06-13 14:52:56 +00:00 |
|
Facundo Medica
|
ec96e79553
|
fix(sims): check before sending RotateConsPubKey (#20659)
|
2024-06-13 14:09:00 +00:00 |
|
Facundo Medica
|
43991b99e4
|
fix(x/staking): stop validators from rotating to the same key on the same block (#20649)
|
2024-06-13 11:27:44 +00:00 |
|
dependabot[bot]
|
2e774b973d
|
build(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#20632)
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: son trinh <trinhleson2000@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-06-13 08:57:14 +00:00 |
|
Marko
|
a6844f5ed4
|
fix: remove recipient amount from map (#20625)
|
2024-06-13 08:09:02 +00:00 |
|
Matt Kocubinski
|
c36edbddbd
|
fix(x/consensus): fix .proto file placement (#20646)
|
2024-06-12 18:07:10 +00:00 |
|
son trinh
|
abeb7eee3b
|
fix (x/accounts): Fix genesis condition check (#20645)
|
2024-06-12 16:25:02 +00:00 |
|
testinginprod
|
40492cdf10
|
feat(accounts): add genesis account initialization (#20642)
Co-authored-by: unknown unknown <unknown@unknown>
|
2024-06-12 14:19:13 +00:00 |
|
Marko
|
d3d6448eca
|
fix(x/gov): limit execution in gov (#20348)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
|
2024-06-12 13:50:58 +00:00 |
|
son trinh
|
021ab6dcc2
|
refactor(x/auth): Fix system test (#20531)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-06-12 07:02:12 +00:00 |
|
Marko
|
05ff7a7cb7
|
feat(crypto): add blst (#20296)
Co-authored-by: itsdevbear <itsdevbear@berachain.com>
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
|
2024-06-11 17:16:07 +00:00 |
|
Facundo Medica
|
150ca963f2
|
feat(x/mint)!: Replace InflationCalculationFn with MintFn + simple epoch minting (#20363)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-06-11 12:27:20 +00:00 |
|
caseylove
|
fbd3b75c5a
|
docs: remove duplicate words (#20622)
|
2024-06-11 10:44:33 +00:00 |
|
Marko
|
76a28ad4d0
|
chore: reduce default inflation (#20606)
|
2024-06-11 09:33:15 +00:00 |
|
Marko
|
28fa3b8dfc
|
chore: use comet api pkg instead of comet alias (#20614)
|
2024-06-11 08:46:04 +00:00 |
|
Mark Rushakoff
|
9e1d28e2a6
|
chore: write gentx info to cmd.ErrOrStderr (#20616)
|
2024-06-11 08:31:06 +00:00 |
|
Julien Robert
|
7fb26685cd
|
chore(proto): change future extracted modules version from v1.0.0 to v0.2.0 (#20600)
|
2024-06-10 10:15:57 +00:00 |
|
TinyFoxy
|
d7105af506
|
fix: remove some duplicate words (#20605)
|
2024-06-10 09:07:31 +00:00 |
|
Julien Robert
|
7d68ba2cb8
|
chore: bring patch changelogs to main (#20599)
|
2024-06-10 07:29:28 +00:00 |
|
Marko
|
efea5db29b
|
refactor(distribution)!: add cometinfo (#20588)
|
2024-06-09 20:13:25 +00:00 |
|
Marko
|
439f2f9d5b
|
feat: upstream changes from server modular (#20584)
|
2024-06-06 13:01:41 +00:00 |
|
dependabot[bot]
|
dc558b1ce6
|
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#20563)
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-06-06 08:26:02 +00:00 |
|
dependabot[bot]
|
3ef628d5cb
|
build(deps): Bump github.com/cometbft/cometbft/api from 1.0.0-alpha.2.0.20240530055211-ae27f7eb3c08 to 1.0.0-rc.1 (#20552)
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-06-06 08:06:43 +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 |
|
lido333
|
b66de382e4
|
chore: remove duplicate word (#20544)
|
2024-06-05 09:33:21 +00:00 |
|
dependabot[bot]
|
0ba790645b
|
build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#20542)
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-06-05 07:42:20 +00:00 |
|
bytesingsong
|
6d2189ad7f
|
chore: fix some wrong comments (#20543)
Signed-off-by: bytesingsong <bytesing@icloud.com>
|
2024-06-05 07:14:29 +00:00 |
|
dependabot[bot]
|
6ea50ef980
|
build(deps): Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#20534)
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>
|
2024-06-04 08:55:12 +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 |
|
Hieu Vu
|
d1aab15790
|
refactor(x/feegrant): set environment in context (#20529)
|
2024-06-03 14:33:48 +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
|
b245252c66
|
docs: add docs on permissions (#20526)
|
2024-06-03 10:38:41 +00:00 |
|
Julien Robert
|
7a87f2bb15
|
refactor(x/gov): set environment in context for legacy proposals (#20521)
|
2024-06-03 09:33:40 +00:00 |
|
Julien Robert
|
0f81966de8
|
refactor(x/authz): set environment in context (#20502)
|
2024-06-03 07:48:33 +00:00 |
|
dependabot[bot]
|
ba4bc19175
|
build(deps): Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#20519)
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: son trinh <trinhleson2000@gmail.com>
|
2024-06-03 07:24:47 +00:00 |
|
wr1159
|
f258c5d849
|
feat(x/bank): Placing SendRestriction before Deduction of Coins in SendCoins (#20517)
|
2024-06-03 01:32:36 +00:00 |
|
Alexander Peters
|
a6857962c5
|
chore: Address linter issues (#20486)
|
2024-05-31 08:51:41 +00:00 |
|
veth
|
b13e5cb2ed
|
chore: fix comment (#20498)
Signed-off-by: VitalikButerinEth <csyingyu@126.com>
|
2024-05-31 08:21:18 +00:00 |
|
SuiYuan
|
fa371f5e23
|
chore: fix the note box syntax error (#20499)
|
2024-05-31 08:18:30 +00:00 |
|
Matt Kocubinski
|
7dbbc0799e
|
refactor(x/upgrade): migrate to appmodule.VersionMap (#20485)
|
2024-05-30 19:16:57 +00:00 |
|
Alexander Peters
|
7f756523ff
|
fix: Bump CometBFT versions (#20481)
|
2024-05-30 10:43:54 +00:00 |
|
Marko
|
c7dc9156c3
|
chore: force reload sonar cloud (#20480)
|
2024-05-29 11:12:09 +00:00 |
|
Zoro
|
d8496bc698
|
refactor(x/accounts): reuse calculated sum in func safeAdd (#20458)
|
2024-05-29 09:44:15 +00:00 |
|
Tuan Tran
|
2b34f69e87
|
refactor: remove defer in loop (#20223)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-05-29 09:10:24 +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
|
18a203b783
|
ci: fix sonar exclusion files (#20467)
|
2024-05-28 13:10:38 +00:00 |
|
Marko
|
e6e1a853de
|
refactor(core,server): make commands not rely on server context (#20422)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-05-28 13:07:36 +00:00 |
|
Marko
|
1b47dc91a3
|
chore: move logger to core (#20388)
|
2024-05-28 12:30:09 +00:00 |
|
Hwangjae Lee
|
ad59942fc8
|
docs(x/auth/tx): fixed typo in error log in query.go (#20447)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2024-05-24 15:45:38 +00:00 |
|