Paweł Bylica
6123352295
Replace map of basic blocks with vector.
10 years ago
Paweł Bylica
b44d4846f5
Use llvm::SwitchInstr as a jump dest map.
10 years ago
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
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
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
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
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
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
Gav Wood
c8bbf5a0b0
ethconsole improvements.
Store session key in user's homedir for ease of use of ethconsole.
10 years ago
Gav Wood
5dcee7a6b3
Fix up extraData reporting.
10 years ago
Gav Wood
053e3b1cc1
Merge pull request #2577 from subtly/cryptoFix
Remove unused code
10 years ago
Gav Wood
4b24d4a14f
Default to Olympic for now.
10 years ago
Gav Wood
21d479acf3
Sort addresses.
10 years ago
Gav Wood
59f843263a
Fix state diffs in AZ.
10 years ago
Gav Wood
f72d6eda26
Remove failing build portion.
10 years ago
Gav Wood
5d08a13ce8
Fixed block reward, transaction dialog.
10 years ago
subtly
7683d8e8e6
Merge branch 'develop' into cryptoFix
10 years ago
subtly
ee422c513d
remove unused code
10 years ago