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

Refactor Aggregator to remove taskResponses #99

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ba0af4c
Upgrading sdk version i go.mod and go.sum
pablodeymo Oct 8, 2024
1c1041f
upgrade go-ethereum in go.sum
pablodeymo Oct 8, 2024
63e3f2c
fixing some compilation errors
pablodeymo Oct 8, 2024
dca8411
fixing challenger.go
pablodeymo Oct 8, 2024
cc9a42e
config.go upgraded
pablodeymo Oct 8, 2024
c2b5236
BuildAvsSubscriber fixed
pablodeymo Oct 8, 2024
18fb982
adding missing parameter to Send
pablodeymo Oct 8, 2024
4f47565
changing to logger := testutils.GetTestLogger()
pablodeymo Oct 8, 2024
e65fbde
challenger fixed
pablodeymo Oct 8, 2024
e1d4e35
hashFunction in aggregator.go
pablodeymo Oct 8, 2024
ab045cf
MockBlsAggregationService in aggregator_test.go
pablodeymo Oct 8, 2024
bb10b73
fixing config.go
pablodeymo Oct 9, 2024
588a6a5
fixing avs_reader avs_writer y bindings
pablodeymo Oct 9, 2024
8a16a93
fixing avs writer and reader
pablodeymo Oct 9, 2024
74e13e9
AvsWriterer and AvsReaderer fixed
pablodeymo Oct 9, 2024
253ea2b
operator.go fixed
pablodeymo Oct 9, 2024
5fdb7d7
registration.go fixed
pablodeymo Oct 9, 2024
da50d14
aggregator.go fixed
pablodeymo Oct 9, 2024
4880aaf
RegisterOperatorInQuorumWithAVSRegistryCoordinator in main.go fixed
pablodeymo Oct 9, 2024
db0e8c7
main.go fixed
pablodeymo Oct 9, 2024
1210835
integration_test.go fixed
pablodeymo Oct 9, 2024
fef94ea
challenger fixed
pablodeymo Oct 10, 2024
4e03208
Adding interface EthClientInterface
pablodeymo Oct 14, 2024
d862586
Merge branch 'master' into upgrade_to_eigen_sdk_0.1.12
pablodeymo Oct 14, 2024
e607aba
fix errors with pointers
pablodeymo Oct 14, 2024
cb9225b
aggregator hash function fixed to match the one used by the operator
pablodeymo Oct 15, 2024
fdb9942
removing extra if err != nil
pablodeymo Oct 15, 2024
aae8ccd
try 3 times to get responses from task manager
pablodeymo Oct 15, 2024
0bcc22b
pin foundry version for tests
TomasArrachea Oct 16, 2024
a7824da
fix aggregator task response processing
TomasArrachea Oct 18, 2024
fae8ffd
fix aggregator test
TomasArrachea Oct 18, 2024
8a36b73
Merge branch 'master' into upgrade_to_eigen_sdk_0.1.12
TomasArrachea Oct 18, 2024
db657e7
refactor aggregator to remove taskResponses map
TomasArrachea Nov 15, 2024
9336147
Merge branch 'master' into remove_task_responses_from_aggregator
TomasArrachea Nov 15, 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
pin foundry version for tests
  • Loading branch information
TomasArrachea committed Oct 16, 2024

Verified

This commit was signed with the committer’s verified signature.
Lehmann-Fabian Fabian Lehmann
commit 0bcc22b914ad880ca7e32ce01af95cc811e175ec
2 changes: 1 addition & 1 deletion tests/integration/integration_test.go
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ func startAnvilTestContainer() testcontainers.Container {

ctx := context.Background()
req := testcontainers.ContainerRequest{
Image: "ghcr.io/foundry-rs/foundry:latest",
Image: "ghcr.io/foundry-rs/foundry:nightly-3abac322efdb69e27b6fe8748b72754ae878f64d@sha256:871b66957335636a02c6c324c969db9adb1d6d64f148753c4a986cf32a40dc3c",
Mounts: testcontainers.ContainerMounts{
testcontainers.ContainerMount{
Source: testcontainers.GenericBindMountSource{