cea2c0eedf
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
Conflicts:
common/config.go
2015-07-28 14:02:23 +02:00
56edaa1653
xeth: fix #1485 , data race in fiilter creation and event firing
2015-07-26 13:11:51 +02:00
b1fdb9f38e
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-23 10:46:37 +02:00
228fc5a83a
xeth: removed unneeded mutex lock
2015-07-23 10:41:49 +02:00
c28dc03f6d
xeth: log signed tx hash
2015-07-23 10:41:49 +02:00
819ecd4508
miner, xeth: fire log event during mining. Fix return raw tx
2015-07-08 15:34:11 +02:00
bdae4fd573
all: add some godoc synopsis comments
2015-07-07 14:12:45 +02:00
ea54283b30
all: update license information
2015-07-07 14:12:44 +02:00
e5fba8fd70
Merge pull request #1428 from obscuren/coinbase-fixes
...
cmd,eth,rpc,tests: default coinbase
2015-07-07 02:55:33 -07:00
1208ac83d5
fix natspec test
...
* registar url string retrieval chop leading zeros now
* rewrite test using test mining
* remove temporary applyTxs from xeth
2015-07-07 10:43:49 +02:00
35cd355c14
cmd,eth,rpc,tests: default coinbase
2015-07-07 10:32:05 +02:00
4f7fc7b23f
rpc, xeth: fixed returned tx hash & receipt logs
2015-07-06 13:43:02 +02:00
b533aaa765
Merge pull request #1409 from fjl/fix-tx-hash
...
core/types, xeth: separate tx hash and tx signature hash
2015-07-06 01:59:41 -07:00
35add89c87
Merge pull request #1397 from tgerring/rpcreceipt
...
getTransactionReceipt RPC support
2015-07-06 01:53:21 -07:00
ec9620fb2f
core/types, xeth: separate tx hash and tx signature hash
2015-07-06 10:45:45 +02:00
dd521ece3f
Always return transaction hash
2015-07-05 12:25:44 -05:00
cd4cc309ae
Remove redundant function
2015-07-04 11:28:30 -05:00
9bb575be7d
Merge pull request #1283 from ethersphere/frontier/accounts
...
Account management improvements
2015-07-04 03:40:23 -07:00
481b221279
Decode full receipt storage
2015-07-04 00:00:23 -05:00
2feb23c1da
core, eth, miner, xeth: receipt storage fix
...
* Added GetReceiptsFromBlock, GetReceipt, PutReceipts
* Added ContractAddress to receipt. See #1042
2015-07-04 02:32:10 +02:00
29e2fb38f8
core, miner: miner header validation, transaction & receipt writing
...
* Miners do now verify their own header, not their state.
* Changed old putTx and putReceipts to be exported
* Moved writing of transactions and receipts out of the block processer
in to the chain manager. Closes #1386
* Miner post ChainHeadEvent & ChainEvent. Closes #1388
2015-07-03 13:56:50 +02:00
eb82ca4563
rpc/js coinbase returns null if no etherbase set
2015-07-02 23:28:12 +01:00
529fb7a7d7
core, xeth: core.AddressFromMessage removed => crypto.CreateAddress
2015-07-02 11:19:10 +02:00
1d42888d30
core/types: make blocks immutable
2015-06-29 18:51:47 +02:00
654564e164
core/types: make transactions immutable
2015-06-29 18:51:47 +02:00
07c3de3f75
core, miner, xeth: renamed gas methods
...
* BuyGas => SubGas
* RefundGas => AddGas
* SetGasPool => SetGasLimit
2015-06-21 17:09:19 +02:00
e4f9ec886b
Merge pull request #1267 from SilentCicero/develop
...
eth_sendRawTransaction JSON RPC
2015-06-18 11:33:50 -07:00
a977f3c0dc
xeth, tests: fixed api
2015-06-17 11:44:40 +02:00
1f34daccc3
Added glog messages like Transaction
2015-06-16 12:47:34 -04:00
6add45cd10
Remove Extra Loggers
2015-06-16 12:30:07 -04:00
7ec8c257ff
New DataArgs and eth_sendRawTransaction
2015-06-16 12:28:10 -04:00
610adfd83f
fixed xeth.gpo = nil bug
2015-06-15 15:55:39 +02:00
3f94d09c1f
fixed saving receipts
2015-06-15 15:55:38 +02:00
bc6031e7bb
core, xeth: moved nonce management burden from xeth to txpool
2015-06-09 21:01:02 +02:00
c8a9a4e76d
Differentiate between 0 and unspecified gas/gasprice
2015-06-09 08:13:25 -04:00
36c0db2ac9
xeth: use the correct nonce for creating transactions
2015-06-04 11:35:37 +02:00
d09a6e5421
core, eth, miner: moved nonce management to tx pool.
...
Removed the managed tx state from the chain manager to the transaction
pool where it's much easier to keep track of nonces (and manage them).
The transaction pool now also uses the queue and pending txs differently
where queued txs are now moved over to the pending queue (i.e. txs ready
for processing and propagation).
2015-06-03 22:43:23 +02:00
a61e6788db
prefix dapp key/value entries in extradb
2015-05-21 15:20:38 +02:00
ff1630834c
xeth: removed Value
2015-05-21 11:36:05 +02:00
8fe8ec84f6
Merge pull request #1049 from zsfelfoldi/receipts
...
Storing tx receipts in extraDb
2015-05-20 03:00:36 -07:00
00ec4132f8
Storing tx receipts in extraDb
2015-05-20 06:41:50 +02:00
b0ae84aa0d
multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023
2015-05-20 04:11:48 +01:00
22b694ee1e
solc now in ethereum, fixes solc path setting; setSolc() didnt work
2015-05-20 02:47:13 +01:00
9b825e2728
Merge pull request #1036 from tgerring/issue884
...
JSON RPC null field updates
2015-05-19 06:44:31 -07:00
b7baceefda
xeth: remove nonce on error. Fixes #1026
2015-05-18 20:52:25 +02:00
54b5c8273d
XEth comment clarification
2015-05-18 10:41:56 -05:00
79fa05867f
xeth: set balance max balance to from in call. Closes #951
2015-05-16 00:03:08 +02:00
12f82ab2ff
Check for error on DB fetch of tx
2015-05-14 11:57:29 -05:00
2c1b0ff17e
Update key store to new spec but keep address field for now
...
* Also fix address types post-rebase
2015-05-12 17:22:17 +02:00
940952f757
Fix HEX hack in xeth accounts()
2015-05-12 17:22:17 +02:00