Gav Wood
|
50644d2e10
|
Tidy and conformalise the toHex API.
|
2015-04-27 23:30:28 +02:00 |
|
Gav Wood
|
5e0eb4bae1
|
Merge pull request #1655 from winsvega/blockweight
BlockWeight: blockchain test refactoring
|
2015-04-27 23:08:48 +02:00 |
|
Gav Wood
|
16e3fc403e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
2015-04-27 19:23:07 +02:00 |
|
Gav Wood
|
f843161bd9
|
Full ICAP implementation (Direct, Indirect-ETH, Indirect-XET).
|
2015-04-27 19:22:53 +02:00 |
|
chriseth
|
ceb9326eb2
|
Merge pull request #1740 from chriseth/sol_sourceLocationForOptimizer
Try to keep source location during optimisation.
|
2015-04-27 16:51:01 +02:00 |
|
Liana Husikyan
|
21ced7e9c5
|
changed the test so constructor will have input parameters
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
5b07f11330
|
changed the implementation
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
9b956e809d
|
fixed the output of the test
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
18475f8ae1
|
test for resalts
|
2015-04-27 13:08:32 +02:00 |
|
chriseth
|
cfe24c3c2a
|
Try to keep source location during optimization.
|
2015-04-27 10:08:55 +02:00 |
|
winsvega
|
1580c38d66
|
blockweight: allfields to compact Hex fix
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
d872539b1f
|
blockweight: stateroot is hash
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
f1722d0f0a
|
BlockWeight: jsonrpc fix
refactoring
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
a5535ec86f
|
BlockWeight: data fix
refactoring
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
5d35f71350
|
BlockWeight: toCompactHex
refactoring
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
37ed74ab6e
|
blockweight: random test windows fix
attempt 1
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
01905a3382
|
Blockweight: rebase + comments
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
bd08a2bbe2
|
BlockWeight: tests refactoring
|
2015-04-24 16:03:14 +03:00 |
|
winsvega
|
393fc81dea
|
BlockWeight: blockchain test refactoring
|
2015-04-24 16:03:14 +03:00 |
|
chriseth
|
b129a201db
|
Merge pull request #1729 from chriseth/sol_interfaceOutput
Use non-implemented functions for solidity interface output.
|
2015-04-24 11:59:05 +02:00 |
|
Gav Wood
|
658ee79da2
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
2015-04-23 17:55:52 +02:00 |
|
Gav Wood
|
25450daf2c
|
More logging stuff.
Fixes #1680
|
2015-04-23 17:55:40 +02:00 |
|
chriseth
|
b4d2ead1b8
|
Use non-implemented functions for solidity interface output.
|
2015-04-23 15:00:44 +02:00 |
|
chriseth
|
fcb772293b
|
Fix regarding memory overwrite during sha3 computation.
|
2015-04-22 11:43:50 +02:00 |
|
chriseth
|
99a0cb3545
|
bytes parameters for events and sha3.
|
2015-04-22 11:43:49 +02:00 |
|
Marek Kotewicz
|
be689e8a08
|
Merge pull request #1593 from debris/cmake3.2.1
fixed #1590, msvc build with cmake 3.2.1
|
2015-04-22 07:59:04 +02:00 |
|
Gav Wood
|
817f3d53e9
|
Merge pull request #1685 from chriseth/sol_fix_ripemd_alignment
Fixed byte alignment for return type of ripemd160 built-in contract.
|
2015-04-21 17:33:02 +02:00 |
|
Gav Wood
|
60d364540e
|
Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArguments
Fix for Contract and Enum types as external function arguments.
|
2015-04-21 17:32:01 +02:00 |
|
Gav Wood
|
6122aedb90
|
Merge pull request #1695 from imapp-pl/pr/testeth
testeth: Handle command line options for user defined tests
|
2015-04-21 17:29:15 +02:00 |
|
chriseth
|
e65b9825d6
|
Merge pull request #1634 from chriseth/sol_overloadingFunctions
Function overloading.
|
2015-04-21 15:58:06 +02:00 |
|
chriseth
|
3190c9ec09
|
Fix for Contract and Enum types as external function arguments.
|
2015-04-21 15:50:37 +02:00 |
|
chriseth
|
c834ee5ce1
|
Fixed byte alignment for return type of ripemd160 built-in contract.
|
2015-04-21 13:03:26 +02:00 |
|
chriseth
|
ddbaa99056
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
|
2015-04-21 12:04:12 +02:00 |
|
chriseth
|
02121683f5
|
Removed (and added) some #ifs (but removed more than I added).
|
2015-04-21 11:46:11 +02:00 |
|
Paweł Bylica
|
332fcaebb9
|
testeth: Handle command line options for user defined tests
|
2015-04-21 10:37:47 +02:00 |
|
Marek Kotewicz
|
6bf24491b8
|
Merge branch 'develop' into cmake3.2.1
Conflicts:
test/CMakeLists.txt
|
2015-04-21 08:16:12 +02:00 |
|
Gav Wood
|
e375612a7e
|
Version bump and client rename.
|
2015-04-21 01:14:45 +02:00 |
|
Gav Wood
|
dc9a49cc39
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
2015-04-21 01:10:48 +02:00 |
|
Gav Wood
|
fdc524377f
|
More colourful logging.
|
2015-04-20 23:32:42 +02:00 |
|
CJentzsch
|
d3611017b8
|
properly mv webthreestubclient.h
|
2015-04-20 23:21:50 +02:00 |
|
CJentzsch
|
8f8eb35974
|
fixes
|
2015-04-20 23:17:19 +02:00 |
|
CJentzsch
|
6a3bb95473
|
Merge remote-tracking branch 'upstream/develop' into RestructureTestFolders
Conflicts:
test/libethereum/BlockTestsFiller/bcJS_API_TestFiller.json
test/libethereum/blockchain.cpp
|
2015-04-20 22:53:04 +02:00 |
|
CJentzsch
|
b2adcf3bf3
|
Restructure test folders
|
2015-04-20 22:48:53 +02:00 |
|
chriseth
|
8caf1f723f
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
Conflicts:
libsolidity/AST.cpp
libsolidity/AST.h
|
2015-04-20 14:55:58 +02:00 |
|
CJentzsch
|
0919cacb3c
|
fix hex encoding blockheader and use tmp directories for stateDB
|
2015-04-20 11:37:21 +02:00 |
|
CJentzsch
|
4d103ccef1
|
xMerge remote-tracking branch 'upstream/develop' into JSON_testContract
|
2015-04-20 09:33:02 +02:00 |
|
Gav Wood
|
71012a83e8
|
Remote miner fixes.
|
2015-04-19 22:59:57 +02:00 |
|
Gav Wood
|
b6ff445114
|
Minor fix for integration tests.
|
2015-04-19 17:31:56 +02:00 |
|
Gav Wood
|
8ef8f2e805
|
Merge pull request #1666 from CJentzsch/allhexfix
0x -> 0x0 for numbers
|
2015-04-19 15:48:05 +02:00 |
|
CJentzsch
|
d399f077ef
|
simplification
|
2015-04-17 22:44:26 +02:00 |
|