-
Notifications
You must be signed in to change notification settings - Fork 234
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
Implement two missing tests in sequencer-client -> l1-publisher.test.ts #1600
Labels
T-testing
Type: Testing. More tests need to be added.
Comments
I'm simply going to remove these tests. I think they probably came over with the code ported from AC. |
4 tasks
PhilWindle
added a commit
that referenced
this issue
Jan 10, 2024
This PR changes the block publisher to verify the block's start hash is consistent with that on chain before publishing. It also removes the redundant test around checking the balance of the fee distributor which was inherited from aztec connect. Closes [this](#1600) issue. # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist).
codygunton
pushed a commit
that referenced
this issue
Jan 23, 2024
* Modify dev and test rpc urls (#1600) * Modify dev and test rpc urls * Fixed typo * Fixed typo * kebab custom request method (#1601) * revert json_rpc_provider changes * simply forward eth node requests with fetch * Updated dns entries for dev and testnet mainnet forks (#1603) Co-authored-by: spypsy <spypsy@users.noreply.github.com>
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
…ocol#3915) This PR changes the block publisher to verify the block's start hash is consistent with that on chain before publishing. It also removes the redundant test around checking the balance of the fee distributor which was inherited from aztec connect. Closes [this](AztecProtocol#1600) issue. # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two empty tests named:
This task simply consists in implementing them.
Those tests are related to the following TODOs:
aztec-packages/yarn-project/sequencer-client/src/publisher/l1-publisher.ts
Line 193 in c5f734a
aztec-packages/yarn-project/sequencer-client/src/publisher/l1-publisher.ts
Line 199 in c5f734a
The text was updated successfully, but these errors were encountered: