Gav Wood
|
82ca50d234
|
NewBlockHashes packet, basic implementation.
|
10 years ago |
subtly
|
ec9a592536
|
Prevent mass-connections, which otherwise, would result in all connections then being mass-dropped.
|
10 years ago |
subtly
|
ee1339c0cc
|
Add nodes directly to node table when creating network.
|
10 years ago |
Marek Kotewicz
|
df02fc61e3
|
style fixes
|
10 years ago |
unknown
|
73f1747198
|
changed ethereum -> Ethereum in nsis package
|
10 years ago |
Gav Wood
|
0b9aa24aad
|
Merge pull request #1806 from winsvega/newtests
Specifing concrete test when filling testsuite
|
10 years ago |
Gav Wood
|
7d8ac3d769
|
Merge pull request #1796 from yann300/bugFix2
Mix - check gas used for contract deployment and dapp registration.
|
10 years ago |
Gav Wood
|
c5a494d1cc
|
Merge pull request #1782 from subtly/ipv6
Limit DNS resolution to ipv4.
|
10 years ago |
Gav Wood
|
08a9282dac
|
Fixed mining in paranoid mode.
|
10 years ago |
Gav Wood
|
55d28584f3
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
7aa4da008b
|
Minor fix for mining.
|
10 years ago |
Gustav Simonsson
|
383c14b178
|
Add -mno-stack-arg-probe for windows and fix snprintf
|
10 years ago |
Lefteris Karapetsas
|
9bf6ad8cfc
|
subtree bump: ethash_reloaded
|
10 years ago |
unknown
|
8478c2e73a
|
program files x64
|
10 years ago |
Gav Wood
|
61cfa1517d
|
Initial stab at KeyManager.
|
10 years ago |
Gav Wood
|
ee03387457
|
ethashCL doesn't need memory to shadow each GPU.
|
10 years ago |
Gustav Simonsson
|
79dca367dc
|
Comment out conflicting debug macro
|
10 years ago |
unknown
|
807614bf55
|
cpack package name starts with capital letter
|
10 years ago |
Marek Kotewicz
|
21afaa6e8b
|
Merge pull request #1812 from arkpar/msvc
Fixed accessing deleted widgets
|
10 years ago |
arkpar
|
cb2e313ae3
|
Fixed accessing deleted widgets
|
10 years ago |
chriseth
|
c57305025f
|
Style.
|
10 years ago |
chriseth
|
4ab07c6dd3
|
Use std::array.
|
10 years ago |
Paweł Bylica
|
346770def9
|
SmartVM: initial implementation
|
10 years ago |
chriseth
|
1933aa5c2c
|
CFG returns vector of blocks instead of assembly items.
|
10 years ago |
chriseth
|
ec7425fecd
|
Remove unused old optimizer rule.
|
10 years ago |
chriseth
|
1f149925bc
|
Gather knowledge about the state during control flow analysis.
|
10 years ago |
Lefteris Karapetsas
|
d622fdfd76
|
Adding Block verification tests
- The data for the block verification come from the POC-9 testnet.
- Also using boolean instead of int in check_difficulty for the verification
|
10 years ago |
unknown
|
3af40c3307
|
package solc, eth, ethminer, rlp && abi in cpack nsis installer
|
10 years ago |
yann300
|
5f4417de05
|
- Fix small diff between GlobalReg and OwnedReg
- add currentOwner() in OwnedReg
|
10 years ago |
chriseth
|
4988a6766f
|
Make KnownState work with all instructions.
|
10 years ago |
chriseth
|
e768959342
|
Common subexpression elimination ready for using pre-known state.
|
10 years ago |
chriseth
|
ce15b5bbc9
|
More flexible way to approach unknown stack elements.
|
10 years ago |
chriseth
|
30c832e358
|
Split known state from common subexpression eliminator.
|
10 years ago |
Marek Kotewicz
|
553676bc9e
|
throwing exception if we cannot print jsvalue
|
10 years ago |
chriseth
|
5b8614f178
|
Structural gas estimator.
|
10 years ago |
arkpar
|
d69b2badcf
|
Fixed accessing deleted widgets
|
10 years ago |
Marek Kotewicz
|
708affdc38
|
fixed constructor indention in JSV8Engine.cpp
|
10 years ago |
Marek Kotewicz
|
23782112b4
|
fixed style of JSEngine files
|
10 years ago |
Paweł Bylica
|
1e6659d1a9
|
Allow selecting VM kind manually
|
10 years ago |
Marek Kotewicz
|
36b4b46f66
|
removed redundant createShellContext function && fixed style of JSV8Engine files
|
10 years ago |
Marek Kotewicz
|
8eee07518f
|
fixed printing undefined
|
10 years ago |
Marek Kotewicz
|
06c228e6c0
|
forward declarations of unique_ptr
|
10 years ago |
Marek Kotewicz
|
f56868493f
|
duplicate code in eth/main.cpp wrapped into function
|
10 years ago |
yann300
|
bee5a8454e
|
Merge remote-tracking branch 'up/develop' into bugFix2
|
10 years ago |
unknown
|
3f3334971b
|
windows package fixes
|
10 years ago |
winsvega
|
65f53a5f28
|
singletest when refill
Solidity Contract Inheritance Test
|
10 years ago |
Gav Wood
|
808886a384
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
ae74058320
|
Windows build fixes.
|
10 years ago |
Gav Wood
|
bb75aa6271
|
Merge pull request #1807 from chriseth/sol_fix_missingFunctionHashesArgument
Fix for exception if function hashes not requested.
|
10 years ago |
Paweł Bylica
|
898682d04d
|
JIT class: the EVM JIT facade.
The JIT class added, future public EVM JIT library interface. Currently it supports queries about EVM code status.
|
10 years ago |