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
6e272fc3
Commit
6e272fc3
authored
Aug 01, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specs: update to include `WithdrwalInitiatedExtension1`
parent
391c1628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
withdrawals.md
specs/withdrawals.md
+10
-0
No files found.
specs/withdrawals.md
View file @
6e272fc3
...
...
@@ -87,6 +87,8 @@ interface L2ToL1MessagePasser {
bytes
data
);
event
WithdrawalInitiatedExtension1
(
bytes32
indexed
hash
);
event
WithdrawerBalanceBurnt
(
uint256
indexed
amount
);
function
burn
()
external
;
...
...
@@ -100,6 +102,14 @@ interface L2ToL1MessagePasser {
```
The
`WithdrawalInitiated`
event includes all of the data that is hashed and
stored in the
`sentMessages`
mapping. The
`WithdrawalInitiatedExtension1`
emits
the hash that was computed and used as part of the storage proof used to
finalize the withdrawal on L1.
The events are separate as to preserve backwards compatibility. The hashing
scheme could be upgraded in the future through a contract upgrade.
### Addresses are not Aliased on Withdrawals
[
address-aliasing
]:
#no-address-aliasing
...
...
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