Jeffrey Wilcke
|
33efb3381c
|
Merge pull request #1461 from bas-vk/eth_resend
Old transaction after resend was not removed from pool
|
2015-08-01 16:18:54 -07:00 |
|
Jeffrey Wilcke
|
d261c3f455
|
rpc: to in Call no longer required. Fixed eth_estimateGas
|
2015-07-29 15:12:12 +02:00 |
|
Bas van Kervel
|
7e31df3987
|
bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool
|
2015-07-28 10:42:31 +02:00 |
|
Felix Lange
|
bfbcfbe4a9
|
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a .
|
2015-07-23 18:35:11 +02:00 |
|
Felix Lange
|
3f047be5aa
|
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
2015-07-22 18:51:45 +02:00 |
|
Felix Lange
|
ea54283b30
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
|
Bas van Kervel
|
a5d5387dee
|
rebase with develop
|
2015-06-30 15:27:27 +02:00 |
|
Bas van Kervel
|
57dff6f1d7
|
initialize fields to prevent nil pointer exception
|
2015-06-30 11:20:31 +02:00 |
|
Bas van Kervel
|
7ffabf1d39
|
add json parsing method for resend transaction
|
2015-06-30 11:20:31 +02:00 |
|
Bas van Kervel
|
6fdddc5ac9
|
improved error handling in parsing request
|
2015-06-30 11:20:31 +02:00 |
|
Bas van Kervel
|
ec866b066a
|
added eth.resend
|
2015-06-30 11:20:31 +02:00 |
|
Bas van Kervel
|
056e9dd393
|
added eth.pendingTransactions
|
2015-06-30 11:20:31 +02:00 |
|
Bas van Kervel
|
6d596b1ad1
|
fixed eth sign unittest
|
2015-06-22 13:19:59 +02:00 |
|
Bas van Kervel
|
f87501b1c5
|
added batch support to console and attach actions
|
2015-06-22 09:17:09 +02:00 |
|
Jeffrey Wilcke
|
e4f9ec886b
|
Merge pull request #1267 from SilentCicero/develop
eth_sendRawTransaction JSON RPC
|
2015-06-18 11:33:50 -07:00 |
|
SilentCicero
|
7ec8c257ff
|
New DataArgs and eth_sendRawTransaction
|
2015-06-16 12:28:10 -04:00 |
|
obscuren
|
2628103f1d
|
rpc/api: fixed default gas-(price) issue.
|
2015-06-15 17:21:08 +02:00 |
|
Bas van Kervel
|
cc9ae39933
|
added admin API
|
2015-06-11 14:01:41 +02:00 |
|
Bas van Kervel
|
2f55a1d798
|
restructured eth rpc API
|
2015-06-11 14:01:39 +02:00 |
|