-
Notifications
You must be signed in to change notification settings - Fork 192
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
chore: Sync SR1.5 branch with the latest develop #858
Draft
tamtamchik
wants to merge
663
commits into
feat/sr-1.5
Choose a base branch
from
feat/sr-1.5-develop-sync
base: feat/sr-1.5
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.
Conversation
This file contains 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
Repovation weekly merge
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
backport: changes from master to develop
# Conflicts: # .github/workflows/analyse.yml # .github/workflows/assert-bytecode.yml # .github/workflows/fix-abi-pr.yml # .github/workflows/linters.yml # .github/workflows/release-abis.yml # .github/workflows/storage-layout-check.yml # .github/workflows/storage-layout-update.yml # .gitignore # README.md # accounts.sample.json # apps/lido/scripts/buidler-hooks.js # apps/lidooracle/scripts/buidler-hooks.js # apps/node-operators-registry/scripts/buidler-hooks.js # contracts/common/test_helpers/SignatureUtilsConsumer_0_4_24.sol # contracts/common/test_helpers/SignatureUtilsConsumer_0_8_9.sol # deployed-goerli.json # deployed-mainnet.json # deployed-sepolia.json # docs/scratch-deploy.md # gasprofile/gasprofile.js # hardhat.config.js # package.json # poetry.lock # pyproject.toml # scripts/constants.js # scripts/extract-artifacts.js # scripts/hardhat-tasks.js # scripts/helpers/assert.js # scripts/helpers/deploy.js # scripts/helpers/persisted-network-state.js # scripts/helpers/run-or-wrap-script.js # scripts/scratch/01-deploy-deposit-contract.js # scripts/scratch/05-obtain-deployed-instances.js # scripts/scratch/06-register-ens-domain.js # scripts/scratch/07-deploy-apm.js # scripts/scratch/08-obtain-deployed-apm.js # scripts/scratch/10-deploy-dao.js # scripts/scratch/12-issue-tokens.js # scripts/scratch/13-deploy-non-aragon-contracts.js # scripts/scratch/15-finalize-dao.js # scripts/scratch/16-initialize-non-aragon-contracts.js # scripts/scratch/20-check-dao.js # scripts/scratch/checks/apps.js # scripts/staking-router.js # scripts/upgrade/deploy-new-app-instance.js # scripts/upgrade/obtain-deployed-new-app-instance.js # scripts/upgrade/upgrade-app.js # scripts/upgrade/vote-new-oracle-impl.js # scripts/utils/verify-vote-tx.js # test/0.8.9/withdrawal-queue-share-rate-changes.test.js # test/common/math-256.test.sol # test/common/signature-utils.test.sol # test/helpers/config.js # test/helpers/factories.js # test/helpers/oracle.js # test/helpers/protocol.js # test/helpers/utils.js # test/scenario/lido-wq-acct-oracle-integration-gas.test.js # yarn.lock
# Conflicts: # contracts/COMPILERS.md
# Conflicts: # README.md # deployed-mainnet.json # lib/deploy.ts # package.json # test/0.8.9/contracts/AccountingOracle__MockForSanityChecker.sol
sync: develop from core repo
tamtamchik
changed the title
chore: update SR1.5 dev branch with latest changes from develop branch
chore: Sync SR1.5 branch with the latest develop
Oct 11, 2024
…ao into feat/second-opinion-test
test: Second opinion oracle test
# Conflicts: # scripts/scratch/steps/0130-grant-roles.ts # scripts/scratch/steps/0140-plug-staking-modules.ts
Hardhat Unit Tests Coverage Summary
Diff against master
Results for commit: 2518c9f Minimum allowed coverage is ♻️ This comment has been updated with latest results |
…velop-sync # Conflicts: # deployed-holesky.json # deployed-mainnet.json # test/0.8.9/oracle/hashConsensus.setQuorum.test.ts
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.
Trying to make the update as smooth as possible 🫡
Restored CI actions, unit tests, and scratch deployment.
TODO:
/contracts/*/test_helpers/
to/test
Port of #216