You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
### Breaking Changes
4
+
5
+
- Replace `GovernorCountingOverridable.VoteReceipt` struct parameter member names `hasOverriden` and `overridenWeight` for `hasOverridden` and `overriddenWeight` respectively.
6
+
7
+
#### Custom error changes
8
+
9
+
- Replace `GovernorAlreadyOverridenVote` with `GovernorAlreadyOverriddenVote`.
Copy file name to clipboardExpand all lines: contracts/governance/README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ NOTE: Functions of the `Governor` contract do not include access control. If you
68
68
69
69
{{GovernorCountingFractional}}
70
70
71
-
{{GovernorCountingOverride}}
71
+
{{GovernorCountingOverridable}}
72
72
73
73
{{GovernorVotes}}
74
74
@@ -103,7 +103,7 @@ In a governance system, the {TimelockController} contract is in charge of introd
103
103
[[timelock-terminology]]
104
104
==== Terminology
105
105
106
-
* *Operation:* A transaction (or a set of transactions) that is the subject of the timelock. It has to be scheduled by a proposer and executed by an executor. The timelock enforces a minimum delay between the proposition and the execution (see xref:access-control.adoc#operation_lifecycle[operation lifecycle]). If the operation contains multiple transactions (batch mode), they are executed atomically. Operations are identified by the hash of their content.
106
+
* *Operation:* A transaction (or a set of transactions) that is the subject of the timelock. It has to be scheduled by a proposer and executed by an executor. The timelock enforces a minimum delay between the proposition and the execution. If the operation contains multiple transactions (batch mode), they are executed atomically. Operations are identified by the hash of their content.
107
107
* *Operation status:*
108
108
** *Unset:* An operation that is not part of the timelock mechanism.
109
109
** *Waiting:* An operation that has been scheduled, before the timer expires.
0 commit comments