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

split transmit into two functions to address stack too deep errrors #11977

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

RyanRHall
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Feb 8, 2024

I see that you haven't updated any README files. Would it make sense to do so?

shileiwill
shileiwill previously approved these changes Feb 8, 2024
Copy link
Contributor

@shileiwill shileiwill left a comment

Choose a reason for hiding this comment

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

LGTM!

@RyanRHall RyanRHall enabled auto-merge February 8, 2024 20:12
Copy link
Contributor

github-actions bot commented Feb 8, 2024

Go solidity wrappers are out-of-date, regenerate them via the make wrappers-all command

shileiwill
shileiwill previously approved these changes Feb 8, 2024
@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@RyanRHall RyanRHall added this pull request to the merge queue Feb 8, 2024
gasOverhead =
(gasOverhead - gasleft() + 16 * rawReport.length) +
(gasOverhead - gasleft() + 16 * msg.data.length) +
Copy link
Contributor

Choose a reason for hiding this comment

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

just out of curiousity, msg.data and rawReport are equivalent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope! definitely not. I made this change (and a bunch of other changes) in a separate PR, but I included it here too just to make the refactor cleaner.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you can see the comment I added above

Merged via the queue into develop with commit 350a6f1 Feb 8, 2024
105 checks passed
@RyanRHall RyanRHall deleted the split-transmit-auto-2-2 branch February 8, 2024 21:36
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