-
Notifications
You must be signed in to change notification settings - Fork 563
Bump @openzeppelin/contracts from 4.7.1 to 4.7.3 in /packages/cli/examples/truffle #2
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
Merged
jnsdls
merged 1 commit into
main
from
dependabot/npm_and_yarn/packages/cli/examples/truffle/openzeppelin/contracts-4.7.3
Aug 28, 2022
Merged
Bump @openzeppelin/contracts from 4.7.1 to 4.7.3 in /packages/cli/examples/truffle #2
jnsdls
merged 1 commit into
main
from
dependabot/npm_and_yarn/packages/cli/examples/truffle/openzeppelin/contracts-4.7.3
Aug 28, 2022
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
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.7.1 to 4.7.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v4.7.1...v4.7.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
MananTank
added a commit
that referenced
this pull request
Oct 17, 2024
jnsdls
pushed a commit
that referenced
this pull request
Oct 17, 2024
#5073) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR refactors the structure of the dashboard application, changing the import paths for several components and pages to a more localized format. It also moves certain components related to contract management and permissions to new locations. ### Detailed summary - Updated import paths for various pages and components to local paths. - Moved `ContractSplitPage` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/split/ContractSplitPage.tsx`. - Moved `DistributeButton` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/split/components/distribute-button.tsx`. - Moved `ContractProposalsPage` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/proposals/ContractProposalsPage.tsx`. - Moved `ContractEditModulesPage` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/ContractEditModulesPage.tsx`. - Moved `ContractPermissionsPage` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/permissions/ContractPermissionsPage.tsx`. - Moved `ContractExplorerPage` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/explorer/ContractExplorerPage.tsx`. - Moved `ContractSettingsPage` to `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/settings/ContractSettingsPage.tsx`. - Updated import statements in `events-feed.tsx` and `permissions/index.tsx` to reflect new paths. - Adjusted type imports in various components to align with the new structure. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
MananTank
added a commit
that referenced
this pull request
May 30, 2025
graphite-app bot
pushed a commit
that referenced
this pull request
May 30, 2025
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the functionality of various components by integrating a `client` prop of type `ThirdwebClient` into multiple files. This change improves the interaction with the Thirdweb SDK across the application. ### Detailed summary - Added `client` prop to components like `IconUpload`, `SolidityInput`, and `CustomConnectWallet`. - Updated hooks and functions to accept `client` for better SDK integration. - Modified forms to utilize the `client` for storage uploads and contract deployments. - Enhanced `AddChainToWallet` and `EcosystemHeader` to support `client`. - Updated various fieldsets to include `client`, improving data handling and validation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Components and forms now consistently accept and require a `client` prop, providing improved client context across wallet connection, contract deployment, network configuration, and NFT interactions. - **Refactor** - Updated numerous components and hooks to require explicit passing of the `client` instance, replacing previous internal retrieval methods. - Prop types and interfaces were extended to include the new `client` property, ensuring consistent usage throughout the app. - **Bug Fixes** - Addressed missing `client` props in several components to prevent potential issues with client-dependent functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
MananTank
added a commit
that referenced
this pull request
Jun 22, 2025
graphite-app bot
pushed a commit
that referenced
this pull request
Jun 22, 2025
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on the removal of several image files from the project, specifically logos and images used in the dashboard and product pages. ### Detailed summary - Deleted image files from `apps/dashboard/src/components/partners/logos/`: - `aws.png` - `xai.png` - `ztx.png` - `myna.png` - `nyfw.png` - `paima.png` - `layer3.png` - `mirror.png` - `pixels.png` - `torque.png` - `unlock.png` - `animoca.png` - `polygon.png` - `rarible.png` - `shopify.png` - `avacloud.png` - `coinbase.png` - `coolcats.png` - `paradigm.png` - `treasure.png` - `mcfarlane.png` - `aavegotchi.png` - `gala_games.png` - `infinigods.png` - Deleted image files from `apps/dashboard/src/components/product-pages/homepage/multi-chain/`: - `mobile.svg` - `desktop.svg` - `mobile-gray.svg` - `desktop-gray.svg` - Deleted `blur.png` from `apps/dashboard/src/components/product-pages/homepage/` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
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 @openzeppelin/contracts from 4.7.1 to 4.7.3.
Release notes
Sourced from
@openzeppelin/contracts
's releases.Changelog
Sourced from
@openzeppelin/contracts
's changelog.Commits
ecd2ca2
4.7.3e1878ac
Fix ECDSA signature malleability (#3610)64e4820
4.7.2b66fe16
Update changelog8fb5f57
Avoid returnbomb in ERC165Checker (#3587)67b2572
Keep track of historical quorum values (#3561)4337192
Fix arbitrum L1 to L2 crosschain call detection (#3578)41c7b25
Fix error in documentation and typo (#3567)e15862f
Remove test for feature not in 4.7Dependabot 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 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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.