Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changesets periods
Co-authored-by: Francisco <[email protected]>
  • Loading branch information
ernestognw and frangio committed Jul 4, 2023
commit 89ba1a44ac0466cb401bbfd987899502eb73adf0
2 changes: 1 addition & 1 deletion .changeset/dry-crews-sell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

`Governor`: Add support for casting votes with ERC-1271 signatures
`Governor`: Add support for casting votes with ERC-1271 signatures.
2 changes: 1 addition & 1 deletion .changeset/popular-deers-raise.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': major
---

`Governor`: Use `bytes memory` signature instead of `r`, `s` and `v` parameters in the `castVoteBySig` and `castVoteWithReasonAndParamsBySig` functions
`Governor`: Use `bytes memory` signature instead of `r`, `s` and `v` parameters in the `castVoteBySig` and `castVoteWithReasonAndParamsBySig` functions.