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
ce29d157
Commit
ce29d157
authored
Oct 12, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
that's all the minigeth files
parent
bd10a31d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
1 deletion
+63
-1
files_minigeth
files_minigeth
+63
-0
evm.go
minigeth/core/evm.go
+0
-1
No files found.
files_minigeth
View file @
ce29d157
...
...
@@ -53,6 +53,69 @@ core/vm/operations_acl.go
core/vm/stack_table.go
core/vm/stack.go
core/error.go
core/evm.go
#core/fake_blockchain.go
core/gaspool.go
#core/state_processor.go -- disable DAO, print dots
core/state_transition.go
crypto/blake2b/blake2b_generic.go
#crypto/blake2b/blake2b_ref.go -- always build
crypto/blake2b/blake2b.go
crypto/bls12381/arithmetic_fallback.go
crypto/bls12381/bls12_381.go
crypto/bls12381/field_element.go
crypto/bls12381/fp.go
crypto/bls12381/fp2.go
crypto/bls12381/fp6.go
crypto/bls12381/fp12.go
crypto/bls12381/g1.go
crypto/bls12381/g2.go
crypto/bls12381/gt.go
crypto/bls12381/isogeny.go
crypto/bls12381/pairing.go
crypto/bls12381/swu.go
crypto/bls12381/utils.go
crypto/bn256/google/*
#crypto/bn256/bn256_slow.go -- always build
crypto/bn256/LICENSE
# crypto/btcec -- copied in
crypto/crypto.go
#crypto/signature_nocgo.go -- always build with local btcec
ethdb/batch.go
ethdb/database.go
ethdb/iterator.go
#log/logger.go -- stubbed, this needed?
#metrics/metrics.go -- all stubbed
params/config.go
params/protocol_params.go
rlp/decode.go
rlp/encode.go
rlp/raw.go
rlp/typecache.go
#rlp/unsafe.go -- always build
rpc/errors.go
rpc/json.go
rpc/types.go
trie/committer.go
#trie/database.go
trie/encoding.go
trie/errors.go
trie/hasher.go
trie/iterator.go
trie/node.go
#trie/secure_trie.go
#trie/stacktrie.go
#trie/trie.go
minigeth/core/evm.go
View file @
ce29d157
...
...
@@ -48,7 +48,6 @@ func NewEVMBlockContext(header *types.Header, chain ChainContext, author *common
}
else
{
beneficiary
=
*
author
}
if
header
.
BaseFee
!=
nil
{
baseFee
=
new
(
big
.
Int
)
.
Set
(
header
.
BaseFee
)
}
...
...
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