-
Notifications
You must be signed in to change notification settings - Fork 153
arbitrum, common, eth, internal: Implement SendExpressLaneTransactionSync #588
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: master
Are you sure you want to change the base?
Conversation
bac2dd7 to
633936f
Compare
ganeshvanahalli
left a comment
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.
Good stuff!
94cbe8d to
01bc368
Compare
|
@pmikolajczyk41 @ganeshvanahalli ready for another look, let me know what you think d853327 Me and @pmikolajczyk41 discussed 3 different solutions #588 (comment) for context, anyways let me know |
pmikolajczyk41
left a comment
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.
thanks 🙇 LGTM
Resolves https://linear.app/offchain-labs/issue/NIT-4118/sendexpresslanetransactionsync
Pulled by OffchainLabs/nitro#4074
Questions I have
*TransactionAPIas a returned value ofGetAPIs(apiBackend Backend)the right move?, I think it is the less error prone and simpler then trying to iterate over the api's, but maybe there is a better way to do this.Normally I would change the functions name, since the returned result is different, but I don't want to due to it being in the geth submodule.