Lefteris Karapetsas
b0629cb2c5
no need to have target json for failing tests
10 years ago
Lefteris Karapetsas
04d0415e52
Detect if non-existant parameter is documented with natspec
10 years ago
arkpar
b1a51ebd46
continue work on tests
10 years ago
Marek Kotewicz
df4f1258e8
failing tests for getting genesis block
10 years ago
subtly
446471d569
Explicit instantiation to prevent reference and force copy of shared-ptr. Potential fix for #1366 .
10 years ago
yann300
5bfff8fcac
- Fix for #1448 , #1447
10 years ago
Lefteris Karapetsas
68f20ca817
Recovering lost commit after rebase
- adding back the tests for ethash_io
- adding back the travis configuration changes
- minor changes to make everything work
10 years ago
Marek Kotewicz
f1fd628653
BlockChainLoader uses genesisRLP to load blockchain
10 years ago
chriseth
b1ea943975
Optimize breaking item.
10 years ago
chriseth
d6a611429f
Optimizer for memory.
10 years ago
chriseth
9da4c207a3
Change to storage operations.
10 years ago
chriseth
c19229415d
Some optimizations to the optimizer.
10 years ago
chriseth
965f005a98
Storage access optimisation.
10 years ago
Lefteris Karapetsas
e4c695f37e
Style fixes
10 years ago
Lefteris Karapetsas
ab389898bd
ethash_io_prepare takes seedhash as an argument
- Also typedefing a blockhash (uint8_t[32]) as an ethash_blockhash_t
10 years ago
Lefteris Karapetsas
219e8e9825
Correct return value in memofile mismatch
10 years ago
Lefteris Karapetsas
383865e191
ethash_io_write and win32 specific code
- adding ethash_io_write() function
- only ethash_io_prepare() invoke system dependent functions so it's the
only one going in system specific source files.
10 years ago
Lefteris Karapetsas
43b7db8220
Adding io.h and io_posix.c
- DAG and memo file creation will now be taken care of in libethash
itself.
- To that end we crete a very minimal IO module for ethash.
- Depending on the target system io_posix or io_win32 will be used.
- Implemented ethash_io_prepare() for posix
10 years ago
Gav Wood
076f787af9
Minor refactor.
10 years ago
Gav Wood
6ad2098411
Merge pull request #1436 from subtly/reqpeer
requirePeer
10 years ago
subtly
c83062e76a
coding standards
10 years ago
subtly
b9918f94fa
bugfix. handle recv after disconnect.
10 years ago
subtly
1cd510a541
coding standards
10 years ago
subtly
b025980db8
Merge branch 'develop' into reqpeer
10 years ago
Gav Wood
6b409f52ad
More descriptive errors on database fail.
Fixes #1343
10 years ago
subtly
9f575d3465
Merge branch 'develop' into reqpeer
Conflicts:
libp2p/Network.h
10 years ago
subtly
8568370a49
use explicit name of const
10 years ago
Gav Wood
9a69198a74
Use TransientDirectory.
10 years ago
subtly
86092b27ed
remove unused method
10 years ago
Gav Wood
91d85a4023
Fix a load of horrible style that got through.
Fix blockchain tests so they don't clobber the AZ blockchain DB!
Make TransientDirectory use a temp path unless otherwise instructed.
10 years ago
subtly
fb39490d66
Merge branch 'develop' into reqpeer
Conflicts:
libp2p/Network.cpp
10 years ago
subtly
55986db377
synchronous resolver
10 years ago
subtly
521bf5b384
style
10 years ago
Gav Wood
25333cace3
Clean up variable names.
10 years ago
subtly
60e89b88a5
Merge branch 'develop' into reqpeer
10 years ago
Gav Wood
585962347b
Minor presentation fix.
10 years ago
Gav Wood
27d1436cfd
Fixes to eth's Interface.
10 years ago
Gav Wood
1523b18169
Minor off-by-one fix.
10 years ago
Gav Wood
6b05b8d9ff
Refactored much of transaction queue for tidiness and optimisation.
10 years ago
Gav Wood
472e941647
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
ac14ff2830
Merge pull request #1452 from subtly/stateSync
defer signature recovery until after gas price check
10 years ago
subtly
45c3bea8f1
prevent exception when invalid IP entered into listen-ip or public-ip fields in AZ
10 years ago
subtly
5173be3eb6
defer signature recovery until after gas price check
10 years ago
subtly
b4a7bb03dd
Merge branch 'p2p' into reqpeer
10 years ago
subtly
b3393ffcba
style
10 years ago
Gav Wood
977f346bd7
Merge pull request #1451 from debris/develop
fixed #1450
10 years ago
Gav Wood
f335fa15ec
Merge pull request #1443 from yann300/bugFix
Mix - bug fix : #1430
10 years ago
Gav Wood
83a26ddc4b
Remove the 1m gas reference.
10 years ago
Gav Wood
2f236ad027
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
fe7788cdee
Extra debug information for #1438 .
10 years ago