Gav Wood
7bef9ed491
Tidy and conformalise the toHex API.
10 years ago
Gav Wood
d60fe1961b
Full ICAP implementation (Direct, Indirect-ETH, Indirect-XET).
10 years ago
chriseth
220fc130bd
Removed visit functions for abstract AST nodes.
10 years ago
Liana Husikyan
e612ddeafe
changed the test so constructor will have input parameters
10 years ago
Liana Husikyan
8fe9d0a335
changed the implementation
10 years ago
Liana Husikyan
f2502b01f7
fixed the output of the test
10 years ago
Liana Husikyan
39b4ec7ab7
test for resalts
10 years ago
chriseth
a30da8b41b
Try to keep source location during optimization.
10 years ago
winsvega
32f38eb207
blockweight: allfields to compact Hex fix
10 years ago
winsvega
8afa6e9b3d
blockweight: stateroot is hash
10 years ago
winsvega
203a2cb88c
BlockWeight: jsonrpc fix
refactoring
10 years ago
winsvega
3e945094c2
BlockWeight: data fix
refactoring
10 years ago
winsvega
0e758af143
BlockWeight: toCompactHex
refactoring
10 years ago
winsvega
e2d58a93e2
blockweight: random test windows fix
attempt 1
10 years ago
winsvega
56eb1ab2ee
Blockweight: rebase + comments
10 years ago
winsvega
39f5534578
BlockWeight: tests refactoring
10 years ago
winsvega
35f1688c74
BlockWeight: blockchain test refactoring
10 years ago
winsvega
e394375d8f
newtests: Transaction Data Zerobytes
10 years ago
winsvega
5a57a75e48
newtests: r=s transaction test
10 years ago
winsvega
8b719ba37f
newtests: new rs value test
10 years ago
winsvega
3eb4f7db04
New Transaction Tests
10 years ago
winsvega
5d273129ce
transaction tests
10 years ago
winsvega
69d8fe54a3
New Transaction Tests
10 years ago
Gav Wood
87770dad0b
More logging stuff.
Fixes #1680
10 years ago
chriseth
cdc38ab28a
Use non-implemented functions for solidity interface output.
10 years ago
CJentzsch
94c84a75ec
optimization - higher precision and single gas price handling
10 years ago
CJentzsch
741b56c960
style
10 years ago
CJentzsch
e566a4f5c2
really nice scientific gasPricer
10 years ago
CJentzsch
a6c3391e77
fix StateLoader
10 years ago
chriseth
0a95634543
Fix regarding memory overwrite during sha3 computation.
10 years ago
chriseth
e480c7012c
bytes parameters for events and sha3.
10 years ago
CJentzsch
e6b6b60a73
add gasPrice tests
10 years ago
CJentzsch
036c7ba8bd
avoid stack overflow and div by zero
10 years ago
chriseth
3146a7aeb7
Fix for Contract and Enum types as external function arguments.
10 years ago
chriseth
7386869de6
Fixed byte alignment for return type of ripemd160 built-in contract.
10 years ago
chriseth
69db1c7181
Removed (and added) some #ifs (but removed more than I added).
10 years ago
Paweł Bylica
aa9583a14b
testeth: Handle command line options for user defined tests
10 years ago
Gav Wood
8b6cb1e23c
Version bump and client rename.
10 years ago
Gav Wood
6aff7a03b1
More colourful logging.
10 years ago
CJentzsch
a8e4f115ab
properly mv webthreestubclient.h
10 years ago
CJentzsch
63010e146a
fixes
10 years ago
CJentzsch
338e5bd088
Restructure test folders
10 years ago
CJentzsch
a1e0ea0df3
fix hex encoding blockheader and use tmp directories for stateDB
10 years ago
Gav Wood
4708a73e19
Remote miner fixes.
10 years ago
Gav Wood
bd2a0e6026
Minor fix for integration tests.
10 years ago
CJentzsch
5f5db7b2d2
simplification
10 years ago
CJentzsch
923620241c
0x -> 0x0 for numbers
10 years ago
CJentzsch
b87032736e
update test after solidity fix
10 years ago
Lefteris Karapetsas
2279e40274
Check all constructors in inheritance chain get args
- Also add a missing override in a function of EnumValue
10 years ago
Lefteris Karapetsas
45117f53b0
Allowing abstract contracts constructor to have no args
- If a constructor is part of an abstract contract we can omit its
arguments
- IF a contract is abstract make sure to not create and/or request
Assembly code about it since it's not compiled
10 years ago