Pārlūkot izejas kodu

Remove duplicated changesets (#5673)

Ernesto García 5 mēneši atpakaļ
vecāks
revīzija
e34251682b

+ 0 - 5
.changeset/blue-nails-give.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`Math`: Add `add512`, `mul512` and `mulShr`.

+ 0 - 5
.changeset/fair-pumpkins-compete.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`Math`: Add saturating arithmetic operations `saturatingAdd`, `saturatingSub` and `saturatingMul`.

+ 0 - 5
.changeset/fast-coats-try.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`Initializable`: Add `_initializableStorageSlot` function that returns a pointer to the storage struct. The function allows customizing with a custom storage slot with an `override`.

+ 0 - 5
.changeset/fuzzy-crews-poke.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`GovernorSuperQuorum`: Add a governance extension to support a super quorum. Proposals that meet the super quorum (and have a majority of for votes) advance to the `Succeeded` state before the proposal deadline.

+ 0 - 5
.changeset/good-zebras-ring.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`MerkleTree`: Add an update function that replaces a previously inserted leaf with a new value, updating the tree root along the way.

+ 0 - 5
.changeset/gorgeous-apes-jam.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`TimelockController`: Receive function is now virtual.

+ 0 - 5
.changeset/mighty-melons-cheer.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': patch
----
-
-`P256`: Adjust precompile detection in `verifyNative` to consider empty `returndata` on invalid verification. Previously, invalid signatures would've reverted with a `MissingPrecompile` error in chains with RIP-7212 support.

+ 0 - 5
.changeset/nice-cherries-reply.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`Strings`: Add `espaceJSON` that escapes special characters in JSON strings.

+ 0 - 5
.changeset/ninety-rings-suffer.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`GovernorVotesSuperQuorumFraction`: Add a variant of the `GovernorSuperQuorum` extensions where the super quorum is expressed as a fraction of the total supply.

+ 0 - 5
.changeset/quiet-shrimps-kiss.md

@@ -1,5 +0,0 @@
----
-"openzeppelin-solidity": patch
----
-
-`MessageHashUtils`: Add `toDataWithIntendedValidatorHash(address, bytes32)`.