Gav Wood
d807531360
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
b27b540a98
Merge pull request #2215 from CJentzsch/coreUnitTests
basic AES tests
10 years ago
Gav Wood
df50cab713
Merge pull request #2210 from chriseth/vectorRefDoc
Some documentation and checks for vector_ref.
10 years ago
Gav Wood
c797b8b22e
Merge pull request #2208 from chriseth/libdevcoreStuff
Some changes in libdevcore.
10 years ago
Gav Wood
924e8387f1
Merge pull request #2207 from LefterisJP/ethash_bump
Pull 2 updates from ethash
10 years ago
Gav Wood
8925676e2a
Merge pull request #2198 from arkpar/bc
Fixed sync stalling issues
10 years ago
Gav Wood
66fc35fec0
Merge pull request #2187 from LefterisJP/macosx_opencl_warnings
Fix macosx opencl warnings
10 years ago
Gav Wood
e521f75581
Merge pull request #2190 from CJentzsch/moreTests
test for tx in block 504980
10 years ago
Gav Wood
67465f821d
Merge pull request #2131 from chfast/test_windows_stack_size
Windows stack size
10 years ago
Gav Wood
88a38c33d8
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
CJentzsch
83cc17f240
update file name in description
10 years ago
CJentzsch
07b811ebfa
basic AES tests
10 years ago
chriseth
4e3d24ae51
Merge pull request #2199 from chriseth/sol_memoryArrays4
Copying between memory and memory.
10 years ago
chriseth
5848faeb49
Some documentation and checks for vector_ref.
10 years ago
Gav Wood
267b24bea6
Support changing miner in eth.
10 years ago
Gav Wood
e3220ec76c
Merge pull request #2201 from chfast/fix_fakeextvm
Set code hash in FakeExtVM
10 years ago
chriseth
93003a1224
Some changes in libdevcore.
10 years ago
Gav Wood
9c04a18b39
Merge pull request #2197 from gluk256/_bloom_update
bloom update
10 years ago
Gav Wood
d5fd671536
Merge pull request #2189 from LefterisJP/fix_macosx_opencl_segfault
OpenCL in MacosX does not like static variables
10 years ago
Gav Wood
505aec7c50
Merge pull request #2180 from subtly/netFix
require peer changes
10 years ago
Gav Wood
f8e574fcdd
Merge pull request #2185 from CJentzsch/expandEthCLI
Expand eth cli
10 years ago
Lefteris Karapetsas
4940158a71
subtree bump: libethash
10 years ago
Lefteris Karapetsas
b859994822
Merge pull request #64 from LefterisJP/difficulty_boundary_clarification
quick_difficulty_check difficulty argument clarification
10 years ago
Lefteris Karapetsas
c19fb34c9a
quick_difficulty_check difficulty argument clarification
The argument passed into ethash_quick_check_difficulty is not the actual
difficulty but it's 2^256 divided by the difficulty.
10 years ago
Gav Wood
febfb10af1
Merge pull request #2204 from CJentzsch/fixPoWVerification
check nonce
10 years ago
Gav Wood
ae608c0171
Merge pull request #2186 from LefterisJP/et_wont_be_sad_no_more
ET won't be sad anymore
10 years ago
CJentzsch
1bc547dc48
check nonce
10 years ago
chriseth
bab25a2bd7
Style.
10 years ago
Arkadiy Paronyan
26ad9e49a4
Merge pull request #2188 from chriseth/mix_badjump
Upgrade "BadJumpDestination" to semi-recoverable "OutOfGas" exception.
10 years ago
Paweł Bylica
623a24ff99
Set code hash in FakeExtVM.
10 years ago
gluk256
5c2018d1bc
Update FixedHash.h
10 years ago
chriseth
e0c101ca3b
Copying between memory and memory.
Also fixed some encoding and padding issues with older copying code.
10 years ago
chriseth
498a65471f
Merge pull request #2163 from chriseth/sol_memoryArrays3
Pointers are not references.
10 years ago
arkpar
1c2a9cd088
fixed syncing stalling issues
10 years ago
Gav Wood
dba9faa41a
Don't compile neth.
10 years ago
Vlad Gluhovsky
4fd0d70c47
FixedHash::bloom() refactored
10 years ago
Gav Wood
ead3e7be9b
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
239dfc1293
Switch to warning.
10 years ago
Gav Wood
6ac8338992
Extra debug notice.
10 years ago
chriseth
02c9589734
Style.
10 years ago
chriseth
1e6b82606e
Pleased gcc.
10 years ago
chriseth
7d09d87d16
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
10 years ago
CJentzsch
a52d85c38d
fix block number in test
10 years ago
Paweł Bylica
8357930b25
Do not increase Windows stack size.
10 years ago
Lefteris Karapetsas
45858c0a78
OpenCL in MacosX does not like static variables
Should fix #2172
10 years ago
Gav Wood
c77ab101c4
inspect in admin interface.
10 years ago
Gav Wood
9afd426e5a
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
10 years ago
Vlad Gluhovsky
c2a62f4202
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
chriseth
c1826e4634
Upgrade "BadJumpDestination" to semi-recoverable "OutOfGas" exception.
10 years ago
Lefteris Karapetsas
d416e667ed
Fix macosx opencl warnings
It seems that OpenCL macosx implementation needs a static on the
function implementations if there is no corresponding declaration as can
be seen by this report: https://github.com/ethereum/cpp-ethereum/issues/2172
10 years ago