Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张蕾
Geth-Modification
Commits
4fb28e0d
Commit
4fb28e0d
authored
Jul 07, 2015
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: goimports -w
parent
bdae4fd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
natspec.go
common/natspec/natspec.go
+1
-1
vm_jit.go
core/vm/vm_jit.go
+4
-2
rand_entropy.go
crypto/randentropy/rand_entropy.go
+2
-1
No files found.
common/natspec/natspec.go
View file @
4fb28e0d
...
@@ -20,7 +20,6 @@ import (
...
@@ -20,7 +20,6 @@ import (
"bytes"
"bytes"
"encoding/json"
"encoding/json"
"fmt"
"fmt"
"github.com/robertkrimen/otto"
"strings"
"strings"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
...
@@ -28,6 +27,7 @@ import (
...
@@ -28,6 +27,7 @@ import (
"github.com/ethereum/go-ethereum/common/registrar"
"github.com/ethereum/go-ethereum/common/registrar"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/xeth"
"github.com/ethereum/go-ethereum/xeth"
"github.com/robertkrimen/otto"
)
)
type
abi2method
map
[[
8
]
byte
]
*
method
type
abi2method
map
[[
8
]
byte
]
*
method
...
...
core/vm/vm_jit.go
View file @
4fb28e0d
...
@@ -34,10 +34,12 @@ import (
...
@@ -34,10 +34,12 @@ import (
"bytes"
"bytes"
"errors"
"errors"
"fmt"
"fmt"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/crypto"
"math/big"
"math/big"
"unsafe"
"unsafe"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/params"
)
)
type
JitVm
struct
{
type
JitVm
struct
{
...
...
crypto/randentropy/rand_entropy.go
View file @
4fb28e0d
...
@@ -18,8 +18,9 @@ package randentropy
...
@@ -18,8 +18,9 @@ package randentropy
import
(
import
(
crand
"crypto/rand"
crand
"crypto/rand"
"github.com/ethereum/go-ethereum/crypto/sha3"
"io"
"io"
"github.com/ethereum/go-ethereum/crypto/sha3"
)
)
var
Reader
io
.
Reader
=
&
randEntropy
{}
var
Reader
io
.
Reader
=
&
randEntropy
{}
...
...
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