Jeffrey Wilcke
228fc5a83a
xeth: removed unneeded mutex lock
9 years ago
Gustav Simonsson
c28dc03f6d
xeth: log signed tx hash
9 years ago
Vitalik Buterin
dcb276a0dd
Fixed canary to require 2+ nonzero, not sum 2+
9 years ago
Taylor Gerring
53864a73db
Update disclaimer
9 years ago
Taylor Gerring
cf65a127e1
Move text to separate file
9 years ago
Taylor Gerring
fd64dce6a5
Prompt user to accept legalese when datadir doesn't exist
9 years ago
Felix Lange
d60b07249c
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
Felix Lange
7b99278eb0
rlp: reject trailing data when using DecodeBytes
9 years ago
Felix Lange
aaf8ae1d0b
tests: document RLP tests
9 years ago
Felix Lange
a83fdd0046
cmd/ethtest, tests: add support for RLP JSON tests
9 years ago
Jeffrey Wilcke
b1a219b0ec
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
Jeffrey Wilcke
487b3b0f7b
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
4ca3d49307
ethdb, trie: removed RLE compression
9 years ago
Jeffrey Wilcke
98f4c936f2
Merge branch 'release/0.9.38'
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
Jeffrey Wilcke
0646cc8d14
Merge pull request #1453 from ethersphere/frozen-accounts
...
accounts, crypto: fixed file naming for windows
9 years ago
Jeffrey Wilcke
97d22be318
Merge pull request #1441 from obscuren/logs-return-fix
...
miner, xeth: fire log event during mining. Fix return raw tx
9 years ago
Jeffrey Wilcke
4c62ce831b
Merge pull request #1451 from karalabe/handle-potential-TD-forge-attack
...
eth/downloader: drop peer if advertised TD but won't delvier
9 years ago
Jeffrey Wilcke
b041aed660
Merge pull request #1450 from karalabe/fix-propagation-td
...
eth: calculate the correct TD, only update if better
9 years ago
Jeffrey Wilcke
cd6d703e94
Merge pull request #1447 from karalabe/fix-database-metrics-race-3
...
eth, ethdb: fix a data race during startup/shutdown
9 years ago
Jeffrey Wilcke
dd140beb73
Merge pull request #1443 from Gustav-Simonsson/core_uint64_ts
...
Core uint64 ts
9 years ago
Jeffrey Wilcke
06afabb631
Merge pull request #1436 from bas-vk/net_version
...
added net.version
9 years ago
Jeffrey Wilcke
505b77a0d5
Merge pull request #1432 from tgerring/develop
...
Adjust .mailmap
9 years ago
zelig
c3f5403b64
fix wallet key duplicate write - how did it get there? mystery. fixes #1411
9 years ago
zelig
589f1c85b9
: colon => dash - in keyfile name - slight deviation from ISO8601 for WIN FS compatibility
9 years ago
Péter Szilágyi
492d5454b1
eth/downloader: drop peer if advertised TD but won't delvier
9 years ago
Péter Szilágyi
4f95e2f9ec
eth: calculate the correct TD, only update if better
9 years ago
Péter Szilágyi
eb2d168710
eth, ethdb: fix a data race during startup/shutdown
9 years ago
Jeffrey Wilcke
d25634662b
web3: updated
9 years ago
Jeffrey Wilcke
819ecd4508
miner, xeth: fire log event during mining. Fix return raw tx
9 years ago
Gustav Simonsson
5d6d40f329
Use uint64 on ts in chain_manager, block_processor
9 years ago
Gustav Simonsson
b08abe64e4
Unskip SimpleTx3, check err in pre/post state validations
9 years ago
Gustav Simonsson
0b53a5c673
Update Ethereum JSON test files and wrappers
9 years ago
Bas van Kervel
e84f3ec1d4
added net.version
9 years ago
Taylor Gerring
b1af5af30e
Adjust .mailmap
9 years ago
Jeffrey Wilcke
423c2f499c
Merge branch 'release/0.9.36'
9 years ago
Jeffrey Wilcke
a2333bcbb4
Merge pull request #1430 from obscuren/web3-0.8.0
...
web3 update
9 years ago
Jeffrey Wilcke
c6578d2336
Merge branch 'release/0.9.36'
9 years ago
Jeffrey Wilcke
c5972b4ac7
web3 update
9 years ago
Jeffrey Wilcke
0c9c5439d4
Merge branch 'release/0.9.36' into develop
9 years ago
Jeffrey Wilcke
193c62fdba
Merge branch 'release/0.9.36'
9 years ago
Jeffrey Wilcke
d673c34c8d
Merge branch 'release/0.9.36' of github.com-obscure:ethereum/go-ethereum into release/0.9.36
9 years ago
Jeffrey Wilcke
df54510e3e
common/natspec: fixed test
9 years ago
Jeffrey Wilcke
ee04b71887
cmd/geth, cmd/utils: changed ParamsToAddress to return error
...
ParamsToAddress no longer aborts the process, it now returns an error
instead so that the caller can handle the error properly.
9 years ago
Jeffrey Wilcke
4b5c99d97f
cmd/geth: version number 0.9.36
9 years ago
Jeffrey Wilcke
9e7d5d9d3b
Merge pull request #1426 from fjl/license
...
all: update license information and godoc comments
9 years ago
Felix Lange
b2d18393c4
README.md: update copyright
9 years ago
Felix Lange
335d7f4855
LICENSE, cmd/LICENSE: the go-ethereum authors have copyright
9 years ago