Lefteris Karapetsas
9bf6ad8cfc
subtree bump: ethash_reloaded
10 years ago
Gav Wood
808886a384
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
ae74058320
Windows build fixes.
10 years ago
Gav Wood
bb75aa6271
Merge pull request #1807 from chriseth/sol_fix_missingFunctionHashesArgument
Fix for exception if function hashes not requested.
10 years ago
chriseth
b7d560d3e7
Fix for exception if function hashes not requested.
10 years ago
Gav Wood
3f72ae8c14
Merge pull request #41 from LefterisJP/finalize_and_use_new_api
Finalize and use new api
10 years ago
Gav Wood
20d3a2d892
Merge pull request #1743 from chriseth/evmasm
Move assembly related files to libevmasm and split parameters.
10 years ago
Gav Wood
717a3c2b01
Merge pull request #1803 from gluk256/firsttest
libp2p test and bugfix
10 years ago
Gav Wood
e08d6bb8eb
Merge branch 'arkpar-core_perf' into develop
10 years ago
Gav Wood
82e86eba1b
Compile fix.
10 years ago
Gav Wood
9e18fe20ec
Merge branch 'core_perf' of https://github.com/arkpar/cpp-ethereum into arkpar-core_perf
10 years ago
Gav Wood
167e97364e
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
677eb456b2
Optimisations QString -> string, make AZ snappier by refactoring UI of
accounts.
10 years ago
Lefteris Karapetsas
bed7c62bca
Fixes for building on Mac
10 years ago
arkpar
7387a1c250
replaces cache maps with hash tables, reverted noteCanonChanged
10 years ago
Vlad Gluhovsky
66c3f1149b
Bugfix: null pointer check is added
10 years ago
Lefteris Karapetsas
b90dd99d09
Fixing Windows tests
10 years ago
Vlad Gluhovsky
0ccd98bf90
libp2p test
test for requirePeer function
10 years ago
arkpar
36ad21490b
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into core_perf
10 years ago
chriseth
e38a2b1cd8
Merge pull request #1795 from LianaHus/sol_SecondaryLocationsForErrors
Solidity: Secondary locations for errors
10 years ago
arkpar
b9f21a3be2
style
10 years ago
Gav Wood
ca0d24d66b
Merge pull request #1785 from psalami/add-networkid-option-ps
adding --network-id option to eth cli
10 years ago
Arkadiy Paronyan
ddd8b192dc
Merge pull request #1797 from arkpar/mix_state
Mix: Bugfixes
10 years ago
arkpar
90d06cb7b3
more performance optimizations
10 years ago
Liana Husikyan
3cfe1cabda
Update NameAndTypeResolver.cpp
10 years ago
Liana Husikyan
abab0a744e
Update AST.cpp
10 years ago
Liana Husikyan
e25c6beb27
Update AST.cpp
10 years ago
Liana Husikyan
f4b836dab3
some more style fixes
10 years ago
Liana Husikyan
1c6fcca6e2
small fix
10 years ago
Lefteris Karapetsas
c63c49c9f8
Merge in Felix's changes
10 years ago
chriseth
202b54d575
Merge pull request #1799 from chriseth/sol_functionHashes
Feature for commandline compiler to output the function signature hashes.
10 years ago
chriseth
25f269feec
Removed layouting space.
10 years ago
Lefteris Karapetsas
bcf9ed6589
Trying to address more MSVC warnings
10 years ago
arkpar
a1c84c7172
blockchain download and import performance optimizations
10 years ago
chriseth
04048bad93
Feature for commandline compiler to output the function signature hashes.
10 years ago
Lefteris Karapetsas
54dce65fa1
Use FNV hash function in ethash_calculate_dag_item()
10 years ago
Liana Husikyan
0702c58368
fixed warrning
10 years ago
Liana Husikyan
7b72aa68be
fixed the order of error msgs
10 years ago
Liana Husikyan
da309c3853
created secondarySoureLocation error type
added additional information to error msgs
10 years ago
Felix Lange
d3396ec513
ethash.go, libethash: pass hashes and return values on the stack
Passing Go pointers into C is not safe. See https://golang.org/issue/8310
for more background. This commit removes uses like the ones below and
passes hashes and return values on the stack instead.
var h common.Hash
C.function(&h[0], ...)
var ret C.struct_ethash_return_value
C.function(&ret)
This requires changes in the internal C API.
10 years ago
Lefteris Karapetsas
e9c11a143e
Switching node indices to uint32_t to get the old behaviour back
10 years ago
arkpar
0f8ab6db64
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_state
10 years ago
Gav Wood
abb4ed7059
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
arkpar
e712ade6e2
style
10 years ago
Gav Wood
a5d700f1f7
Change RPC port to same as go.
10 years ago
Gav Wood
5602e28b68
Merge pull request #1794 from chriseth/sol_fix_forContinue
Fix for broken continue in for loop.
10 years ago
Gav Wood
6df83b1010
Merge pull request #1792 from subtly/pacify
bump incoming connection limit
10 years ago
arkpar
258b1d9271
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_state
10 years ago
arkpar
0f0b332848
fixed debugging into base contracts
10 years ago
chriseth
1e6ff441fe
Fix for broken continue in for loop.
Fixes #1789 .
10 years ago