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

feat: update transaction fees #6

Conversation

ponyjackal
Copy link
Contributor

No description provided.

Copy link

linear bot commented Feb 7, 2024

@ponyjackal ponyjackal requested a review from pcowgill February 7, 2024 18:01
@@ -4,23 +4,21 @@ export function transform(block: RawBlock): RawBlock {
block.transactions = block.transactions.map((tx) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

@jordanmessina @ponyjackal This would be a great function to unit test to make sure it can't underflow, overflow, etc. with realistic values for various L2s

@pcowgill pcowgill merged commit 7fc38d8 into main Feb 9, 2024
2 checks passed
@pcowgill pcowgill mentioned this pull request Feb 9, 2024
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