Paweł Bylica
d7d2059e5f
Merge remote-tracking branch 'upstream/develop' into evmjit_stack
10 years ago
Paweł Bylica
4a68a237b0
Rename private members of LocalStack.
10 years ago
Paweł Bylica
1de60c02e6
Add test for global stack underflow.
10 years ago
Paweł Bylica
406e13dadf
Use LLVM metadata for keeping information about jump target index.
10 years ago
arkpar
3181f51eb1
fixed invariant on block queue clear
10 years ago
subtly
a83fecbe98
CLI flag to enable Whisper
10 years ago
Vlad Gluhovsky
4ff552d006
minor update
10 years ago
yann300
8cae713599
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
yann300
eae8de56d7
update the number of verification during the deployment process
10 years ago
Gav Wood
c9ee5d5b3f
Merge pull request #2558 from chriseth/sol_walletRevokeTests
Tests for the revoke feature of the wallet.
10 years ago
Gav Wood
d1b3c9b811
Merge pull request #2556 from arkpar/bc-test-fix
Fixed filltests
10 years ago
Gav Wood
aad89af49a
Merge pull request #2571 from subtly/iwannagofast
Update secp256k1
10 years ago
Gav Wood
b0f6e812f1
Merge pull request #2590 from CJentzsch/fixFrontierblockGasLimit
decrase minblockGasLimit to 5000 for frontier
10 years ago
Gav Wood
94149db6c2
Merge pull request #2596 from LefterisJP/pinning_fix
Hermit mode should be off by default
10 years ago
Paweł Bylica
f76d634769
Change the way Jump Table is created and filled.
10 years ago
Gav Wood
8c5fee7352
Hermit mode for eth.
10 years ago
Lefteris Karapetsas
1524278ba8
Hermit mode should be off by default
10 years ago
yann300
7a9df8017b
bugfix (bad scenario loaded in the deployment dialog)
10 years ago
Gav Wood
e6162ef9e9
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6f95f7265a
Fix session key setting for local eth console.
10 years ago
Paweł Bylica
f4b79cfee7
Do not remove dead blocks during compilation.
10 years ago
Paweł Bylica
7d1e35076f
Fix local stack max size calculation.
10 years ago
yann300
5902496db5
bug fix (while selecting a function to call)
10 years ago
Gav Wood
7e2f6b756b
Merge pull request #2586 from CJentzsch/fixFrontierBlocktime
increase frontier blocktime to 13s
10 years ago
Paweł Bylica
3ffdcd9f13
Test dynamic jumps.
10 years ago
Gav Wood
cd6e4fd45d
Release bundle.
10 years ago
yann300
c06e2dadf9
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
yann300
b00e3aa467
bug fix: use of bytes, bytes32
10 years ago
Vlad Gluhovsky
87fb411817
updated test topic advertising
10 years ago
Gav Wood
9440879032
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
132f8b8011
13 second blocktime boundary point.
10 years ago
Paweł Bylica
1e926fe6bc
Move fields from BasicBlock to LocalStack. Remove dump() functions.
10 years ago
Arkadiy Paronyan
73748dc3da
Merge pull request #2569 from yann300/deploydialog
Mix - manage enum
10 years ago
Vlad Gluhovsky
f75f4d8dc7
refactoring of topic test
10 years ago
debris
0c6e0b55de
extdep/getstuff.bat downloads only x64 libs on windows
10 years ago
Paweł Bylica
fcacf6e3a2
Remove code doing stack optimization with PHI nodes.
10 years ago
Paweł Bylica
b604dfefe6
Reimplementation of local stack handling during basic block compilation.
This change removed the intermediate stage when PHI nodes are inserted in place of items fetched from global stack. PHi stage requires information about other basic block therefore must be postponed to the point when all basic blocks has been compiled. In the same time this optimization has not been very effective.
10 years ago
yann300
2d8d67d8c6
Merge remote-tracking branch 'up/develop' into deploydialog
10 years ago
CJentzsch
b4c8314de9
blockGasLimit depending on network (olympic, turbo, frontier)
10 years ago
CJentzsch
b5548fd857
decrase minblockGasLimit to 5000 for frontier
10 years ago
CJentzsch
b99e00a572
increase frontier blocktime to 13s
10 years ago
subtly
977ed0f998
re-disable secp256k1 on windows
10 years ago
Gav Wood
e1d58ffafc
Fix ethconsole.
10 years ago
Gav Wood
15cf0382ba
Hermit mode to avoid connecting to other peers even while on a mainnet.
10 years ago
Gav Wood
2cce7238c7
Allow genesis JSON to be specified.
10 years ago
Gav Wood
888fb0294d
Tidy up arg list.
10 years ago
Gav Wood
0e5139d5d4
less verbosity.
10 years ago
Gav Wood
f19d11cfcf
Allow selection of network at runtime in AZ.
10 years ago
Gav Wood
18efffe220
Fix extraData reporting.
10 years ago
Gav Wood
479f0fde4f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago