-
Notifications
You must be signed in to change notification settings - Fork 319
Add eco-tests protecting Mentat indexer storage reads #2818
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
Open
gztensor
wants to merge
31
commits into
devnet-ready
Choose a base branch
from
test/eco-mentat-indexer
base: devnet-ready
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
06032d5
Merge pull request #2769 from opentensor/testnet
sam0x17 14cd19c
reduce balancer exp precision from 1024 to 512
gztensor bc5c024
reduce balancer exp precision from 512 to 128
gztensor 503170f
Increase fuzzy test output frequency
gztensor 98151ec
cap exp_scaled at 1, set balancer exp precision to 256
gztensor 593de8a
Forbid swaps that are too large compared to available liauidity
gztensor 536c893
spec bump
gztensor c4c77a2
chore: auditor auto-fix
8bc8ef6
Merge branch 'fix/balancer-performance' of github.com:opentensor/subt…
gztensor 566fb8c
Update pallets/swap/src/pallet/balancer.rs
gztensor d005de3
fix tests
gztensor 132b9cc
Fix tests, enforce atomic add-stake recycle/burn operations by rollin…
gztensor 1ad1688
Apply the 1000x swap input cap to simulations and limit-path max-amou…
gztensor bb51677
Merge pull request #2803 from opentensor/fix/balancer-performance
sam0x17 156eeca
Allow locked alpha transfers in coldkey swaps
gztensor 34e1def
Merge pull request #2810 from opentensor/fix/coldkey-swap-locked-alpha
sam0x17 b749a63
Apply dispatch extension conditionally
l0r1s ebe1ac6
Apply subtensor extension conditionally
l0r1s 6d81084
Merge pull request #2812 from opentensor/conditional-ext
sam0x17 9759f67
Add eco-tests protecting Mentat indexer storage reads
yeuyeuh f77dcce
Add AlphaV2 presence test
gztensor 9d49f17
Remove Alpha and AlphaV2 presence test from mentat eco
gztensor d340436
Enforce conviction, add test, bump spec
gztensor bb3591e
remove root prop from emission calculation
JohnReedV 3b94406
test_get_shares_ignores_root_prop
JohnReedV 6506ac6
bump spec
JohnReedV 14bc6f9
Merge pull request #2800 from opentensor/feat/enforce-conviction
sam0x17 5c1c7ff
Update eco-tests/src/mock.rs
gztensor 71044fd
Update eco-tests/src/mock.rs
gztensor 026b8f3
Fix AI fix
gztensor 06be4f7
clean merge
gztensor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,6 @@ mod tests; | |
|
|
||
| #[cfg(test)] | ||
| mod tests_taocom_indexer; | ||
|
|
||
| #[cfg(test)] | ||
| mod tests_mentat_indexer; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.