-
Notifications
You must be signed in to change notification settings - Fork 8
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
Merge upstream 20230828 #32
Conversation
…gurable_polling Configurable Polling Variables for Indexer
Add note about arbitrary message sending from OptimismPortal
…arallel-cli op-challenger: Add CLI option for max concurrency
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## boba-develop #32 +/- ##
=============================================
Coverage 45.73% 45.74%
=============================================
Files 388 388
Lines 30462 30474 +12
Branches 1692 1692
=============================================
+ Hits 13933 13941 +8
- Misses 15040 15041 +1
- Partials 1489 1492 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I did a clean checkout from github. "make" was successful. "make devnet-up" first failed because my system's Python version happens to be 3.8 but there is an undeclared dependency on python 3.9. I made that change in my local copy of the Makefile. Next failure: "failed to write to "/home/enya/v3-anchorage/packages/contracts-bedrock/deployments/devnetL1/.chainId": No such file or directory (os error 2)". Previously reported, fixed by "mkdir -p /home/enya/v3-anchorage/packages/contracts-bedrock/deployments/devnetL1" and then re-running the command. Next failure: Next failure after running the requested command + another "make devnet-up": One of the previous failures left a 'geth' process running in the background, occupying TCP port 8545. This one can probably be ignored as it won't happen after the previous problems are fixed. After manually killing the stray 'geth' process, "make devnet-up" is now able to bring up a local stack. "git status" now shows modifications to packages/contracts-bedrock/deploy-config/devnetL1.json:
|
Simple upstream merge, on time finally!