debris
7f2ac99679
fixed #1590 , msvc build with cmake 3.2.1
10 years ago
Marek Kotewicz
ed2274cf4b
fixed #1591 , cmake TARGET_PLATFORM
10 years ago
Gav Wood
fae9208c06
Add more files.
10 years ago
Gav Wood
6edb3840d7
Some early refactoring to support async miners better.
10 years ago
subtly
08a913921b
Drop unsolicited neighbours packets. Resolves #1556 .
10 years ago
Gav Wood
6e78287401
Ability to switch GPU/CPU mining on the fly.
10 years ago
Gav Wood
89dbad3bf8
Working GPU miner.
10 years ago
Alexandre Van de Sande
38e985e808
created a frame for the step action buttons
10 years ago
Marek Kotewicz
6714143a92
fixed blockNumber in jsonrpc transaction
10 years ago
Marek Kotewicz
bc607cf79c
Merge branch 'develop' into rpcfix
10 years ago
Gav Wood
0547a6c1d5
Fix build.
10 years ago
Marek Kotewicz
803503e311
Merge branch 'develop' into rpcfix
10 years ago
Gav Wood
317370c137
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
b5761c33b6
logging for jchow.
testing for ethashcl.
10 years ago
subtly
92669aa47d
Merge branch 'p2p' into whisper
10 years ago
arkpar
07b45657f7
bool param to enum
10 years ago
subtly
c7ef6a0d83
Log message instead of assert for invalid auth payload.
10 years ago
Gav Wood
3e025ed423
Merge pull request #30 from LefterisJP/fix_windows_warnings
Fix msvc compile warnings
10 years ago
Gav Wood
4dd5b58b66
Merge pull request #1572 from alexvandesande/UI
UI
10 years ago
Gav Wood
20d0c72e9c
Merge pull request #1566 from arkpar/az_web3
Load html urls through a proxy in AZ
10 years ago
Gav Wood
e47e67b81a
Merge pull request #1577 from imapp-pl/pr/scheduler_change
EVMJIT: Change instruction scheduler
10 years ago
Gav Wood
d0931bb0fc
Fix for MacOS
10 years ago
arkpar
6216b33775
Allow mining without pow check
10 years ago
Gav Wood
bc90008f0e
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c533f1cbda
OpenCL stuff, Fix for eth_call.
10 years ago
Lefteris Karapetsas
b78853b2d8
Fix msvc compile warnings
- Fix some warning due to missing casts
- Add wrappers for some functions that msvc considers unsafe
10 years ago
Marek Kotewicz
c417e2313e
additional fields in transaction: blockHash, blockNumber, transactionIndex
10 years ago
Paweł Bylica
7226fe23aa
Change instruction scheduler
Try different instruction scheduler in LLVM, other crashes sometimes.
Also parse command line options properly for random tests.
10 years ago
Alexandre Van de Sande
a42f640735
Removed comments
10 years ago
Alexandre Van de Sande
4441dffe35
stylistic adjustments to error and running style
10 years ago
Arkadiy Paronyan
70720f2693
Merge pull request #1576 from arkpar/mix_ux
Mix bugfixes
10 years ago
Lefteris Karapetsas
20216d8ad8
Fix endian swapping code
- The endian swapping code was actually doing bit-level swapping. Fixed
that now and added some tests.
- Also removed ugly #ifdefs from the code and abstracted it all into
macros which take care of the #ifdef logic
10 years ago
arkpar
d4125a58a5
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_ux
10 years ago
arkpar
dd9b069882
editor loading bugs fixed
10 years ago
Arkadiy Paronyan
6b8e1b9ab3
Merge pull request #1567 from yann300/ui_macos
Mix - UI improvements
10 years ago
yann300
566a1f4285
Rollback Debugger.qml
10 years ago
yann300
bf1841aa9b
small ui changes
10 years ago
Marek Kotewicz
8c6cd4a38c
Merge commit '60313959de74d8f4786858ee6e5425b7964478e9' into develop
Conflicts:
libjsqrc/ethereumjs/dist/web3-light.js
libjsqrc/ethereumjs/dist/web3-light.js.map
libjsqrc/ethereumjs/dist/web3-light.min.js
libjsqrc/ethereumjs/dist/web3.js
libjsqrc/ethereumjs/dist/web3.js.map
libjsqrc/ethereumjs/dist/web3.min.js
libjsqrc/ethereumjs/lib/web3/eth.js
10 years ago
Marek Kotewicz
60313959de
Squashed 'libjsqrc/ethereumjs/' changes from 73b9ed2..4def095
4def095 updated README.md
15b4dbd updated bower && package.json files
0ccc05a web3 in global namespace
ccc59d1 version 0.2.6
9c2c946 Merge branch 'web3' into develop
6763f34 tests for creating new contract with nondefault constructor, added missing files
2ef5efc fixed #70 , creating contract with nondefault constructor
dbe4015 Merge branch 'master' into develop
48b351a add gasPrice test and fixed failing uncle tests
7f75f3e fixed gasPrice output
ddec629 fixed getUncle parameter count
1e89ef0 changed to eth_protocolVersion
6add9bd Merge pull request #151 from ethereum/develop
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 4def0958d35cb5b8d92d277423af4d435dd89f16
10 years ago
Gav Wood
978a9db377
Warning fix.
10 years ago
Gav Wood
d319ef4b14
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
f89d32966b
Fixes for import/export.
10 years ago
Gav Wood
51f575e049
Blockchain import/export.
One or two minor additons to eth.
10 years ago
Alexandre Van de Sande
37db7b06ee
Merge branch 'develop' into UI
10 years ago
Alexandre Van de Sande
50d18453c7
triangles and debugging
10 years ago
yann300
e162fd4cd8
UI improvement
10 years ago
arkpar
811fd7d380
fixed some mousearea issues
10 years ago
arkpar
3249b219d7
fixed clang warning
10 years ago
arkpar
e18a3366d4
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into az_web3
10 years ago
arkpar
76f0be5876
load html urls through a proxy in AZ
10 years ago