Ver Fonte

Update docs

github-actions há 2 anos atrás
pai
commit
a1e52cb36e
2 ficheiros alterados com 4 adições e 0 exclusões
  1. 2 0
      .changeset/unlucky-beans-obey.md
  2. 2 0
      .changeset/warm-guests-rule.md

+ 2 - 0
.changeset/unlucky-beans-obey.md

@@ -3,3 +3,5 @@
 ---
 
 `ERC2771Context`: Return the forwarder address whenever the `msg.data` of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes), as specified by ERC-2771.
+
+pr: #4481

+ 2 - 0
.changeset/warm-guests-rule.md

@@ -3,3 +3,5 @@
 ---
 
 `ERC2771Context`: Prevent revert in `_msgData()` when a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes). Return the full calldata in that case.
+
+pr: #4484