Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
ae158218
Unverified
Commit
ae158218
authored
Dec 07, 2023
by
Joshua Gutow
Committed by
GitHub
Dec 07, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8481 from sukey2008/develop
Fix several minor typos
parents
2a7694b7
47d9c8d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
safe-liveness-checking.md
specs/safe-liveness-checking.md
+2
-2
withdrawals.md
specs/withdrawals.md
+2
-2
No files found.
specs/safe-liveness-checking.md
View file @
ae158218
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
## Liveness checking Mechanism
## Liveness checking Mechanism
The Security
Security
Council uses a specially extended Safe multisig contract to ensure that
The Security Council uses a specially extended Safe multisig contract to ensure that
any loss of access to a signer's keys is identified and addressed within a predictable period of
any loss of access to a signer's keys is identified and addressed within a predictable period of
time.
time.
...
@@ -52,7 +52,7 @@ signer. This time is made publicly available by calling a `lastLive(address)(Tim
...
@@ -52,7 +52,7 @@ signer. This time is made publicly available by calling a `lastLive(address)(Tim
Owners are recorded in this mapping in one of 4 ways:
Owners are recorded in this mapping in one of 4 ways:
1.
Upon deployment, the guard reads the current set of owners from the Safe contract.
1.
Upon deployment, the guard reads the current set of owners from the Safe contract.
1.
When a new owner is added to the safe. Similarly, when an owner is removed from the Safe, it
'
s
1.
When a new owner is added to the safe. Similarly, when an owner is removed from the Safe, its
entry is deleted from the mapping.
entry is deleted from the mapping.
1.
When a transaction is executed, the signatures on that transaction are passed to the guard and
1.
When a transaction is executed, the signatures on that transaction are passed to the guard and
used to identify the signers. If more than the required number of signatures is provided, they
used to identify the signers. If more than the required number of signatures is provided, they
...
...
specs/withdrawals.md
View file @
ae158218
...
@@ -48,7 +48,7 @@ finalization.
...
@@ -48,7 +48,7 @@ finalization.
-
[
Security Considerations
](
#security-considerations
)
-
[
Security Considerations
](
#security-considerations
)
-
[
Key Properties of Withdrawal Verification
](
#key-properties-of-withdrawal-verification
)
-
[
Key Properties of Withdrawal Verification
](
#key-properties-of-withdrawal-verification
)
-
[
Handling Successfully Verified Messages That Fail When Relayed
](
#handling-successfully-verified-messages-that-fail-when-relayed
)
-
[
Handling Successfully Verified Messages That Fail When Relayed
](
#handling-successfully-verified-messages-that-fail-when-relayed
)
-
[
OptimismPortal can send a
bitrary messages on L1
](
#optimismportal-can-send-a
bitrary-messages-on-l1
)
-
[
OptimismPortal can send a
rbitrary messages on L1
](
#optimismportal-can-send-ar
bitrary-messages-on-l1
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
...
@@ -218,7 +218,7 @@ contracts if desired.
...
@@ -218,7 +218,7 @@ contracts if desired.
[
`WithdrawalTransaction` type
]:
https://github.com/ethereum-optimism/optimism/blob/08daf8dbd38c9ffdbd18fc9a211c227606cdb0ad/packages/contracts-bedrock/src/libraries/Types.sol#L62-L69
[
`WithdrawalTransaction` type
]:
https://github.com/ethereum-optimism/optimism/blob/08daf8dbd38c9ffdbd18fc9a211c227606cdb0ad/packages/contracts-bedrock/src/libraries/Types.sol#L62-L69
[
`OutputRootProof` type
]:
https://github.com/ethereum-optimism/optimism/blob/08daf8dbd38c9ffdbd18fc9a211c227606cdb0ad/packages/contracts-bedrock/src/libraries/Types.sol#L25-L30
[
`OutputRootProof` type
]:
https://github.com/ethereum-optimism/optimism/blob/08daf8dbd38c9ffdbd18fc9a211c227606cdb0ad/packages/contracts-bedrock/src/libraries/Types.sol#L25-L30
### OptimismPortal can send abitrary messages on L1
### OptimismPortal can send a
r
bitrary messages on L1
The
`L2ToL1MessagePasser`
contract's
`initiateWithdrawal`
function accepts a
`_target`
address and
`_data`
bytes,
The
`L2ToL1MessagePasser`
contract's
`initiateWithdrawal`
function accepts a
`_target`
address and
`_data`
bytes,
which is passed to a
`CALL`
opcode on L1 when
`finalizeWithdrawalTransaction`
is called after the challenge
which is passed to a
`CALL`
opcode on L1 when
`finalizeWithdrawalTransaction`
is called after the challenge
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment