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
Lefteris Karapetsas
e9c11a143e
Switching node indices to uint32_t to get the old behaviour back
10 years ago
Marek Kotewicz
7d8d30c551
rpc provider in progress
10 years ago
Paweł Bylica
73cc4e5b97
Return divrem results using vector <2 x i256>
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
yann300
edec624904
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
mix/qml/js/NetworkDeployment.js
10 years ago
yann300
62c988ac15
Check gas used for contract deployment and dapp registration.
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
CJentzsch
5ea1950e65
Merge remote-tracking branch 'upstream/develop' into walletTests
10 years ago
Marek Kotewicz
8b9044b77f
Merge branch 'develop' into v8console
10 years ago
subtly
f0e9f6e080
Allow 9x ingress connections so non-nat clients can connect and use the network. To be reduced after greedy go is updated to discontinue filling up the network's connection capacity by accepting connections beyond the ones it didn't make and not connecting to every node on the entire network.
10 years ago
Gav Wood
84ecbaff9e
Condition variables rather than polling FTW.
10 years ago
Gav Wood
1aa1950d75
Invariant utilities.
10 years ago