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

[WIP] WitnessUtils library improvements #919

Closed
wants to merge 3 commits into from

Conversation

erdkocak
Copy link
Contributor

Description

  • Fixed a bug in determineWitnessLengthAt function.
  • Added tests for WitnessUtils library
  • Created helper random generating Python scripts for random witness generation

Linked Issues

Testing

Added unit and fuzz tests.

@erdkocak erdkocak changed the title WitnessUtils library improvements [WIP] WitnessUtils library improvements Jul 25, 2024
@erdkocak erdkocak requested a review from okkothejawa July 25, 2024 12:39
* CI Check genesis files (#903)

* Test ci

* Test ci 2

* Test ci 3

* Test ci 4

* Gitkeep state dir for temp genesis files

* Test if ci works & revert python script

* Remove comments of cis

* Reduces unnecessary sleep

* New script using git diff

* Test ci works

* Test ci

* CI should work

* Add genesis production mode (#905)

* Add genesis production mode

* Owner seperation

* move e2e tests to different files (#906)

* move e2e tests to different files

* add comments to e2e tests

* Implement debug_traceChain (#909)

* Parse and validate parameters

* Further block number validation & spawn sender job

* Separate debug_Trace_by_block_number fn

* Finalize debug_traceChain

* Update error message

* Recreate working set on each block

* Add method to TestClient

* Remove unused import

* Lint

* Decrease inactive time to 5 secs in tests

* Fix test client

* Add assertions to test

* Only wait for block number of notifications

* Separate handler fn

* Pin cargo-binstall to 1.6.9 (#915)

Co-authored-by: Jouz0 <[email protected]>

* Add change upgradeability admin test (#913)

* Add change upgradeability admin test

* Call `owner` on ProxyAdmin

* format fix

---------

Co-authored-by: Erce Can Bektüre <[email protected]>
Co-authored-by: Esad Yusuf Atik <[email protected]>
Co-authored-by: Ahmet Yazıcı <[email protected]>
Co-authored-by: jfldde <[email protected]>
Co-authored-by: Jouz0 <[email protected]>
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

Attention: Patch coverage is 75.14124% with 44 lines in your changes missing coverage. Please review.

Project coverage is 79.1%. Comparing base (d54cf83) to head (f61b698).
Report is 6 commits behind head on nightly.

Additional details and impacted files
Files Coverage Δ
crates/evm/src/evm/system_contracts/mod.rs 85.2% <100.0%> (+1.3%) ⬆️
crates/ethereum-rpc/src/lib.rs 81.7% <73.6%> (+1.1%) ⬆️

... and 6 files with indirect coverage changes

@eyusufatik
Copy link
Member

could you please fix this pr so that it does not start from a very old commit on nightly?

makes it hard to review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests for WitnessUtils.lib
3 participants