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

Batch onboarding scripts & txns #35

Merged
merged 8 commits into from
Apr 16, 2024
Merged

Batch onboarding scripts & txns #35

merged 8 commits into from
Apr 16, 2024

Conversation

sisyphusSmiling
Copy link
Contributor

@sisyphusSmiling sisyphusSmiling commented Apr 16, 2024

Closes: #33 #34

Description

Adds support for batch operations.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.88%. Comparing base (19de0f5) to head (b96e5bd).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   82.82%   82.88%   +0.05%     
==========================================
  Files          18       18              
  Lines         827      818       -9     
==========================================
- Hits          685      678       -7     
+ Misses        142      140       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from add-fees to main April 16, 2024 19:42
@sisyphusSmiling sisyphusSmiling requested a review from lmcmz April 16, 2024 19:44
@sisyphusSmiling sisyphusSmiling marked this pull request as ready for review April 16, 2024 19:44
@sisyphusSmiling sisyphusSmiling requested a review from a team as a code owner April 16, 2024 19:44
Comment on lines +13 to +15
if results[type] != nil {
continue
}
Copy link
Member

Choose a reason for hiding this comment

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

Would this ever be true?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably not, but covering a case where there are non-unique values in the provided array

@sisyphusSmiling sisyphusSmiling merged commit 710352e into main Apr 16, 2024
2 checks passed
@sisyphusSmiling sisyphusSmiling deleted the batch-scripts branch April 16, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Map serialized EVM address to associated types
3 participants