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
Lefteris Karapetsas
a66a3c7a27
Remove seed parameter from ethash_full_new()
10 years ago
Arkadiy Paronyan
0f6a6c4b5f
Merge pull request #1561 from yann300/ui_macos
Mix - Implement InverseMouseArea QML control
10 years ago
yann300
ddb9892005
small changes
10 years ago
yann300
52d943aed9
small changes
10 years ago
yann300
d182406015
Implement OutSideClick
10 years ago
Lefteris Karapetsas
6554ab655e
Add docstring to compute_full_data()
10 years ago
Gav Wood
683dd22051
Allow fudging of calls so they never fail.
10 years ago
Gav Wood
a4601657cd
Merge pull request #1563 from ethereum/p2p
NodeTable bug fixing. Esp issue on first-connect to bootstrap node.
10 years ago
Gav Wood
fd404dee5d
Fix solidity tests.
10 years ago
Gav Wood
486233a478
Merge pull request #1538 from debris/js
web3 0.2.5
10 years ago
Gav Wood
31501e8306
Merge pull request #1546 from chriseth/sol_assumeContractNotCreated
Retain more gas for the case that the called contract is not yet created
10 years ago
Gav Wood
dfb4fb799d
Merge pull request #1401 from winsvega/expectedState
Expected state
10 years ago
Gav Wood
4bf9319c15
Fix the "fix".
10 years ago
Gav Wood
13fdd2e6e0
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
619b02ce93
Proper compile fix.
10 years ago
subtly
a0e3e82689
NodeTable bug fixes. Fix rlp message size calculation for neighbours packet. Increase refersh interval. Fix log output.
10 years ago
subtly
6b30cc54ce
Merge branch 'develop' into p2p
10 years ago
Marek Kotewicz
6149f7ad24
Merge pull request #1562 from LefterisJP/fix_build
Fixing the build
10 years ago
Lefteris Karapetsas
a37ad1e7ce
Fixing the build
10 years ago
Lefteris Karapetsas
5394bd6834
new api full/light test and get_cache()
- Adding new api full and light client test
- Moving the test for the old API into a deprecated section. Will get
deleted along with that API.
- Adding 2 new functions for light/full clients. One to get the pointer
to the cache and one to move it out of the client
10 years ago
yann300
5a4f7ea7ba
Implement InverseMouseArea
10 years ago
chriseth
6d8d0ec8b1
Merge pull request #1442 from LianaHus/sol_AccessorsForArrays
accessors for ArrayType
10 years ago
Gav Wood
4aca199707
Fixed bug in test's BlockChainLoader making it crazy slow and constantly
importing blocks it already had.
10 years ago
Liana Husikyan
2cf5fdcadf
fixes
added more tests
10 years ago
Liana Husikyan
99b3f7a55c
added < uint256 uinttype to test
10 years ago