Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add online, weak merit based sortition without new scores yet #568

Merged
merged 29 commits into from
Sep 3, 2024
Merged
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
270042d
add online, weak merit based sortition without new scores yet
kpeluso Aug 31, 2024
32576e9
online weak merit based sortition
kpeluso Sep 2, 2024
c15d90e
use emascores in quantile, not og scores
kpeluso Sep 2, 2024
f42afef
Merge branch 'release-v0.4.0' of https://github.com/allora-network/al…
kpeluso Sep 2, 2024
b8fdd27
unify, simplify, correct data ingresses
kpeluso Sep 2, 2024
cdb7dbf
build fix
kpeluso Sep 2, 2024
fba0ef8
more err logs
kpeluso Sep 2, 2024
c586444
upgrade unit test
RedBird96 Sep 2, 2024
738c3f1
fix testing issues
RedBird96 Sep 2, 2024
a0b1cb2
update autocli topic creation params
kpeluso Sep 2, 2024
eef7b05
Merge branch 'feat/weak-merit-based-sortition' of https://github.com/…
kpeluso Sep 2, 2024
081ca82
fix topic creation missing fields
kpeluso Sep 2, 2024
6e1226a
rm redundant condition
kpeluso Sep 3, 2024
5c31644
fix unit test
RedBird96 Sep 3, 2024
7af8765
fix ema testing
RedBird96 Sep 3, 2024
fbbaf64
clang format
RedBird96 Sep 3, 2024
0777709
proto format
RedBird96 Sep 3, 2024
8b3f509
test potential attack in TestAppendInference
kpeluso Sep 3, 2024
e54ba49
apply diego suggestions
kpeluso Sep 3, 2024
5f5097d
Fix reviewer comments - reviewer being myself
relyt29 Sep 3, 2024
fe631f0
Add GetCurrentLowestXScore query function (#572)
relyt29 Sep 3, 2024
496e280
Merge branch 'release-v0.4.0' into feat/weak-merit-based-sortition
kpeluso Sep 3, 2024
daf6220
Add stake validation on msg server reputer payload
guilherme-brandao Sep 3, 2024
bfc7b01
Merge branch 'feat/weak-merit-based-sortition' of github.com:allora-n…
guilherme-brandao Sep 3, 2024
4fee6a1
add unit test and refactoring code
RedBird96 Sep 3, 2024
0f0eb80
fix lint
RedBird96 Sep 3, 2024
41c857f
fix unit test
guilherme-brandao Sep 3, 2024
98d98f9
Merge branch 'feat/weak-merit-based-sortition' of github.com:allora-n…
guilherme-brandao Sep 3, 2024
4e5735a
fix test
RedBird96 Sep 3, 2024
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
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,19 @@
"go.lintFlags": [
"-c", "${workspaceFolder}/.golangci.yml", "--fast"
],
"cSpell.words": [
"actorutils",
"autocli",
"Bech",
"cosmossdk",
"Delegators",
"errorsmod",
"Inferer",
"inferers",
"msgserver",
"protobuf",
"quantile",
"reputers",
"Wrapf"
],
}
134 changes: 134 additions & 0 deletions test/testutil/testdata.go

Large diffs are not rendered by default.

Loading