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
0f8a7e8d
Commit
0f8a7e8d
authored
Apr 10, 2023
by
Ori Pomerantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(specs): Still trying to get my md accepted
parent
d18b3199
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
deposits.md
specs/deposits.md
+4
-4
No files found.
specs/deposits.md
View file @
0f8a7e8d
...
...
@@ -118,9 +118,9 @@ Although we define only one new transaction type, we can distinguish between two
transactions, based on their positioning in the L2 block:
1.
The first transaction MUST be a
[
L1 attributes deposited transaction
][
l1-attr-deposit
]
, followed by
2.
an array of zero-or-more
[
user-deposited transactions
][
user-deposited
]
submitted to the deposit
feed contract on L1 (called
`OptimismPortal`
).
User-deposited transactions are only present in the first block of a L2 epoch.
2.
an array of zero-or-more
[
user-deposited transactions
][
user-deposited
]
submitted to the deposit
feed contract on L1 (called
`OptimismPortal`
).
User-deposited transactions are only present in the first block of a L2 epoch.
We only define a single new transaction type in order to minimize modifications to L1 client
software, and complexity in general.
...
...
@@ -321,7 +321,7 @@ generated by the [L2 Chain Derivation][g-derivation] process. The content of eac
transaction are determined by the corresponding
`TransactionDeposited`
event emitted by the
[
deposit contract
][
deposit-contract
]
on L1.
1.
`from`
is unchanged from the emitted value (though it may
1.
`from`
is unchanged from the emitted value (though it may
have been transformed to an alias in
`OptimismPortal`
, the deposit feed contract).
2.
`to`
is any 20-byte address (including the zero address)
-
In case of a contract creation (cf.
`isCreation`
), this address is set to
`null`
.
...
...
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