Skip to content

Commit c405a44

Browse files
authored
Merge branch 'master' into add_getRoleMembers_method
2 parents 1aaaa24 + b4ceb05 commit c405a44

File tree

121 files changed

+7876
-13659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+7876
-13659
lines changed

.changeset/dull-ghosts-sip.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/grumpy-poets-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-squids-attend.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/rude-weeks-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-points-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-drinks-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ about: Report a bug in OpenZeppelin Contracts
1010

1111
**💻 Environment**
1212

13-
<!-- Tell us what version of OpenZeppelin Contracts you're using, and how you're using it: Truffle, Remix, etc. -->
13+
<!-- Tell us what version of OpenZeppelin Contracts you're using, and how you're using it: Hardhat, Remix, etc. -->
1414

1515
**📝 Details**
1616

.github/workflows/checks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- name: Set up environment
3636
uses: ./.github/actions/setup
37-
- name: Compile contracts # TODO: Remove after migrating tests to ethers
38-
run: npm run compile
3937
- name: Run tests and generate gas report
4038
run: npm run test
4139
- name: Check linearisation of the inheritance graph
@@ -64,8 +62,6 @@ jobs:
6462
cp -rnT contracts lib/openzeppelin-contracts/contracts
6563
- name: Transpile to upgradeable
6664
run: bash scripts/upgradeable/transpile.sh
67-
- name: Compile contracts # TODO: Remove after migrating tests to ethers
68-
run: npm run compile
6965
- name: Run tests
7066
run: npm run test
7167
- name: Check linearisation of the inheritance graph
@@ -94,8 +90,6 @@ jobs:
9490
- uses: actions/checkout@v4
9591
- name: Set up environment
9692
uses: ./.github/actions/setup
97-
- name: Compile contracts # TODO: Remove after migrating tests to ethers
98-
run: npm run compile
9993
- name: Run coverage
10094
run: npm run coverage
10195
- uses: codecov/codecov-action@v3

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,9 @@ npm-debug.log
2929
# local env variables
3030
.env
3131

32-
# truffle build directory
33-
build/
34-
3532
# macOS
3633
.DS_Store
3734

38-
# truffle
39-
.node-xmlhttprequest-*
40-
4135
# IntelliJ IDE
4236
.idea
4337

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
:mage: **Not sure how to get started?** Check out [Contracts Wizard](https://wizard.openzeppelin.com/) — an interactive smart contract generator.
1616

17-
:building_construction: **Want to scale your decentralized application?** Check out [OpenZeppelin Defender](https://openzeppelin.com/defender) — a secure platform for automating and monitoring your operations.
17+
:building_construction: **Want to scale your decentralized application?** Check out [OpenZeppelin Defender](https://openzeppelin.com/defender) — a mission-critical developer security platform to code, audit, deploy, monitor, and operate with confidence.
1818

1919
> [!IMPORTANT]
2020
> OpenZeppelin Contracts uses semantic versioning to communicate backwards compatibility of its API and storage layout. For upgradeable contracts, the storage layout of different major versions should be assumed incompatible, for example, it is unsafe to upgrade from 4.9.3 to 5.0.0. Learn more at [Backwards Compatibility](https://docs.openzeppelin.com/contracts/backwards-compatibility).
@@ -23,7 +23,7 @@
2323

2424
### Installation
2525

26-
#### Hardhat, Truffle (npm)
26+
#### Hardhat (npm)
2727

2828
```
2929
$ npm install @openzeppelin/contracts

0 commit comments

Comments
 (0)