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
c2cb2bef
Commit
c2cb2bef
authored
Jan 27, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed web3.eth.account, fixed #37
parent
09f63359
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
6 deletions
+3
-6
ethereum.js
dist/ethereum.js
+0
-1
ethereum.js.map
dist/ethereum.js.map
+2
-2
ethereum.min.js
dist/ethereum.min.js
+1
-1
web3.js
lib/web3.js
+0
-1
eth.methods.js
test/eth.methods.js
+0
-1
No files found.
dist/ethereum.js
View file @
c2cb2bef
...
@@ -945,7 +945,6 @@ var ethProperties = function () {
...
@@ -945,7 +945,6 @@ var ethProperties = function () {
{
name
:
'listening'
,
getter
:
'eth_listening'
,
setter
:
'eth_setListening'
},
{
name
:
'listening'
,
getter
:
'eth_listening'
,
setter
:
'eth_setListening'
},
{
name
:
'mining'
,
getter
:
'eth_mining'
,
setter
:
'eth_setMining'
},
{
name
:
'mining'
,
getter
:
'eth_mining'
,
setter
:
'eth_setMining'
},
{
name
:
'gasPrice'
,
getter
:
'eth_gasPrice'
},
{
name
:
'gasPrice'
,
getter
:
'eth_gasPrice'
},
{
name
:
'account'
,
getter
:
'eth_account'
},
{
name
:
'accounts'
,
getter
:
'eth_accounts'
},
{
name
:
'accounts'
,
getter
:
'eth_accounts'
},
{
name
:
'peerCount'
,
getter
:
'eth_peerCount'
},
{
name
:
'peerCount'
,
getter
:
'eth_peerCount'
},
{
name
:
'defaultBlock'
,
getter
:
'eth_defaultBlock'
,
setter
:
'eth_setDefaultBlock'
},
{
name
:
'defaultBlock'
,
getter
:
'eth_defaultBlock'
,
setter
:
'eth_setDefaultBlock'
},
...
...
dist/ethereum.js.map
View file @
c2cb2bef
This diff is collapsed.
Click to expand it.
dist/ethereum.min.js
View file @
c2cb2bef
This diff is collapsed.
Click to expand it.
lib/web3.js
View file @
c2cb2bef
...
@@ -98,7 +98,6 @@ var ethProperties = function () {
...
@@ -98,7 +98,6 @@ var ethProperties = function () {
{
name
:
'listening'
,
getter
:
'eth_listening'
,
setter
:
'eth_setListening'
},
{
name
:
'listening'
,
getter
:
'eth_listening'
,
setter
:
'eth_setListening'
},
{
name
:
'mining'
,
getter
:
'eth_mining'
,
setter
:
'eth_setMining'
},
{
name
:
'mining'
,
getter
:
'eth_mining'
,
setter
:
'eth_setMining'
},
{
name
:
'gasPrice'
,
getter
:
'eth_gasPrice'
},
{
name
:
'gasPrice'
,
getter
:
'eth_gasPrice'
},
{
name
:
'account'
,
getter
:
'eth_account'
},
{
name
:
'accounts'
,
getter
:
'eth_accounts'
},
{
name
:
'accounts'
,
getter
:
'eth_accounts'
},
{
name
:
'peerCount'
,
getter
:
'eth_peerCount'
},
{
name
:
'peerCount'
,
getter
:
'eth_peerCount'
},
{
name
:
'defaultBlock'
,
getter
:
'eth_defaultBlock'
,
setter
:
'eth_setDefaultBlock'
},
{
name
:
'defaultBlock'
,
getter
:
'eth_defaultBlock'
,
setter
:
'eth_setDefaultBlock'
},
...
...
test/eth.methods.js
View file @
c2cb2bef
...
@@ -24,7 +24,6 @@ describe('web3', function() {
...
@@ -24,7 +24,6 @@ describe('web3', function() {
u
.
propertyExists
(
web3
.
eth
,
'listening'
);
u
.
propertyExists
(
web3
.
eth
,
'listening'
);
u
.
propertyExists
(
web3
.
eth
,
'mining'
);
u
.
propertyExists
(
web3
.
eth
,
'mining'
);
u
.
propertyExists
(
web3
.
eth
,
'gasPrice'
);
u
.
propertyExists
(
web3
.
eth
,
'gasPrice'
);
u
.
propertyExists
(
web3
.
eth
,
'account'
);
u
.
propertyExists
(
web3
.
eth
,
'accounts'
);
u
.
propertyExists
(
web3
.
eth
,
'accounts'
);
u
.
propertyExists
(
web3
.
eth
,
'peerCount'
);
u
.
propertyExists
(
web3
.
eth
,
'peerCount'
);
u
.
propertyExists
(
web3
.
eth
,
'defaultBlock'
);
u
.
propertyExists
(
web3
.
eth
,
'defaultBlock'
);
...
...
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