good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
16d7eae1
Unverified
Commit
16d7eae1
authored
Aug 26, 2020
by
Marius van der Wijden
Committed by
GitHub
Aug 26, 2020
Browse files
Options
Downloads
Patches
Plain Diff
eth: updated comments (#21490)
parent
92b12ee6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
eth/api.go
+1
-1
1 addition, 1 deletion
eth/api.go
eth/api_tracer.go
+1
-1
1 addition, 1 deletion
eth/api_tracer.go
eth/bloombits.go
+1
-1
1 addition, 1 deletion
eth/bloombits.go
with
3 additions
and
3 deletions
eth/api.go
+
1
−
1
View file @
16d7eae1
...
...
@@ -354,7 +354,7 @@ func (api *PrivateDebugAPI) GetBadBlocks(ctx context.Context) ([]*BadBlockArgs,
// AccountRangeMaxResults is the maximum number of results to be returned per call
const
AccountRangeMaxResults
=
256
// AccountRange
At
enumerates all accounts in the given block and start point in paging request
// AccountRange enumerates all accounts in the given block and start point in paging request
func
(
api
*
PublicDebugAPI
)
AccountRange
(
blockNrOrHash
rpc
.
BlockNumberOrHash
,
start
[]
byte
,
maxResults
int
,
nocode
,
nostorage
,
incompletes
bool
)
(
state
.
IteratorDump
,
error
)
{
var
stateDb
*
state
.
StateDB
var
err
error
...
...
This diff is collapsed.
Click to expand it.
eth/api_tracer.go
+
1
−
1
View file @
16d7eae1
...
...
@@ -401,7 +401,7 @@ func (api *PrivateDebugAPI) TraceBlockFromFile(ctx context.Context, file string,
return
api
.
TraceBlock
(
ctx
,
blob
,
config
)
}
// TraceBadBlock
ByHash
returns the structured logs created during the execution of
// TraceBadBlock returns the structured logs created during the execution of
// EVM against a block pulled from the pool of bad ones and returns them as a JSON
// object.
func
(
api
*
PrivateDebugAPI
)
TraceBadBlock
(
ctx
context
.
Context
,
hash
common
.
Hash
,
config
*
TraceConfig
)
([]
*
txTraceResult
,
error
)
{
...
...
This diff is collapsed.
Click to expand it.
eth/bloombits.go
+
1
−
1
View file @
16d7eae1
...
...
@@ -137,7 +137,7 @@ func (b *BloomIndexer) Commit() error {
return
batch
.
Write
()
}
// Prune
Sections
returns an empty error since we don't support pruning here.
// Prune returns an empty error since we don't support pruning here.
func
(
b
*
BloomIndexer
)
Prune
(
threshold
uint64
)
error
{
return
nil
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment