-
Notifications
You must be signed in to change notification settings - Fork 149
added totalStake and totalValidatorStake along with unit tests #3624
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
base: main
Are you sure you want to change the base?
Changes from 3 commits
fbf54b1
8917d51
64b8070
64d1597
df862a2
cd7137f
aec1da7
de503ab
5d20e65
d80a4dc
3cced67
cb7ad4c
290099e
9998536
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
+1 −0 | .github/CODEOWNERS | |
+6 −0 | .github/dependabot.yml | |
+114 −100 | .github/workflows/ci.yml | |
+6 −1 | .github/workflows/sync.yml | |
+1 −1 | README.md | |
+12 −0 | RELEASE_CHECKLIST.md | |
+8 −4 | foundry.toml | |
+1 −1 | package.json | |
+6 −0 | src/Base.sol | |
+60 −0 | src/Config.sol | |
+477 −0 | src/LibVariable.sol | |
+142 −47 | src/StdAssertions.sol | |
+2 −0 | src/StdChains.sol | |
+612 −0 | src/StdConfig.sol | |
+2 −2 | src/StdStorage.sol | |
+0 −1 | src/StdUtils.sol | |
+247 −16 | src/Vm.sol | |
+352 −0 | test/Config.t.sol | |
+434 −0 | test/LibVariable.t.sol | |
+1 −1 | test/StdChains.t.sol | |
+2 −2 | test/Vm.t.sol | |
+81 −0 | test/fixtures/config.toml |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.