Skip to content

Commit

Permalink
Revert lib changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jan 8, 2025
1 parent 3e8620d commit c7b4205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/@openzeppelin-contracts-upgradeable
Submodule @openzeppelin-contracts-upgradeable updated 67 files
+0 −5 .changeset/brave-islands-sparkle.md
+0 −5 .changeset/cyan-taxis-travel.md
+0 −5 .changeset/long-walls-draw.md
+0 −5 .changeset/seven-insects-taste.md
+0 −5 .changeset/ten-fishes-fold.md
+0 −5 .changeset/thin-eels-cross.md
+8 −0 .githooks/pre-push
+5 −1 .github/workflows/checks.yml
+1 −1 .github/workflows/formal-verification.yml
+0 −2 .husky/pre-commit
+ audits/2024-12-v5.2.pdf
+8 −9 audits/README.md
+1 −1 contracts/access/AccessControlUpgradeable.sol
+6 −19 contracts/governance/GovernorUpgradeable.sol
+4 −4 contracts/governance/extensions/GovernorCountingOverridableUpgradeable.sol
+0 −98 contracts/governance/extensions/GovernorSequentialProposalIdUpgradeable.sol
+1 −1 contracts/governance/extensions/GovernorTimelockCompoundUpgradeable.sol
+0 −7 contracts/mocks/WithInit.sol
+0 −45 contracts/mocks/governance/GovernorSequentialProposalIdMockUpgradeable.sol
+2 −5 contracts/token/ERC20/extensions/ERC1363Upgradeable.sol
+8 −5 contracts/token/ERC20/extensions/ERC4626Upgradeable.sol
+1 −1 contracts/token/ERC721/README.adoc
+1 −1 contracts/utils/README.adoc
+1 −1 contracts/utils/ReentrancyGuardTransientUpgradeable.sol
+1 −1 docs/modules/ROOT/pages/access-control.adoc
+1 −1 docs/modules/ROOT/pages/erc1155.adoc
+1 −1 docs/modules/ROOT/pages/index.adoc
+0 −1 foundry.toml
+1 −1 fv-requirements.txt
+0 −31 hardhat/common-contracts.js
+1 −1 lib/openzeppelin-contracts
+114 −819 package-lock.json
+6 −18 package.json
+0 −2 scripts/checks/coverage.sh
+1 −1 scripts/checks/inheritance-ordering.js
+1 −1 scripts/checks/pragma-consistency.js
+1 −1 scripts/prepare-docs.sh
+5 −0 scripts/prepare.sh
+0 −10 scripts/set-max-old-space-size.sh
+1 −4 scripts/solhint-custom/package.json
+2 −1 slither.config.json
+1 −1 solhint.config.js
+1 −1 test/TESTING.md
+37 −78 test/account/utils/draft-ERC4337Utils.test.js
+0 −421 test/account/utils/draft-ERC7579Utils.t.sol
+42 −45 test/account/utils/draft-ERC7579Utils.test.js
+0 −1 test/bin/EntryPoint070.abi
+ test/bin/EntryPoint070.bytecode
+0 −1 test/bin/SenderCreator070.abi
+ test/bin/SenderCreator070.bytecode
+1 −1 test/governance/Governor.test.js
+1 −1 test/governance/extensions/GovernorCountingFractional.test.js
+1 −3 test/governance/extensions/GovernorCountingOverridable.test.js
+1 −1 test/governance/extensions/GovernorERC721.test.js
+1 −1 test/governance/extensions/GovernorPreventLateQuorum.test.js
+0 −202 test/governance/extensions/GovernorSequentialProposalId.test.js
+1 −1 test/governance/extensions/GovernorStorage.test.js
+1 −1 test/governance/extensions/GovernorTimelockAccess.test.js
+1 −1 test/governance/extensions/GovernorTimelockCompound.test.js
+1 −1 test/governance/extensions/GovernorTimelockControl.test.js
+1 −1 test/governance/extensions/GovernorVotesQuorumFraction.test.js
+1 −1 test/governance/extensions/GovernorWithParams.test.js
+12 −14 test/helpers/governance.js
+2 −7 test/helpers/iterate.js
+1 −1 test/metatx/ERC2771Context.test.js
+25 −25 test/utils/Nonces.behavior.js
+33 −45 test/utils/introspection/SupportsInterface.behavior.js
2 changes: 1 addition & 1 deletion lib/forge-std

0 comments on commit c7b4205

Please sign in to comment.