Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
29fbf8e
feat: ADR-004 (Nakamoto Bonus)
Pantani Aug 26, 2025
c66a3a5
fix import lint
Pantani Aug 26, 2025
d962c42
remove `LINT_DIFF` env var
Pantani Sep 1, 2025
54af7d9
Merge branch 'release/v0.50.x' into Pantani/feat/nakamoto-bonus
Pantani Sep 1, 2025
5d1b901
run lint-fix
Pantani Sep 1, 2025
e71a50b
Merge remote-tracking branch 'origin/release/v0.50.x' into Pantani/fe…
Pantani Sep 1, 2025
633a653
fix grpc go generation to version 7
Pantani Sep 4, 2025
815fb89
fix json tests
Pantani Sep 4, 2025
ffd5b9c
remove unused lint scape
Pantani Sep 9, 2025
042bdd7
add zero value to deprecated params
Pantani Sep 10, 2025
ec01197
add copy of distr pulsar files
Pantani Sep 10, 2025
6c79558
fix tests for distr query
Pantani Sep 10, 2025
152eeac
run lint-fix
Pantani Sep 10, 2025
7b6a004
Merge remote-tracking branch 'origin/release/v0.50.x' into Pantani/fe…
Pantani Sep 11, 2025
97a5d62
remove revive from animo lint
Pantani Sep 12, 2025
f64aa85
set local api module repo
Pantani Sep 13, 2025
1921e98
fix go.mod
Pantani Sep 15, 2025
a4fe166
fix missing api
Pantani Sep 15, 2025
a5e548e
fix adjust eta
Pantani Sep 15, 2025
aa0c907
remove unused var
Pantani Sep 15, 2025
bca9b25
fix nakamoto bonus params test
Pantani Sep 15, 2025
b4fbfd4
fix animo json import
Pantani Sep 15, 2025
6b80729
Merge remote-tracking branch 'origin/release/v0.50.x' into Pantani/fe…
Pantani Sep 23, 2025
f5e1e83
apply some code review
Pantani Sep 26, 2025
7b14b70
move coefficient from params to store
Pantani Sep 30, 2025
68f4418
fix distribution API
Pantani Sep 30, 2025
6884574
fix queries name
Pantani Sep 30, 2025
9dff51e
Update x/distribution/keeper/nakamoto_bonus.go
Pantani Oct 14, 2025
799f799
Update x/distribution/keeper/nakamoto_bonus.go
Pantani Oct 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ issues:
- text: "leading space"
linters:
- nolintlint
- path: api
linters:
- gosec
text: 'G115: integer overflow conversion'
max-issues-per-linter: 10000
max-same-issues: 10000

Expand Down
Loading
Loading