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

feat(protocol): enable whitelisting provers (disabled for now) #287

Merged
merged 8 commits into from
Nov 19, 2022

Conversation

dantaik
Copy link
Contributor

@dantaik dantaik commented Nov 18, 2022

No description provided.

@vercel
Copy link

vercel bot commented Nov 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
website ⬜️ Ignored (Inspect) Nov 18, 2022 at 7:10AM (UTC)

@dantaik dantaik marked this pull request as ready for review November 18, 2022 07:03
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #287 (7c24185) into main (a1a1d65) will decrease coverage by 9.19%.
The diff coverage is 5.00%.

@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
- Coverage   68.87%   59.67%   -9.20%     
==========================================
  Files          25       56      +31     
  Lines        1073     1349     +276     
  Branches        0      269     +269     
==========================================
+ Hits          739      805      +66     
- Misses        263      542     +279     
+ Partials       71        2      -69     
Flag Coverage Δ
protocol 59.67% <5.00%> (?)
relayer ?
Impacted Files Coverage Δ
packages/protocol/contracts/L1/LibData.sol 21.42% <ø> (ø)
packages/protocol/contracts/L1/TaikoL1.sol 19.51% <0.00%> (ø)
packages/protocol/contracts/L1/v1/V1Proving.sol 0.00% <0.00%> (ø)
...col/contracts/test/bridge/libs/TestBadReceiver.sol 40.00% <ø> (ø)
...ol/contracts/test/thirdparty/TestMessageSender.sol 100.00% <ø> (ø)
.../contracts/test/bridge/libs/TestLibBridgeRetry.sol 100.00% <100.00%> (ø)
...er/indexer/set_initial_processing_block_by_mode.go
packages/relayer/proof/block_header.go
packages/relayer/repo/block.go
packages/relayer/repo/event.go
... and 77 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dantaik dantaik enabled auto-merge (squash) November 18, 2022 07:20
@dantaik dantaik changed the base branch from main to disable-codecov-project-patch November 19, 2022 16:25
@dantaik dantaik merged commit 9d44a45 into disable-codecov-project-patch Nov 19, 2022
@dantaik dantaik deleted the permissioned_provers branch November 19, 2022 16:25
dantaik added a commit that referenced this pull request Nov 22, 2022
* chore(ci): disable checking coverage against the base of the PR

* chore: update configs

* chore: add flag_management

* chore: try

* chore: try2

* feat(protocol): enable whitelisting provers (disabled for now) (#287)

* Finalize -> Verify

Co-authored-by: David <david@taikocha.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[protocol] add access-list to support a permissioned 1st public testnet
3 participants