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

chore: patch from astria-geth migrated #45

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

joroshiba
Copy link
Member

This is the patch from astria-geth: astriaorg/astria-geth#70 with modification for the backend.go which is otherwise already modified in flame to be as close as possible.

@joroshiba joroshiba requested review from bharath-123 and removed request for mycodecrafting and noot February 20, 2025 01:26
Comment on lines +303 to +305
// DepositTx can only be generated through execution pathway
if signedTx.Type() == types.BlobTxType || signedTx.Type() == types.DepositTxType {
return types.ErrTxTypeNotSupported
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: Would probably be nice to have more specific error messages.

@bharath-123
Copy link
Collaborator

bharath-123 commented Feb 20, 2025

have tested this locally with the auctioneer smoke-test and it seems to be working fine.

@bharath-123 bharath-123 merged commit e99d6ab into main Feb 20, 2025
2 checks passed
@bharath-123 bharath-123 deleted the joroshiba/blob-restrictions branch February 20, 2025 16:35
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.

2 participants