Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps golang.org/x/term from 0.28.0 to 0.31.0.

Commits
  • 5d2308b go.mod: update golang.org/x dependencies
  • e770ddd x/term: disabling auto-completion around GetPassword()
  • 04218fd go.mod: update golang.org/x dependencies
  • 208db03 all: upgrade go directive to at least 1.23.0 [generated]
  • 743b270 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

zhiqiangxu and others added 30 commits March 7, 2025 16:30
…(#14705)

* Improve address management in kurtosis-devnet and devnet-sdk

* Perform various renames for clarity in kurtosis-devnet and devnet-sdk
* op-chain-ops: rm generic unnecessary type arguments

Signed-off-by: jsvisa <[email protected]>

* op-conductor: rm generic unnecessary type arguments

Signed-off-by: jsvisa <[email protected]>

* op-service: rm generic unnecessary type arguments

Signed-off-by: jsvisa <[email protected]>

* op-chain-ops: rm +1

Signed-off-by: jsvisa <[email protected]>

---------

Signed-off-by: jsvisa <[email protected]>
* Improve address management in kurtosis-devnet and devnet-sdk

* Import L1 chain ID into devnet-sdk context
* Consolidate state version logic, add helpers to simplify updates

* Move version-related tests

* Use consistent casing
* contracts: use full compiler target for semver key

* foundry: use_literal_content = true

* update check-semver-diff.sh filename parsing

* update semver-lock.json

* update check-frozen-files allow list to match compiler target names

* skip run-contracts-check ci job

* use negation to avoid deep nesting
* Add a few more beq, bne test cases

* Tweak shift operation tests

* Add delay slot tests for jr/jalr

* Rework mov tests, add some test cases

* Add more slt(u) test cases

* Add slti tests

* Add sltiu tests

* Add test for sync instruction

* Rework binary operation tests

* Migrate nor test to use binary

* Fix comments
* op-deployer: add 'verify' contracts command

* fix rate limiter values

* verified SuperchainConfigImplAddress

* verified superchain bundle (including constructor support)

* cleanup logs and flags

* cleanup: remove unused code

* verified implementations bundle

* verified opchain bundle

* update searchRemappings comment

* use more type-safe structs

* use l2-chain-id flag instead of l2-chain-index

* update to use new artifacts.Download function definition

* read constructor args from deployment tx initcode

* return error if contract creation query fails

* use more informative contract-name flag description

* calc num constructorArgSlots by parsing abi

* add json tags (matching contract bundle) to deploy script outputs

* bootstrap default to writing to bootstrap_<command>.json file

* pass contracts-locator flag to verify command

* minimize flags required for bootstrap, verify

* fix TestArtifactJSON

* add etherscan unit tests

* fix go lint errors

* make artifact lookup compatible with fragmented opcm

* fix go lint errors

* use require instead of assert in tests
* op-node/rollup: Implement optional L1 Pectra fix

* make simple test fail with excess blob gas

* improve test, fix L1 miner

* fix L1 miner again

* geoknee feedback

* update op-geth dependency to v1.101503.0-rc.2

* address proto's feedback, add test case

* fix static chain cfg tests
Splitting the message makes it hard to grep to find the source of the error.
* op-challenger: Add config option to set dependency set config

* Fix expected error message

* op-challenger: Update op-program executor to handle interop inputs.

* op-challenger: Support super-cannon in run trace.

* Fixes.

* Remove refactoring to introduce ToSuper()
* op-deployer: add documentation for verify command

* Update op-deployer/book/src/user-guide/verify.md

* Update verify.md

---------

Co-authored-by: Matthew Slipper <[email protected]>
* ci: Capture reproducibility build logs as artifacts

* Install dependencies when mise.toml is present.
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.5 to 1.21.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.5...v1.21.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* op-supervisor,op-service: fix server-client API consistency

* op-e2e: fix finality test, finalized-L1 getter now errors when not initialized
…list of prestates from superchain-registry (#14744)

* op-program: Switch prestate verification to use the superchain-registry as source of truth

* op-program: Update prestate reproducibility check to reference the same list superchain-registry now uses

* Fix script

* ci: Reduce timeout for prestate builds again.

* Clarify cannon 32 was built.

* Remove TODO
…14699)

* op-program: Add a host subcommand to list available chain configs.

* op-program: Also list custom chain configs
… (#14755)

* go: update SR to cb1b645b35813b8dd3a900b9f99c46614e466a2c via op-geth

to pull in updated sepolia-dev-0 sepolia blob schedule fix times

* fix chain config test
…g (#14687)

Depending on the logger, it may not call this automatically
smartcontracts and others added 27 commits March 14, 2025 14:17
This reverts commit c5f8808.

The issue was that the other L2s' services were mistakenly taken as common services.
In particular, that led to override of el/cl nodes, in addition to
spurious entries in the services map.
* devnet-sdk: Plugin op-service ethclient

* Add low level client access

* Use e2e wait util

* execute message

* typo

* newline

* use sha256 precompile

* comments

* Polish

* comment

* Log block time

* Reduce logs

* fix block number
* op-deployer: Complete backport of v3.0.0-rc.2

* Update SR version
* op-deployer: De-schedule Isthmus from v3.0.0

* activate by default in dev
also ensure we have an info.json file that presents the various
prestates available.
…s than expected. (#14758)

* interop,tweak: Treat 'future' logs for complete blocks as conflicts.

* refactor: Move log-index out-of-range check to findLogInfo.
* feat: access list (#326)

* feat: access list poc

* chore: remove is deposit tests

* fix: natspec and enhance comments

* chore: remove l1 block interop on solidity files

* fix: pr fixes

* chore: remove go logic over l1 block interop

* chore: remove some l1 block interop stuff on solidity side

* chore: remove from frozen files

* chore: remove missing l1 block interop stuff on go tests

* refactor: improve natspec and comments

* feat: add is warm tests

* feat: wip trying to integrate with common test

* fix: integrate with common test reading artifact json

* fix: pre-pr and tests

* fix: tests

* fix: tests

Co-authored-by: 0xng <[email protected]>
Co-authored-by: skeletor-spaceman <[email protected]>

* fix: pr review comments

* fix: op e2e inbox interface

---------

Co-authored-by: agusduha <[email protected]>
Co-authored-by: 0xng <[email protected]>
Co-authored-by: skeletor-spaceman <[email protected]>

* fix: undo identifier struct type changes (#328)

* op-e2e: skip interop tests for now until Go access-list changes land

* op-e2e: few more test-skips needed until access-list changes land

* op-e2e: missed one test-skip for access-list change

---------

Co-authored-by: Disco <[email protected]>
Co-authored-by: 0xng <[email protected]>
Co-authored-by: skeletor-spaceman <[email protected]>
Co-authored-by: protolambda <[email protected]>
* op-supervisor: access-list support, checksum handling

* op-supervisor: access-list update work

* op-supervisor: access-list types unit-tests

* op-supervisor: fix nit, update todo comments

* op-supervisor: fix tests, skip TestInteropBlockBuilding for now

* op-supervisor: ExecutingDescriptor with 0 instead of null timeout default
* op-node/rollup/derive: Drop SetCodeTxs in pre-Isthmus batches

Co-authored-by: Julian Meyer <[email protected]>

* rename tests with prefix Test_ProgramAction

* fix tests, use random txs depending on signer type

---------

Co-authored-by: Julian Meyer <[email protected]>
* op-e2e: fix interop tests with access-lists, and rm test end-deposit-ctx assumptions

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

* go.mod: update op-geth to v1.101503.2-rc.1 with interop access-list handling

---------

Co-authored-by: protolambda <[email protected]>
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.28.0 to 0.31.0.
- [Commits](golang/term@v0.28.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Labels

The following labels could not be found: M-dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.