-
Notifications
You must be signed in to change notification settings - Fork 0
dependabot(gomod): bump golang.org/x/sync from 0.10.0 to 0.13.0 #42
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
Open
dependabot
wants to merge
118
commits into
develop
Choose a base branch
from
dependabot/go_modules/golang.org/x/sync-0.13.0
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
dependabot(gomod): bump golang.org/x/sync from 0.10.0 to 0.13.0 #42
dependabot
wants to merge
118
commits into
develop
from
dependabot/go_modules/golang.org/x/sync-0.13.0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…(#14705) * Improve address management in kurtosis-devnet and devnet-sdk * Perform various renames for clarity in kurtosis-devnet and devnet-sdk
Signed-off-by: Yashvardhan Kukreja <[email protected]>
* 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
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/sync](https://github.com/golang/sync) from 0.10.0 to 0.13.0. - [Commits](golang/sync@v0.10.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/sync from 0.10.0 to 0.13.0.
Commits
396f3a0
errgroup: document calling Go before Waitb637f27
errgroup: drop support for Go versions before 1.20960bf1f
all: upgrade go directive to at least 1.23.0 [generated]fe3591b
sync/errgroup: improve documentation for semaphore limit behaviorDependabot 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)