index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rpc
/
api
/
eth.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
Jeffrey Wilcke
2015-10-04
1
-1
/
+1
*
rpc/api: don't crash for unknown blocks
Felix Lange
2015-09-23
1
-25
/
+23
*
jsre, rpc/api: pull in new web3 and use hex numbers
Péter Szilágyi
2015-09-15
1
-3
/
+3
*
eth, rpc: standardize the chain sync progress counters
Péter Szilágyi
2015-09-15
1
-0
/
+15
*
core: split out TD from database and all internals
Péter Szilágyi
2015-09-11
1
-38
/
+34
*
Improve error string and remove unneeded else clause
Gustav Simonsson
2015-08-28
1
-1
/
+1
*
rpc: return error code for eth_getWork when no work ready
Gustav Simonsson
2015-08-26
1
-1
/
+6
*
rpc/api: return boolean value for eth_submitHashrate
Jeffrey Wilcke
2015-08-17
1
-2
/
+2
*
miner, rpc: added submit hashrate for remote agents
Jeffrey Wilcke
2015-08-06
1
-0
/
+10
*
Merge pull request #1461 from bas-vk/eth_resend
Jeffrey Wilcke
2015-08-02
1
-7
/
+11
|
\
|
*
bugfix, pending transaction was resend with new gas price/limit but not remov...
Bas van Kervel
2015-07-28
1
-7
/
+11
*
|
rpc: to in Call no longer required. Fixed eth_estimateGas
Jeffrey Wilcke
2015-07-29
1
-1
/
+1
*
|
all: fix license headers one more time
Felix Lange
2015-07-24
1
-1
/
+1
*
|
all: update license headers to distiguish GPL/LGPL
Felix Lange
2015-07-23
1
-4
/
+4
|
/
*
all: update license information
Felix Lange
2015-07-07
1
-0
/
+16
*
core, eth, rpc: proper gas used. Closes #1417
Jeffrey Wilcke
2015-07-07
1
-1
/
+0
*
Compose additional fields
Taylor Gerring
2015-07-05
1
-1
/
+6
*
Rename local variable for clarity
Taylor Gerring
2015-07-04
1
-2
/
+2
*
Fix hex conversion
Taylor Gerring
2015-07-04
1
-1
/
+2
*
Initial getTransactionReceipt support
Taylor Gerring
2015-07-04
1
-0
/
+20
*
solved merge conflicts
Bas van Kervel
2015-06-30
1
-9
/
+0
|
\
|
*
add json parsing method for resend transaction
Bas van Kervel
2015-06-29
1
-1
/
+0
|
*
improved error handling in parsing request
Bas van Kervel
2015-06-29
1
-1
/
+2
|
*
added eth.resend
Bas van Kervel
2015-06-24
1
-0
/
+18
|
*
added eth.pendingTransactions
Bas van Kervel
2015-06-24
1
-5
/
+35
*
|
rebase with develop
Bas van Kervel
2015-06-30
1
-0
/
+9
*
|
add json parsing method for resend transaction
Bas van Kervel
2015-06-30
1
-1
/
+0
*
|
improved error handling in parsing request
Bas van Kervel
2015-06-30
1
-1
/
+2
*
|
added eth.resend
Bas van Kervel
2015-06-30
1
-0
/
+18
*
|
added eth.pendingTransactions
Bas van Kervel
2015-06-30
1
-5
/
+35
*
|
rpc: unmask pending block fields
Felix Lange
2015-06-30
1
-8
/
+0
|
/
*
fixed eth sign unittest
Bas van Kervel
2015-06-22
1
-2
/
+2
*
added RPC start/stop support
Bas van Kervel
2015-06-22
1
-1
/
+1
*
added batch support to console and attach actions
Bas van Kervel
2015-06-22
1
-1
/
+0
*
fixed rpc test failure in eth.blockNumber
Bas van Kervel
2015-06-22
1
-43
/
+45
*
Merge pull request #1267 from SilentCicero/develop
Jeffrey Wilcke
2015-06-19
1
-0
/
+15
|
\
|
*
New DataArgs and eth_sendRawTransaction
SilentCicero
2015-06-17
1
-1
/
+1
|
*
NewSigArgs arg change.
Nick Dodson
2015-06-16
1
-1
/
+1
|
*
Update eth.go
Nick Dodson
2015-06-15
1
-1
/
+1
|
*
Changed variable names
SilentCicero
2015-06-15
1
-7
/
+1
|
*
eth_pushTx send raw signed encoded TX data to the chain through RPC
SilentCicero
2015-06-15
1
-0
/
+21
*
|
Merge pull request #1260 from obscuren/tx-drop-low-tx
Jeffrey Wilcke
2015-06-16
1
-1
/
+8
|
\
\
|
*
|
rpc/api: fixed default gas-(price) issue.
obscuren
2015-06-15
1
-1
/
+8
|
|
/
*
/
fixed rpc/api.GasPrice
zsfelfoldi
2015-06-15
1
-1
/
+1
|
/
*
restructured eth rpc API
Bas van Kervel
2015-06-11
1
-0
/
+8
*
added admin API
Bas van Kervel
2015-06-11
1
-90
/
+90
*
added console command
Bas van Kervel
2015-06-11
1
-0
/
+4
*
restructured eth rpc API
Bas van Kervel
2015-06-11
1
-0
/
+523