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

Election tests migration #10871

Merged
merged 28 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5c9a7b2
Election up till activate
pahor167 Jan 4, 2024
a699311
ElectionValidatorSigners mostly done
pahor167 Jan 5, 2024
2c610dd
ElectionValidatorSigners done
pahor167 Jan 5, 2024
0146d17
Last test batch missing
pahor167 Jan 8, 2024
96c3a54
All tests are working
pahor167 Jan 8, 2024
76b15e7
removal of election ts tests
pahor167 Jan 8, 2024
e2d9d8f
compilation CI fix
pahor167 Jan 8, 2024
50a8a80
utils added
pahor167 Jan 9, 2024
2f4767d
constants added
pahor167 Jan 9, 2024
fc9f65d
Merge branch 'master' into pahor/ElectionFoundry
pahor167 Jan 9, 2024
a78ac6c
minor refactor
pahor167 Jan 9, 2024
f7126da
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
574d3a6
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
4d19543
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
665a862
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
957df6b
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
97d70a8
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
2ec7d46
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
a52f6e3
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
fdd46bc
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
0c3731e
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
00b6449
Update packages/protocol/test-sol/voting/Election.t.sol
pahor167 Jan 30, 2024
bf64d49
buildable
pahor167 Jan 30, 2024
bf81648
PR comments 2
pahor167 Jan 30, 2024
b5cabfa
Missing tests added
pahor167 Jan 30, 2024
0fd8221
Split of the tests
pahor167 Jan 30, 2024
5335a23
Merge branch 'master' into pahor/ElectionFoundry
pahor167 Jan 30, 2024
d46b823
Merge branch 'master' into pahor/ElectionFoundry
pahor167 Mar 5, 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
Prev Previous commit
Next Next commit
Update packages/protocol/test-sol/voting/Election.t.sol
Co-authored-by: soloseng <102702451+soloseng@users.noreply.github.com>
pahor167 and soloseng authored Jan 30, 2024
commit f7126daf6d42a978eccbced611c8e769b53d40e2
2 changes: 1 addition & 1 deletion packages/protocol/test-sol/voting/Election.t.sol
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ import { Constants } from "../constants.sol";
import "../utils.sol";
import "forge-std/console.sol";

contract ElectionTest is Election(true) {
contract ElectionMock is Election(true) {
function distributeEpochRewards(address group, uint256 value, address lesser, address greater)
external
{