-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Mercury 1.0 (parallel composition) #10810
Mercury 1.0 (parallel composition) #10810
Conversation
66b131a
to
d6ba92b
Compare
a4725bd
to
f109e6b
Compare
f109e6b
to
54941b1
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
1 similar comment
Go solidity wrappers are out-of-date, regenerate them via the |
86f2bad
to
9ec118e
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
3 similar comments
Go solidity wrappers are out-of-date, regenerate them via the |
Go solidity wrappers are out-of-date, regenerate them via the |
Go solidity wrappers are out-of-date, regenerate them via the |
4f59a53
to
eda2815
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
2 similar comments
Go solidity wrappers are out-of-date, regenerate them via the |
Go solidity wrappers are out-of-date, regenerate them via the |
c640d16
to
1d6f4ce
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
1 similar comment
Go solidity wrappers are out-of-date, regenerate them via the |
ec27073
to
1b2bec1
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
1b2bec1
to
54a7cfb
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
1 similar comment
Go solidity wrappers are out-of-date, regenerate them via the |
} | ||
}) | ||
|
||
// TODO: test verification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this PR?
func setConfig(t *testing.T, steve *bind.TransactOpts, backend *backends.SimulatedBackend, verifierContract *channel_verifier.ChannelVerifier, verifierAddress common.Address, nodes []Node, oracles []confighelper.OracleIdentityExtra) ocr2types.ConfigDigest { | ||
// Setup config on contract | ||
rawOnchainConfig := datastreamsllo.OnchainConfig{} | ||
// TODO: Move away from JSON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future ticket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It already has one and listed in another comment elsewhere. Will remove.
https://smartcontract-it.atlassian.net/jira/software/c/projects/MERC/issues/MERC-3661
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Junk or implement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs implementing: https://smartcontract-it.atlassian.net/browse/MERC-3659
return dfns, scanned.BlockNum, nil | ||
} | ||
|
||
// TODO: Test this method |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -31,6 +31,7 @@ gomodtidy: ## Run go mod tidy on all modules. | |||
go mod tidy | |||
cd ./core/scripts && go mod tidy | |||
cd ./integration-tests && go mod tidy | |||
cd ./integration-tests/load && go mod tidy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wen gomods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what that means... do you need me to do something here? I added this because it was missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to do. This is necessary for now.
I was referring to https://github.com/jmank88/gomods
4a4d071
to
8086d31
Compare
Quality Gate passedIssues Measures |
Based on this sketch.
This merge is intended to enable LLO for benchmarking purposes.