-
Notifications
You must be signed in to change notification settings - Fork 112
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
support Arbitrum legacy transactions and receipts #114
Conversation
…chain-params-for-genesis
R: (*big.Int)(dec.R), | ||
S: (*big.Int)(dec.S), | ||
LegacyTx: itx, | ||
HashOverride: dec.Hash, |
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.
should also initialize:
EffectiveGasPrice uint64
L1BlockNumber uint64
Return status in RPC instead of a 1-byte root for legacy receipts
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.
Generally LGTM
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
DataAvailabilityCommittee: false, | ||
InitialArbOSVersion: 3, | ||
// Not used - has init data | ||
InitialChainOwner: common.Address{}, |
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.
Looking over the code again, I'm not sure we migrate chain owners, so this might be needed. I'd like to get this PR merged though, so I'll just make a follow-up PR to correct the 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.
Update engine capabilities set
No description provided.