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

support Arbitrum legacy transactions and receipts #114

Merged
merged 26 commits into from
Jul 23, 2022
Merged

Conversation

tsahee
Copy link
Contributor

@tsahee tsahee commented Jun 16, 2022

No description provided.

R: (*big.Int)(dec.R),
S: (*big.Int)(dec.S),
LegacyTx: itx,
HashOverride: dec.Hash,
Copy link
Contributor Author

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
Copy link
Collaborator

@PlasmaPower PlasmaPower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally LGTM

core/types/transaction_marshalling.go Show resolved Hide resolved
params/config_arbitrum.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@PlasmaPower PlasmaPower left a 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{},
Copy link
Collaborator

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PlasmaPower PlasmaPower merged commit 717ffd8 into master Jul 23, 2022
@PlasmaPower PlasmaPower deleted the arbitrum_legacy branch July 23, 2022 19:40
@Tristan-Wilson Tristan-Wilson mentioned this pull request Feb 28, 2023
13 tasks
Tristan-Wilson pushed a commit that referenced this pull request May 22, 2023
Update engine capabilities set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants