Gustav Simonsson
313eec33ad
Revert "Add key header to unencrypted key file"
...
This reverts commit a94d4ba0b53c4558ab838aaed635a2ff66ddfa53.
10 years ago
Gustav Simonsson
8754f2b768
Fix common.Address / []byte type conversions
10 years ago
Gustav Simonsson
cd88295f5a
Add key header to unencrypted key file
10 years ago
Gustav Simonsson
29a5a92d13
Add key header to encrypted keys
...
* Add key header containing key version, kdf and kdf params
* Store key header as JSON in the key file
* Read in KDF params from key header
* Include key header in MAC calculation and MAC verification
10 years ago
Gustav Simonsson
ac3371bcb6
Correct accounts hex in XETH API
10 years ago
Gustav Simonsson
da9fe951da
Use common.Address type for accounts.Address
10 years ago
Gustav Simonsson
6b23094cff
Improve key store passphrase crypto
...
* Change MAC-then-Encrypt to Encrypt-then-MAC
* Change AES256 to AES128
* Use first 16 bytes of KDF derived key for AES and
remaining 16 for MAC
10 years ago
Gustav Simonsson
9918b6c84e
Remove the awesome, ever misunderstood entropy mixing
10 years ago
Jeffrey Wilcke
f87094b660
Merge pull request #932 from obscuren/develop
...
xeth, rpc: implement eth_estimateGas. Closes #930
10 years ago
obscuren
dca290d525
sol: skipped source checking step
10 years ago
obscuren
ff99752ddd
xeth: use same semantics as block processer for transient calls
10 years ago
Bas van Kervel
899df30c24
fixed identing
10 years ago
Bas van Kervel
95773b9673
removed redundant newlines in import block
10 years ago
obscuren
260536a729
rpc: hexData => hexNum
10 years ago
Bas van Kervel
b79dd188d9
replaced several path.* with filepath.* which is platform independent
10 years ago
obscuren
66de3f0aa8
xeth, rpc: implement eth_estimateGas. Closes #930
10 years ago
obscuren
96d4a7d087
eth, ethdb: lower the amount of open files & improve err messages for db
...
Closes #880
10 years ago
Jeffrey Wilcke
d82caa5ce3
Merge pull request #899 from ethersphere/solc-test-fix
...
compiler, cli/js: fix solidity compiler tests
10 years ago
zelig
03bf902b92
compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed
10 years ago
Jeffrey Wilcke
e8d701a3b2
Merge pull request #929 from obscuren/develop
...
eth, ethdb: lower the amount of open files & improve err messages for db
10 years ago
obscuren
13f8f65a58
eth, ethdb: lower the amount of open files & improve err messages for db
...
Closes #880
10 years ago
Jeffrey Wilcke
76215ca9f3
Merge pull request #925 from obscuren/worker_owned_accounts
...
miner, cmd/geth: miner will not ignored owned account transactions
10 years ago
obscuren
97dd4551ef
miner, cmd/geth: miner will not ignored owned account transactions
...
Miner does not ignore low gas txs from accounts that are owned.
10 years ago
Jeffrey Wilcke
0bedf1c376
Merge pull request #918 from obscuren/cpu_miner_fixes
...
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
10 years ago
obscuren
48bd48876c
eth, eth/downloader: moved pending queue error message to debug
10 years ago
obscuren
21e52efdfe
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
...
Miner threads are now settable through the admin interface (closes #897 )
and specify 0 CPU worker threads when eth_getWork is called (closes #916 )
10 years ago
Péter Szilágyi
064cf16099
eth/downloader: use count instead of peers, clearer
10 years ago
Péter Szilágyi
d37a2559b9
eth/downloader: revert to demotion, use harsher penalty
10 years ago
Péter Szilágyi
70c65835f4
eth/downloader: fix #910 , thread safe peers & polishes
10 years ago
Jeffrey Wilcke
59bc541232
Merge pull request #915 from karalabe/downloader-threading-fixes
...
eth/downloader: fix #910 , thread safe peers & polishes
10 years ago
Jeffrey Wilcke
fe7e284709
Merge pull request #920 from tgerring/issue917
...
Return 32-byte hashes from GetWork
10 years ago
Jeffrey Wilcke
0329e05823
Merge pull request #914 from ethersphere/develop
...
Signature on arbitrary data using the private keys of an account
10 years ago
Taylor Gerring
8e77f81586
Return 32-byte hashes from GetWork
...
Ensures that the Get Work results are a consistent length. Closes #917
10 years ago
Péter Szilágyi
fa53c5e074
eth/downloader: use count instead of peers, clearer
10 years ago
Daniel A. Nagy
51d4566cbf
Only allow doSign to sign hashes, enforced by using the type common.Hash
10 years ago
Péter Szilágyi
ebbd8b0743
eth/downloader: revert to demotion, use harsher penalty
10 years ago
Daniel A. Nagy
49559e6d5e
Interactive signature creation refactored into separate doSign function.
10 years ago
Péter Szilágyi
685862d2ce
eth/downloader: fix #910 , thread safe peers & polishes
10 years ago
Daniel A. Nagy
a9e1d38612
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
...
Conflicts:
rpc/jeth.go
10 years ago
Jeffrey Wilcke
5176fbc6fa
Merge pull request #908 from obscuren/develop
...
core, eth, miner: improved tx removal & fatal error on db sync err
10 years ago
obscuren
6ecba12650
miner: added log message for mining operation. #912
10 years ago
obscuren
3c6c891680
core: optimise pending transaction processing
10 years ago
obscuren
df323cdb4e
rpc: display error message to stdout
10 years ago
obscuren
a2919b5e17
core, eth, miner: improved tx removal & fatal error on db sync err
...
* core: Added GasPriceChange event
* eth: When one of the DB flush methods error a fatal error log message
is given. Hopefully this will prevent corrupted databases from
occuring.
* miner: remove transactions with low gas price. Closes #906 , #903
10 years ago
Jeffrey Wilcke
6674ea8d67
Merge pull request #911 from karalabe/whisper-graceful-fail
...
rpc, xeth: fix #881 , gracefully handle offline whisper
10 years ago
Péter Szilágyi
0ad5898c0f
rpc, xeth: fix #881 , gracefully handle offline whisper
10 years ago
obscuren
00280e62e3
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
7d69679935
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum
10 years ago
obscuren
7551264fa6
cmd/geth, cmd/mist: version 0.9.19
10 years ago
Jeffrey Wilcke
3874f02f1b
Merge pull request #894 from obscuren/develop
...
ethdb: set open file limit to 128 for all leveldbs
10 years ago