add filter to improve prover perf
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
--- governance/Governor.sol 2023-03-07 10:48:47.730155491 +0100
|
||||
+++ governance/Governor.sol 2023-03-13 15:30:49.107167674 +0100
|
||||
+++ governance/Governor.sol 2023-03-14 22:09:12.664754077 +0100
|
||||
@@ -216,6 +216,21 @@
|
||||
return _proposals[proposalId].proposer;
|
||||
}
|
||||
@ -15,7 +15,7 @@
|
||||
+ }
|
||||
+
|
||||
+ // FV
|
||||
+ function _governanceCallLength() public view returns (uint256) {
|
||||
+ function _governanceCallLength() internal view returns (uint256) {
|
||||
+ return _governanceCall.length();
|
||||
+ }
|
||||
+
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
--- governance/extensions/GovernorTimelockControl.sol 2023-03-07 10:48:47.733488857 +0100
|
||||
+++ governance/extensions/GovernorTimelockControl.sol 2023-03-13 16:18:10.255122179 +0100
|
||||
--- governance/extensions/GovernorTimelockControl.sol 2023-03-14 15:48:49.307543354 +0100
|
||||
+++ governance/extensions/GovernorTimelockControl.sol 2023-03-14 22:09:12.661420438 +0100
|
||||
@@ -84,6 +84,11 @@
|
||||
return eta == 1 ? 0 : eta; // _DONE_TIMESTAMP (1) should be replaced with a 0 value
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
--- token/ERC721/ERC721.sol 2023-03-07 10:48:47.736822221 +0100
|
||||
+++ token/ERC721/ERC721.sol 2023-03-09 19:50:20.555856358 +0100
|
||||
+++ token/ERC721/ERC721.sol 2023-03-14 22:09:12.654753162 +0100
|
||||
@@ -199,6 +199,11 @@
|
||||
return _owners[tokenId];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user