Gav Wood
717a3c2b01
Merge pull request #1803 from gluk256/firsttest
libp2p test and bugfix
10 years ago
CJentzsch
16c6d48b58
add bc wallet test
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
winsvega
92b981cacf
Solidity: Cryptographic funcs fix
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
Marek Kotewicz
209cce445e
Merge branch 'develop' into v8console
10 years ago
CJentzsch
dcf070fa7d
finish wallet state tests
10 years ago
arkpar
36ad21490b
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into core_perf
10 years ago
Marek Kotewicz
5c2be28a2d
wrap const char* in jsstring
10 years ago
CJentzsch
a5b4b7ee20
add day limit tests
10 years ago
yann300
9d3287040f
Merge remote-tracking branch 'up/develop' into bugFix2
10 years ago
Marek Kotewicz
07fb87681c
cleanup
10 years ago
CJentzsch
2e8f802530
tests for contract multiowned
10 years ago
chriseth
e38a2b1cd8
Merge pull request #1795 from LianaHus/sol_SecondaryLocationsForErrors
Solidity: Secondary locations for errors
10 years ago
Marek Kotewicz
70512e7d76
fixes for linux
10 years ago
Marek Kotewicz
3c38241b0c
little cleanup after downgrade
10 years ago
Marek Kotewicz
e546787890
downgrade v8 to 3.15
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
yann300
a4f4e1dae2
When user fill eth url, warn if not enough gas to deploy.
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
Marek Kotewicz
f87fdaaa68
little cleanup
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
Marek Kotewicz
6dda59e172
fixed license
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
Marek Kotewicz
6e6c6a82a4
fixed printing bignumbers
10 years ago
Marek Kotewicz
a0f3c42d60
jsv8provider
10 years ago