Paweł Bylica
e4bd6fc9f6
Merge remote-tracking branch 'upstream/develop' into no_warnings
Conflicts:
test/libdevcrypto/hexPrefix.cpp
10 years ago
chriseth
cf263ebdfc
Merge pull request #1988 from LianaHus/sol_Check_ref_problems_for_structs
Check: Reference problems concerning structs
10 years ago
Liana Husikyan
378341ce60
Update SolidityEndToEndTest.cpp
10 years ago
Gav Wood
0bb19d3b1c
Merge pull request #1973 from imapp-pl/pr/evmjit_cmake_fix
Do not override CMAKE_CXX_FLAGS in evmjit.
10 years ago
Liana Husikyan
050883805b
Update SolidityEndToEndTest.cpp
10 years ago
Gav Wood
1fd433c729
Merge pull request #1984 from subtly/macgpu
Change c_zero to non-static as macos can't enqueue static const.
10 years ago
Gav Wood
ec9b635a02
Merge pull request #1987 from chriseth/fix_callcode
Bugfix concerning receive address for CALLCODE.
10 years ago
Liana Husikyan
7c35547631
Update InterfaceHandler.cpp
10 years ago
Liana Husikyan
f3b89a9677
style fix
10 years ago
chriseth
66938bec0a
Merge pull request #1983 from chriseth/sol_knowledgeableGasEstimation
Gas estimation taking known state into account.
10 years ago
Paweł Bylica
bede7bcf10
Simplify gas related expression. NFC.
10 years ago
Paweł Bylica
259dc9a63b
testeth: let expected be expected.
10 years ago
Liana Husikyan
4268174af7
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
c16ee526d5
added tests to check references to struct type.
10 years ago
Paweł Bylica
7e1bee853d
Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_refactor
Conflicts:
libethereum/ExtVM.cpp
libevm/SmartVM.h
libevm/VM.cpp
libevm/VM.h
libevm/VMFace.h
10 years ago
chriseth
8c118dc6b7
Bugfix concerning receive address for CALLCODE.
10 years ago
subtly
68c9eb2937
fix whitespace
10 years ago
CJentzsch
8b7ec057f4
remove eth_solidity dependency for statetests
10 years ago
yann300
f5ef8df702
Merge remote-tracking branch 'up/develop' into bugFix
Conflicts:
mix/CodeModel.cpp
10 years ago
yann300
e37ddf8eac
bug fix
10 years ago
subtly
b5822c7d95
Change c_zero to non-static as macos can't enqueue with static const ptr.
10 years ago
Gav Wood
32a850a9ff
Trie timing.
10 years ago
Gav Wood
846de9acea
Pregenerate DAG when mining on AZ/eth/ethminer.
Use regeneratable key for decrets by default.
10 years ago
chriseth
31c6ee40f6
Gas estimation taking known state into account.
10 years ago
Gav Wood
cfb9bd15b0
Tidy up notifications.
10 years ago
Gav Wood
ce205f382c
Remote mining fixes.
10 years ago
Gav Wood
742f2dbcc8
Build fix.
10 years ago
Gav Wood
3c58d68fe2
Quieter timing reporting.
10 years ago
Gav Wood
c4b044d926
Improve AZ & eth latency.
10 years ago
Gav Wood
108f89a9b5
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c4df26e82e
Actually load the DAG.
10 years ago
Gav Wood
34b83c2096
Merge pull request #1923 from yann300/gasEstimation
Mix - Gas estimation
10 years ago
Gav Wood
715a63620b
Move OverlayDB (leveldb dependent) back into libdevcrypto.
10 years ago
Gav Wood
c2ce5b0746
git push origin developMerge branch 'arkpar-bc' into develop
10 years ago
Gav Wood
182a88e721
Merge branch 'bc' of https://github.com/arkpar/cpp-ethereum into arkpar-bc
10 years ago
Gav Wood
eaba288d4b
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
05ea9941c9
Move non-cryptopp dependent stuff into devcore.
10 years ago
Gav Wood
9adde95145
SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.
10 years ago
Paweł Bylica
465179e6f9
Avoid forbidden function pointer cast.
10 years ago
CJentzsch
bb7ca7a6b4
handle output larger than 4069 bytes in test
10 years ago
Arkadiy Paronyan
d3a954d3d1
Merge pull request #1976 from arkpar/mix_fix
Mix: Removed unused module
10 years ago
Gav Wood
55bb350271
Merge pull request #1978 from LefterisJP/downloadView_fix
Fix DownloadView Race condition
10 years ago
Gav Wood
cbdb46ea43
Miner fix.
Possible fix for VM (and remove gas from the interface).
10 years ago
yann300
49d69ee32a
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
Liana Husikyan
2d377d95ea
added ';'
10 years ago
Liana Husikyan
f02962a368
added constructor to solidiy abi
10 years ago
Lefteris Karapetsas
5f849c8eed
Fix DownloadView Race condition
- There is a race condition with potential division by zero which is
mostly observed when debugging AZ from gdb where there is a big gap
between window refreshes due to breakpoints and such
10 years ago
arkpar
1a334221ea
removed unused module
10 years ago
yann300
6ec7a618c2
small changes
10 years ago
Gav Wood
5e1115d0e9
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago