-
Notifications
You must be signed in to change notification settings - Fork 0
dependabot(gomod): bump github.com/ipfs/go-datastore from 0.6.0 to 0.8.2 #31
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
69
commits into
develop
Choose a base branch
from
dependabot/go_modules/github.com/ipfs/go-datastore-0.8.2
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 github.com/ipfs/go-datastore from 0.6.0 to 0.8.2 #31
dependabot
wants to merge
69
commits into
develop
from
dependabot/go_modules/github.com/ipfs/go-datastore-0.8.2
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
Contributor
Author
|
The following labels could not be found: |
89d015a to
ea11298
Compare
…(#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 <yashvardhan@oplabs.co>
* op-chain-ops: rm generic unnecessary type arguments Signed-off-by: jsvisa <delweng@gmail.com> * op-conductor: rm generic unnecessary type arguments Signed-off-by: jsvisa <delweng@gmail.com> * op-service: rm generic unnecessary type arguments Signed-off-by: jsvisa <delweng@gmail.com> * op-chain-ops: rm +1 Signed-off-by: jsvisa <delweng@gmail.com> --------- Signed-off-by: jsvisa <delweng@gmail.com>
* 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 <me@matthewslipper.com>
* 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] <support@github.com> 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
* Fix problem with kurtosis-devnet deploy * Add NAT test for Isthmus withdrawal root header
* Fix problem with kurtosis-devnet deploy * Add devnet-sdk port of op-e2e fees_test.go
* Fix problem with kurtosis-devnet deploy * Port Fjord check scripts op-e2e test to devnet-sdk
* Fix problem with kurtosis-devnet deploy * Add devnet-sdk port of op-e2e erc20_bridge_test.go
This is a temporary measure, until we can integrate a proofs-only fileserver with the op-challenger deployment. But in the meantime, this unblocks a decent amount of idempotent kurtosis deployments, by avoiding kurtosis invalidating the execution cache needlessly.
* feat: interop portal fast follow 1 First set of fast-follow changes to the interop portal. * fix: PR review feedback
* feat: update operator fee contract bytecodes * feat: add Isthmus contracts version check
This change introduces a trampoline package that we can use to pin the (transitive) dependencies of our optimism package.
…(#14796) De-duplicate iteration of each hard fork between Description and LogDescription
* op-deployer: Clarify versioning docs * Apply suggestions from code review --------- Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
* fix(op-deployer): default cache dir * add explanatory fallback log
* feat: interop fixes (#287) * feat: interop fixes * fix: natspec format * chore: add field on struct natspec --------- Co-authored-by: 0xDiscotech <131301107+0xDiscotech@users.noreply.github.com> * fix: campaign fixes (#313) * feat: interop fixes * fix: permit2 not inifinite approval check * chore: enhance superchain erc20 natspec * chore: tests natspec * fix: incorrect merge --------- Co-authored-by: agusduha <agusnduha@gmail.com> * chore: remove interop contracts (#318) * chore: remove unnecessary interop contracts * fix: golang tests * chore: remove system config interop and run pre pr * fix: exlude correct contracts on test to succeed * chore: update initializer array length * fix: semver lock * fix: L2 audit findings (#323) * fix: audit findings * chore: pre-pr * refactor: avoid stack too deep removing params on test (#324) --------- Co-authored-by: AgusDuha <81362284+agusduha@users.noreply.github.com> Co-authored-by: agusduha <agusnduha@gmail.com>
* ctb/validator: Add v3.0.0 validator * use exp import * ci fixes * fix slice sort * add operator fee validation * fix tests
* add twrap in just * rerun ci
…(#14510) Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Yashvardhan Kukreja <yashvardhan@oplabs.co>
* add unichain mainnet * bump superchain registry and refactor parser * json to toml * correct typo * fmt * add permissions * try hardcoded key * escape * test * superchain-ops like fix * select standard validation version * fmt * update version * change test to ink * build base cache * uni, ink base and op * bump superchain registry * bump registry * skip op test on other chains * fmt * skip non-op test for non-op chains * fmt * fix tests of conflicts * remove console import * remove correct import * util function
Previously, any deployment using tagged releases on an official chain like Sepolia would use the predeployed OPCM. The predeployed OPCM would point these chains to the global `SuperchainConfig`, which may not have been the intended behavior. This PR updates the logic in the deployment pipeline to use the global `SuperchainConfig` under the following conditions: 1. The user specifies intent type `standard`. 2. The user specifies intent type `standard-overrides` and does not modify the Superchain roles.
* feat: remove DisputeGameFactory input from SystemConfig Updates the SystemConfig to kill the DisputeGameFactory input. By getting this address from the OptimismPortal we can remove the need for unnecessary inputs that would have to be changed if the DisputeGameFactory changes. * fix: make tests work * fix: remove console log * fix: move address fetch * fix: address pr feedback * fix: missing semicolon * chore: remove DISPUTE_GAME_FACTORY_SLOT * test: fix abi spec --------- Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
Also splits and fixes fee NAT tests.
Bumps [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore) from 0.6.0 to 0.8.2. - [Release notes](https://github.com/ipfs/go-datastore/releases) - [Commits](ipfs/go-datastore@v0.6.0...v0.8.2) --- updated-dependencies: - dependency-name: github.com/ipfs/go-datastore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ea11298 to
d43f47f
Compare
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 github.com/ipfs/go-datastore from 0.6.0 to 0.8.2.
Release notes
Sourced from github.com/ipfs/go-datastore's releases.
... (truncated)
Commits
d16c269bump version (#231)12840feResults.Close should return error (#230)b5f5dc9new version (#229)b417505Update fuzz module dependencies (#228)1a6f598Upgrade to GitHub-native Dependabot (#170)00a4473new version (#225)74f7110No goprocess (#223)924d783Release version 0.7.0 (#213)5d9ef3cRemove obsolete .gx directory (#224)248ae82Update fuzz dependecies (#222)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)