-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
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.
LGTM even though I think that the RPC should be its own package. We can do it in follow-up PRs
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.
E2E tests are failing for some reason (connection refused error is persisting).
@@ -0,0 +1,39 @@ | |||
package types |
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.
Are we going to get rid-off the go-ethereum
dependency at some point? If that is not planned, then we can reuse these functions from it.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Changes needed to integrate beethoven on validium-node, essentialy replacing
cdk-validium-node
==>zkevm-node
. But also using RPC server from DAC which is much more cleaner (needed anyway to be able to switch to zkevm-node)