Jeffrey Wilcke
6cffa743ee
Merge pull request #1519 from obscuren/develop
...
web3: updated 0.9.1
9 years ago
Jeffrey Wilcke
5001f778aa
web3: updated 0.9.1
9 years ago
Jeffrey Wilcke
adc7ab0dd6
Merge pull request #1507 from obscuren/batch-write
...
cmd/core,xeth: removed unneeded states & added batch writes
9 years ago
Jeffrey Wilcke
8fc9830971
cmd/core,xeth: removed unneeded states & added batch writes
9 years ago
Jeffrey Wilcke
0cff61beda
Merge pull request #1510 from fjl/license-fixes
...
all: license fixes
9 years ago
Jeffrey Wilcke
b403b9e4c3
Merge pull request #1508 from karalabe/database-caching
...
cmd, core, eth, ethdb: cache flag to allocate memory for db internal use
9 years ago
Felix Lange
26a269ea09
Merge pull request #1511 from karalabe/rlp-data-race
...
core: fix an RLP encoding data race due to deep struct copy
9 years ago
Péter Szilágyi
04bb89604e
core: fix an RLP encoding data race due to deep struct copy
9 years ago
Felix Lange
0428cae226
remove LICENSE files
9 years ago
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".
9 years ago
Felix Lange
f4acdea402
crypto: fix license of curve.go
...
crypto/curve.go is not our code and has its own license. This commit
excludes it in update-license.go and removes our GPL header.
9 years ago
Péter Szilágyi
c7e7778f2a
cmd, core, eth, ethdb: cache flag to allocate memory for db internal use
9 years ago
Felix Lange
d1d45aa839
Merge pull request #1503 from fjl/fix-accounts-race
...
accounts: fix data race when key is locked after the unlock timeout
9 years ago
Jeffrey Wilcke
ed1d2f858e
Merge pull request #1481 from tgerring/legalese
...
Legalese updates
9 years ago
Jeffrey Wilcke
482cc4957d
Merge pull request #1500 from karalabe/fix-miner-race
...
miner: fix current work data race
9 years ago
Jeffrey Wilcke
f1daed65b1
Merge pull request #1502 from ethereum/canaryFix
...
Fixed canary to require 2+ nonzero, not sum 2+
9 years ago
Taylor Gerring
cf5313f13e
Update disclaimer
9 years ago
Felix Lange
06d5898d6a
crypto: remove debug print call after decrypting a key from disk
9 years ago
Felix Lange
7662dd9bbb
accounts: fix data race when key is locked after the unlock timeout
...
While here, also improve the docs and speed up the tests.
The tests used the scrypt keystore with ridiculous settins and took 20s
each.
9 years ago
Vitalik Buterin
8160b8618d
Fixed canary to require 2+ nonzero, not sum 2+
9 years ago
Péter Szilágyi
3029349761
miner: fix current work data race
9 years ago
Jeffrey Wilcke
02c5022742
Merge pull request #1496 from karalabe/fix-xeth-races
...
xeth: fix #1485 , data race in fiilter creation and event firing
9 years ago
Péter Szilágyi
3642441ca3
xeth: fix #1485 , data race in fiilter creation and event firing
9 years ago
Jeffrey Wilcke
12bb743b35
Merge pull request #1484 from fjl/rlp-json-tests
...
cmd/ethtest, tests: add support for RLP JSON tests
9 years ago
Jeffrey Wilcke
26c0fa1cb0
Merge pull request #1480 from obscuren/miner-state-sync
...
miner: moved state sync
9 years ago
Jeffrey Wilcke
a38f3740d6
Merge pull request #1488 from ethereum/travis
...
Travis container support
9 years ago
Felix Lange
345590f27f
rlp: fix check for canonical byte array size
...
Decoding did not reject byte arrays of length one with a single element
b where 55 < b < 128. Such byte arrays must be rejected because
they must be encoded as the single byte b instead.
9 years ago
Taylor Gerring
5a41326521
Travis container support
9 years ago
Felix Lange
cefd948267
rlp: reject trailing data when using DecodeBytes
9 years ago
Felix Lange
593b1b65e7
tests: document RLP tests
9 years ago
Felix Lange
5da82077d1
cmd/ethtest, tests: add support for RLP JSON tests
9 years ago
Jeffrey Wilcke
1b9ef0e52d
miner: moved state sync
...
Moved the state sync so it only syncs the state when the block mining yield a possitive result
9 years ago
Jeffrey Wilcke
a75b95b876
Merge pull request #1477 from tgerring/legalese
...
Prompt user to accept legalese when datadir doesn't exist
9 years ago
Jeffrey Wilcke
e954375109
Merge pull request #1469 from obscuren/smart-mining
...
miner: smart mining
9 years ago
Taylor Gerring
618991f136
Move text to separate file
9 years ago
Jeffrey Wilcke
bc6b6932d0
Merge pull request #1476 from obscuren/deadlock-logs
...
xeth: removed mutex lock
9 years ago
Taylor Gerring
1909d26fe2
Prompt user to accept legalese when datadir doesn't exist
9 years ago
Jeffrey Wilcke
b1d0d3c0ed
xeth: removed unneeded mutex lock
9 years ago
Jeffrey Wilcke
9addb3df3a
Merge pull request #1475 from obscuren/issue1473
...
core: during chain reorg rewrite receipts and transactions
9 years ago
Jeffrey Wilcke
e870e61bc9
miner: smart mining
...
Work is now handled and carried over multiple sessions. Previously one
session only was assumed, potentially resulting in invalid (outdated)
work
* Larger work / result queue
* Full validation option
9 years ago
Jeffrey Wilcke
cecc9cdd2f
Merge pull request #1468 from Gustav-Simonsson/xeth_transact_logging
...
xeth: log signed tx hash
9 years ago
Jeffrey Wilcke
e17d8ddbeb
core: during chain reorg rewrite receipts and transactions
...
Added PutBlockReceipts; storing receipts by blocks. Eventually this will
require pruning during some cleanup cycle. During forks the receipts by
block are used to get the new canonical receipts and transactions.
This PR fixes #1473 by rewriting transactions and receipts from the point
of where the fork occured.
9 years ago
Gustav Simonsson
afba798357
xeth: log signed tx hash
9 years ago
Jeffrey Wilcke
796c18db93
Merge pull request #1462 from obscuren/genesis
...
core: genesis preparation
9 years ago
Jeffrey Wilcke
a32c51effd
cmd, core, eth, common: genesis preparation
...
Implemented the --genesis flag thru which we can set a custom genesis
block, including the official Ethereum genesis block.
9 years ago
Jeffrey Wilcke
5a810758db
cmd/geth: bump version 0.9.39
9 years ago
Jeffrey Wilcke
6f9377475c
Merge branch 'release/0.9.38' into develop
9 years ago
Jeffrey Wilcke
344277d026
cmd/geth: version bump 0.9.38
9 years ago
Jeffrey Wilcke
3add8cfdb0
Merge pull request #1452 from obscuren/develop
...
core/vm: added str to op
9 years ago
Jeffrey Wilcke
8b5a65c14a
core/vm: added str to op
9 years ago