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
efbe450a
Unverified
Commit
efbe450a
authored
Aug 04, 2023
by
mergify[bot]
Committed by
GitHub
Aug 04, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into inphi/cannon-abi
parents
2a11032b
27d82401
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
ops/docker/ci-builder/Dockerfile
+1
-1
deposits.md
specs/deposits.md
+1
-1
No files found.
ops/docker/ci-builder/Dockerfile
View file @
efbe450a
...
...
@@ -53,7 +53,7 @@ RUN apt-get update && \
npm i
-g
depcheck
&&
\
pip
install
slither-analyzer
==
0.9.3
&&
\
go
install
gotest.tools/gotestsum@latest
&&
\
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$(
go
env
GOPATH
)
/bin v1.
48.0
&&
\
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$(
go
env
GOPATH
)
/bin v1.
53.3
&&
\
curl
-fLSs
https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
# We need to isntall yarn because a bespoke dependency installed from github https://codeload.github.com/Saw-mon-and-Natalie/clones-with-immutable-arg needs it
...
...
specs/deposits.md
View file @
efbe450a
...
...
@@ -149,7 +149,7 @@ The deposit transaction is processed exactly like a type-3 (EIP-1559) transactio
-
No fee fields are verified: the deposit does not have any, as it pays for gas on L1.
-
No
`nonce`
field is verified: the deposit does not have any, it's uniquely identified by its
`sourceHash`
.
-
No access-list is processed: the deposit has no access-list, and it is thus processed as if the access-list is empty.
-
No check if
`from`
is an Externally Owner Account (EOA): the deposit is ensured not to be an E
AO
through L1 address
-
No check if
`from`
is an Externally Owner Account (EOA): the deposit is ensured not to be an E
OA
through L1 address
masking, this may change in future L1 contract-deployments to e.g. enable an account-abstraction like mechanism.
-
Before the Regolith upgrade:
-
The execution output states a non-standard gas usage:
...
...
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