forked from lidofinance/csm-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork sync #36
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
mateumiralles
wants to merge
576
commits into
dappnode:develop
Choose a base branch
from
lidofinance:develop
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
Fork sync #36
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
fix: storage hooks
chore: claim eth - link to stake widget
fix: invites
chore: add links, update texts
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) --- updated-dependencies: - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Fix: keys remove, eject
Fix/ics multisig
…js-2.4.12 chore(deps): bump sha.js from 2.4.11 to 2.4.12
Feature: ICS on main
* fix: add GitHub Actions workflow for testing CSM-widget with Fork * fix: update GitHub Actions workflow to checkout community-staking-module * fix: update workflow to install dependencies and build community-staking-module * fix: add bootstrap job to cache and install dependencies in tests workflow * fix: add caching for community-staking-module dependencies in tests workflow * fix: add step to install Foundry in tests workflow * fix: correct command for building dependencies and ensure proper installation of Playwright browsers * fix: renamd ust * feat: update dependencies, improve timeout settings, and add fork support in tests * feat: add test execution logging and cache management in workflow * feat: enable setup of preview-stand credentials in workflow * feat: enable use of fork in test environment configuration * feat: enable use of fork in test environment configuration * feat: enable artifact upload for playwright reports in test workflow * feat: refactor test fixture to streamline warmUpForkedNode usage and enhance fork handling * feat: update test fixture to log and store fork block number, adjust test descriptions for clarity * feat: update @lidofinance/browser-service to version 1.6.2 and adjust related dependencies * feat: enhance test workflow with yarn cache restoration and update dependencies to latest versions * feat: update test workflow to specify CSM Contracts dependencies * feat: implement warmUpForkedNode helper and update test fixture to utilize it; clean up .gitignore * feat: add ForkActionsService and related tests; enhance roles and inbox request handling * feat: add fork environment variables for deployment configuration * feat: update @lidofinance/browser-service and @lidofinance/wallets-testing-nodes * feat: refactor fork testing setup; remove unused files and update workflows * feat: update pull request triggers in tests-fork workflow * feat: update tests-fork workflow by removing pull request triggers and setting QASE_PLAN_ID * feat: update test configuration to remove default TEST_TAGS value * feat: enable 'forbidOnly' option in Playwright config * feat: update @lidofinance/browser-service and @lidofinance/wallets-testing-nodes to alpha-warmup.4 * feat: update libs; fix getNodeOperatorsByAddress call * feat: update libs * feat: add USE_FORK environment variable and custom title to report config * feat: update dependencies and add global teardown for node management * feat: enhance configuration to support dynamic host and port for node services * feat: add step to download keys generator binary in test workflow * feat: update browser-service and wallets-testing-nodes * fix: fixed pr comments * feat: update test scripts to use end-to-end testing and add Foundry installation script * feat: added envs for example * fix: simplify STAND_TYPE and preview stand URL handling in workflow * fix: correct input variable references for STAND_TYPE and preview stand credentials * revert: correct input variable references for STAND_TYPE and preview stand credentials * feat: update pull request trigger settings in tests-fork workflow * feat: update pull request trigger settings in tests-fork workflow * feat: update wallet connection URL with survey and RPC parameters
* fix: wording fix * fix: select rewards source by default * fix: claim bond note text * fix: update sdk fix: sdk * fix: actual error message * chore: pass key-api-url from env to sdk * chore: update test data * fix: show beaconchain link for keys in pending-activation * fix: don not show beaconchain links for non-deposited keys * fix: tooltip for owner chip
Feature/merry christmas
* fix: update Foundry version to nightly in tests-fork workflow * fix: update Foundry version to v1.2.3 and specify ref in tests-fork workflow
fix: santa pointer events
* test: add validation tests for keys input and error handling * test: add validation for disabled controls on empty keys json * feat: add few tests for parsed tab * feat: update DepositKey type * refactor: clean up validation tests by removing optional fields * feat: add Tags import and update prepareGrep to exclude forked tags * feat: enhance validation tests with Qase integration for error tracking * feat: update prepareGrep to set default testTag and simplify tag exclusion logic * feat: update prepareGrep function signature and enhance test suite with conditional skipping * fix: correct URL parameter in connectWallet method
* feat: survey - manage delegate address * fix: survey error messages & time from updated setup * feat: survey gelegator can manage setups
* feat: banner "review your setups" * fix: update banner texts
Feature: more matomo metrics
feat: validation v2 for mainnet
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.
Fork sync