-
Notifications
You must be signed in to change notification settings - Fork 46
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
Transaction Sponsorship #767
Conversation
aliXsed
commented
Aug 3, 2023
•
edited
Loading
edited
- Add update for user limits and pot limits
- Benchmark using the standard machine
…st of the newly registered
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #767 +/- ##
==========================================
+ Coverage 64.87% 73.14% +8.27%
==========================================
Files 40 47 +7
Lines 6072 8981 +2909
==========================================
+ Hits 3939 6569 +2630
- Misses 2133 2412 +279
☔ View full report in Codecov by Sentry. |
e5186f5
to
32b0505
Compare
6a63c5e
to
0c9ff50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! I left some minor changes and thoughts
Co-authored-by: Eliott Teissonniere <10683430+ETeissonniere@users.noreply.github.com>
Co-authored-by: Eliott Teissonniere <10683430+ETeissonniere@users.noreply.github.com>
…ree_balance_allows
…ited usefulness compared with the added complexity of correct benchmarking
The benchamrk test for "sponosr_for" extrinsic will come in the next commit
# Conflicts: # runtimes/eden/src/lib.rs # runtimes/eden/src/pallets_util.rs
…chmarking of sponsor_for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. to be merged once the try-runtime
checks pass