This repository was archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jacque006
reviewed
Apr 11, 2022
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.
Overall solid work getting this functionality baked in. I think there is a good amount of discovered work/new issues from this and a few things we can try to tweak now.
jacque006
approved these changes
Apr 15, 2022
This was referenced Apr 15, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
aggregator
Aggregator backend related
clients
contracts
Smart contract related
extension
Browser extension related
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR doing?
Screen.Recording.2022-04-08.at.8.48.06.pm.mov
(I forgot to refresh the page to show the billboard is successfully updated. It does work though 😄.)
transactionHash
. It also simplifies things a bit since we don't need to rely on the database to generate the ids for us, and soBundleRow["id"]
is no longer optional./bundle
to include the row id on successful insertionHow can these changes be manually tested?
Replicate the result shown in the video. This requires running:
Note that the billboard uses the block timestamp to determine whether it's ok to set it to a new value. This can cause issues in the aggregator because callStatic won't see the new timestamp and won't submit the bundle until it does. This isn't a big deal on a real network with a constant flow of transactions, but to resolve it locally, just add an artificial transaction, such as by running
aggregator/manualTests/send1Wei.ts
.Does this PR resolve or contribute to any issues?
#178, #179
Checklist
Guidelines
resolve conversation
button is for reviewers, not authors