Skip to content

Commit 805f726

Browse files
committed
feat: New transaction manager and consensus manager.
1 parent 9f67942 commit 805f726

File tree

7 files changed

+1058
-2111
lines changed

7 files changed

+1058
-2111
lines changed

src/ConsensusManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ contract ConsensusManager is IConsensusProvider, ReentrancyGuard {
286286
v += 27;
287287
}
288288

289-
if (v != 27 && v != 28) revert InvalidSignatureV();
289+
if (v != 27 && v != 28) revert InvalidSignature();
290290

291291
return ecrecover(messageHash, v, r, s);
292292
}
File renamed without changes.

src/TransactionManager.sol

Lines changed: 149 additions & 413 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)