Browse Source

Merge changesets for transparency improvements (#4165)

Francisco 2 năm trước cách đây
mục cha
commit
cf86fd9962
2 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 0 5
      .changeset/many-panthers-hide.md
  2. 1 1
      .changeset/thirty-shrimps-mix.md

+ 0 - 5
.changeset/many-panthers-hide.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': minor
----
-
-`TransparentUpgradeableProxy`: support value passthrough for all ifAdmin function.

+ 1 - 1
.changeset/thirty-shrimps-mix.md

@@ -2,4 +2,4 @@
 'openzeppelin-solidity': patch
 ---
 
-`TransparentUpgradeableProxy`: Fix transparency in case of selector clash with non-decodable calldata.
+`TransparentUpgradeableProxy`: Fix transparency in case of selector clash with non-decodable calldata or payable mutability.