chriseth
4e3d24ae51
Merge pull request #2199 from chriseth/sol_memoryArrays4
Copying between memory and memory.
10 years ago
Vlad Gluhovsky
b046146d48
unused variable removed
10 years ago
chriseth
5848faeb49
Some documentation and checks for vector_ref.
10 years ago
Vlad Gluhovsky
4c854e8e97
rebased on the latest develop
10 years ago
Gav Wood
267b24bea6
Support changing miner in eth.
10 years ago
Vlad Gluhovsky
255f81e2cc
Bloom Filter initial version reviewed
10 years ago
Vlad Gluhovsky
f760513657
a minor refactoring
10 years ago
Vlad Gluhovsky
013ba9966a
Bloom Filter, first version
10 years ago
Vlad Gluhovsky
c925b2936b
Bloom Filter introduced
10 years ago
Vlad Gluhovsky
1044b995dd
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
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
Vlad Gluhovsky
e459e2e96e
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
Dimitry
be2ed88d2f
Coverage script
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
yann300
f4c105056a
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
yann300
0ea695c699
fix for #2194 #2145
10 years ago
CJentzsch
e486ce32f1
add diff is zero test
10 years ago
CJentzsch
271b6a6771
Merge remote-tracking branch 'upstream/develop' into PoWTests
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
yann300
9ddf68b7f4
- array validation in QML
- compliant with multi dim/dynamic array
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
Lefteris Karapetsas
4bb4a8aa60
Add cmake command for OpenCL kernel code
The OpenCL kernel gets parsed and copied into a byte array accessible
by a specific header during the cmake configuration step.
We are now adding a special command "make clbin2h" which would generate
this header byte array on demand
10 years ago
CJentzsch
a3823da2ba
add invalid PoW in uncle blockheader tests
10 years ago
CJentzsch
a6bb3d4302
add invalid PoW in blockheader tests
10 years ago
CJentzsch
e23d6f68d7
add ability to have invalid Pow in BlockChaintests
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
CJentzsch
3ba4a79f21
Merge remote-tracking branch 'upstream/develop' into moreTests
10 years ago
Paweł Bylica
9ae15d5474
Set required LLVM version to 3.7.
10 years ago
Paweł Bylica
efd1ff7bb5
Update llvm::IRBuilder::CreateCall to new API version.
Buildbot bump.
10 years ago
Dimitry
b381bc6f48
Script Coverage
10 years ago
chriseth
2c37204a69
KeyManager refactoring to increase readability.
10 years ago
gluk256
5c2018d1bc
Update FixedHash.h
10 years ago
Dimitry
be45d62b61
Code Coverage: bash syntax
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
Dimitry
b6ca0d7856
Coerage Script
10 years ago
arkpar
1c2a9cd088
fixed syncing stalling issues
10 years ago
Gav Wood
dba9faa41a
Don't compile neth.
10 years ago
Dimitry
1959b140f9
Coverage script
10 years ago
Dimitry
402dc01640
Coverage info
10 years ago