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
b0b09398
Commit
b0b09398
authored
Mar 26, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed ethereum => geth
parent
829240c3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
admin.go
cmd/geth/admin.go
+0
-0
blocktest.go
cmd/geth/blocktest.go
+0
-0
js.go
cmd/geth/js.go
+0
-0
js_test.go
cmd/geth/js_test.go
+0
-0
main.go
cmd/geth/main.go
+5
-5
No files found.
cmd/
ethereum
/admin.go
→
cmd/
geth
/admin.go
View file @
b0b09398
File moved
cmd/
ethereum
/blocktest.go
→
cmd/
geth
/blocktest.go
View file @
b0b09398
File moved
cmd/
ethereum
/js.go
→
cmd/
geth
/js.go
View file @
b0b09398
File moved
cmd/
ethereum
/js_test.go
→
cmd/
geth
/js_test.go
View file @
b0b09398
File moved
cmd/
ethereum
/main.go
→
cmd/
geth
/main.go
View file @
b0b09398
...
...
@@ -42,7 +42,7 @@ import (
)
const
(
ClientIdentifier
=
"
Ethereum(G)
"
ClientIdentifier
=
"
Geth
"
Version
=
"0.9.4"
)
...
...
@@ -183,9 +183,9 @@ Use "ethereum dump 0" to dump the genesis block.
{
Action
:
console
,
Name
:
"console"
,
Usage
:
`
Ethereum
Console: interactive JavaScript environment`
,
Usage
:
`
Geth
Console: interactive JavaScript environment`
,
Description
:
`
Console is an interactive shell for the Ethereum
JavaScript runtime environment
The Geth console is an interactive shell for the
JavaScript runtime environment
which exposes a node admin interface as well as the DAPP JavaScript API.
See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
`
,
...
...
@@ -193,9 +193,9 @@ See https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
{
Action
:
execJSFiles
,
Name
:
"js"
,
Usage
:
`executes the given JavaScript files in the
Ethereum
JavaScript VM`
,
Usage
:
`executes the given JavaScript files in the
Geth
JavaScript VM`
,
Description
:
`
The
Ethereum
JavaScript VM exposes a node admin interface as well as the DAPP
The JavaScript VM exposes a node admin interface as well as the DAPP
JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console
`
,
},
...
...
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