chriseth
|
6d80b0c59b
|
Build fix after merge.
|
10 years ago |
chriseth
|
8f98d65626
|
Split params into evm-related and mining/block-related.
|
10 years ago |
chriseth
|
2111cd4894
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
10 years ago |
Arkadiy Paronyan
|
fc7c9d5a08
|
Merge pull request #1755 from yann300/bugFix2
Mix - When deploying to the network, allows to fill in params in ctor.
|
10 years ago |
chriseth
|
f6fdf98907
|
Merge pull request #1769 from chriseth/sol_astUtils
Utility class to find a suitable AST node for a given location.
|
10 years ago |
chriseth
|
8ca0d6098d
|
Fixed source location comparison operator.
|
10 years ago |
yann300
|
34a8027228
|
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
test/webthreestubclient.h
|
10 years ago |
yann300
|
6b4fd27dfd
|
add UrlHint Registration in NameReg
|
10 years ago |
Gav Wood
|
938a70c725
|
Merge pull request #1767 from arkpar/mix_state_io
State export/import
|
10 years ago |
chriseth
|
9524ca5e31
|
Utility class to find a suitable AST node for a given location.
|
10 years ago |
yann300
|
b0a7edd6e8
|
Merge remote-tracking branch 'up/develop' into bugFix2
|
10 years ago |
arkpar
|
8393328eeb
|
removed webthreestubclient.h
|
10 years ago |
arkpar
|
2623bee198
|
import/export state
|
10 years ago |
Marek Kotewicz
|
9e74bcb205
|
fixed az jsonrpc port
|
10 years ago |
yann300
|
13fa394f60
|
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
test/webthreestubclient.h
|
10 years ago |
yann300
|
4bc11ad6cb
|
fix bug why deploying to network
|
10 years ago |
Gav Wood
|
ae6dbcfc21
|
Merge pull request #1761 from chriseth/sol_fix_deleteBytes
Fix for deleting byte array elements.
|
10 years ago |
chriseth
|
7a5d5b3af3
|
Fix for deleting byte array elements.
Fixes #1759.
|
10 years ago |
Gav Wood
|
40396de020
|
Merge pull request #1725 from debris/web3.js-v3.1
Web3.js v3.3
|
10 years ago |
Gav Wood
|
524fca7cf2
|
Merge pull request #1758 from chriseth/sol_astRefactor
AST visitor refactoring.
|
10 years ago |
Gav Wood
|
c13b3fa7bc
|
Merge pull request #1748 from caktux/develop
refactor Dockerfile
|
10 years ago |
Gav Wood
|
802e266bdd
|
Merge pull request #1720 from debris/webthreestubclient
fixed webthreestubclient generation directory
|
10 years ago |
Gav Wood
|
8eb69849df
|
Merge pull request #1747 from subtly/connectlimit
simple max inc connect limit
|
10 years ago |
Gav Wood
|
16749f6e83
|
Merge pull request #1756 from subtly/installethash
install ethash if ethash-cl not built
|
10 years ago |
Gav Wood
|
392ab833ff
|
Merge pull request #1738 from arkpar/eth_log
Fixed uninitialized logging tag
|
10 years ago |
Gav Wood
|
aabd04e21b
|
Merge pull request #1731 from winsvega/issues
issues: right r<1, s<1 comparation
|
10 years ago |
Gav Wood
|
0e24c5f75e
|
Merge pull request #1716 from CJentzsch/gasPricerTests
Gas pricer
|
10 years ago |
Gav Wood
|
73db0e14a6
|
Merge pull request #1692 from winsvega/newtests
Newtests
|
10 years ago |
Gav Wood
|
7bef9ed491
|
Tidy and conformalise the toHex API.
|
10 years ago |
Gav Wood
|
ee3cd555ab
|
Merge pull request #1655 from winsvega/blockweight
BlockWeight: blockchain test refactoring
|
10 years ago |
Gav Wood
|
c6b036e2e6
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
d60fe1961b
|
Full ICAP implementation (Direct, Indirect-ETH, Indirect-XET).
|
10 years ago |
chriseth
|
f6b337806a
|
Provide a way to override default visitor function in a generic way.
|
10 years ago |
chriseth
|
220fc130bd
|
Removed visit functions for abstract AST nodes.
|
10 years ago |
subtly
|
3d556aca50
|
install ethash if ethash-cl not built
|
10 years ago |
chriseth
|
5f8a110b6f
|
Merge pull request #1740 from chriseth/sol_sourceLocationForOptimizer
Try to keep source location during optimisation.
|
10 years ago |
chriseth
|
07f21bf577
|
Merge pull request #1646 from LianaHus/sol_abiForConstructor
Solidity: add constructor for ABI json
|
10 years ago |
yann300
|
cd70218cd1
|
Deploy To Network: users choose which state to use for deploying
|
10 years ago |
Gav Wood
|
64f159ebdf
|
Transaction injection. Signing still needs properly sorting.
|
10 years ago |
Liana Husikyan
|
bd693e4ca8
|
saved returnParameterNames in FunctionType constructor
|
10 years ago |
Liana Husikyan
|
e612ddeafe
|
changed the test so constructor will have input parameters
|
10 years ago |
Liana Husikyan
|
376201c781
|
removed an unnecessary function
|
10 years ago |
Liana Husikyan
|
8fe9d0a335
|
changed the implementation
|
10 years ago |
Liana Husikyan
|
b2b723400a
|
style fix
|
10 years ago |
Liana Husikyan
|
f2502b01f7
|
fixed the output of the test
|
10 years ago |
Liana Husikyan
|
39b4ec7ab7
|
test for resalts
|
10 years ago |
Arkadiy Paronyan
|
4c4a36dddc
|
Merge pull request #1752 from arkpar/mix_ux
Mix: debugger values usability enchacements
|
10 years ago |
chriseth
|
a30da8b41b
|
Try to keep source location during optimization.
|
10 years ago |
Marek Kotewicz
|
782df3c164
|
Merge pull request #1710 from chriseth/linkage
Use BUILD_SHARED_LIBS
|
10 years ago |
arkpar
|
e729a54f67
|
fixed debugger values width and made them selectable
|
10 years ago |