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
482cdf0a
Unverified
Commit
482cdf0a
authored
Apr 12, 2023
by
mergify[bot]
Committed by
GitHub
Apr 12, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into michael/support-unbatched-calls
parents
d1997906
a0b4e64f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.yml
.circleci/config.yml
+1
-1
proposals.md
specs/proposals.md
+1
-1
No files found.
.circleci/config.yml
View file @
482cdf0a
...
@@ -600,7 +600,7 @@ jobs:
...
@@ -600,7 +600,7 @@ jobs:
-
run
:
-
run
:
name
:
run lint
name
:
run lint
command
:
|
command
:
|
golangci-lint run -E goimports,sqlclosecheck,bodyclose,asciicheck,misspell,errorlint --timeout
2
m -e "errors.As" -e "errors.Is" ./...
golangci-lint run -E goimports,sqlclosecheck,bodyclose,asciicheck,misspell,errorlint --timeout
5
m -e "errors.As" -e "errors.Is" ./...
working_directory
:
<<parameters.module>>
working_directory
:
<<parameters.module>>
go-test
:
go-test
:
...
...
specs/proposals.md
View file @
482cdf0a
...
@@ -207,7 +207,7 @@ function deleteL2Outputs(uint256 _l2OutputIndex) external
...
@@ -207,7 +207,7 @@ function deleteL2Outputs(uint256 _l2OutputIndex) external
/**
/**
* @notice Computes the block number of the next L2 block that needs to be checkpointed.
* @notice Computes the block number of the next L2 block that needs to be checkpointed.
*/
*/
function
getN
extBlockNumber() public view returns (uint256)
function
n
extBlockNumber() public view returns (uint256)
```
```
### Configuration
### Configuration
...
...
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