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
fe59a2b2
Commit
fe59a2b2
authored
Feb 14, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to the great merge package
parent
68fbfe70
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+1
-1
dev_console.go
dev_console.go
+4
-4
ethereum.go
ethereum.go
+2
-2
No files found.
README.md
View file @
fe59a2b2
...
...
@@ -6,7 +6,7 @@ Ethereum
Ethereum Go developer client (c) Jeffrey Wilcke
Ethereum is currently in its testing phase. The current state is "Proof
of Concept
1
". For build instructions see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
.
of Concept
2
". For build instructions see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
.
Ethereum Go is split up in several sub packages Please refer to each
individual package for more information.
...
...
dev_console.go
View file @
fe59a2b2
...
...
@@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/ethereum/eth-go"
"github.com/ethereum/eth
chain-go
"
"github.com/ethereum/eth
db-go
"
"github.com/ethereum/eth
util-go
"
"github.com/ethereum/eth
wire-go
"
"github.com/ethereum/eth
-go/ethchain
"
"github.com/ethereum/eth
-go/ethdb
"
"github.com/ethereum/eth
-go/ethutil
"
"github.com/ethereum/eth
-go/ethwire
"
_
"math/big"
"os"
"strings"
...
...
ethereum.go
View file @
fe59a2b2
...
...
@@ -3,8 +3,8 @@ package main
import
(
"fmt"
"github.com/ethereum/eth-go"
"github.com/ethereum/eth
chain-go
"
"github.com/ethereum/eth
util-go
"
"github.com/ethereum/eth
-go/ethchain
"
"github.com/ethereum/eth
-go/ethutil
"
"github.com/obscuren/secp256k1-go"
"log"
"os"
...
...
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