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
subtly
d76dfef797
update peer host test. support unspecified ip.
10 years ago
chriseth
69db1c7181
Removed (and added) some #ifs (but removed more than I added).
10 years ago
subtly
c70f21acec
update net tests (v4 endpoint)
10 years ago
subtly
0850c7ac72
update tests (v4 endpoint)
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
CJentzsch
cf02b5f64b
use this_thread::sleep_for instead of sleep
10 years ago
CJentzsch
a84cdc08cf
retrigger build
10 years ago
subtly
db21824064
network save/restore: merge fixes, simpler code, limit parse of require flag to peers (reflecting save code).
10 years ago
chriseth
b8d5936fbd
Tests for signed integers in storage.
10 years ago
subtly
aaf1835c3e
style
10 years ago
CJentzsch
fa50ff051f
style
10 years ago
CJentzsch
e396efd3be
add sleep 1 second to avoid invalid blocks due to same timestamp during creation
Conflicts:
test/blockchain.cpp
10 years ago
CJentzsch
70873c6d14
update JSON_test.sol
10 years ago
CJentzsch
b415eb1fd2
remove old contract
10 years ago
CJentzsch
989891d775
add JSON test
Conflicts:
test/bcJS_API_TestFiller.json
10 years ago
subtly
da63cac309
Fix for fix #1475 , #1476 .
10 years ago
subtly
fdc28893c4
test constants
10 years ago
winsvega
3644eb14f7
All Fields Hex: remove line
10 years ago
winsvega
edb81a6589
All Fields Hex: ttTransaction Filler
10 years ago
winsvega
33e4026095
All fields Hex: style
10 years ago
winsvega
93539f6bad
AllFieldsHex: transaction test fix
10 years ago
winsvega
1dccf47d9b
All Fields Hex
rebase + merge error fix
10 years ago
winsvega
710b358cc2
All Fields As Hex: Secret Key
10 years ago
winsvega
7c2509b3cd
All Fields Hex: block tests
10 years ago
winsvega
a2c42a5377
All Fields Hex: VMTests
10 years ago
winsvega
99e0654cce
AllFieldsHex: State Tests
10 years ago
winsvega
99a0ef91a0
All Fields Hex: block tests
10 years ago
winsvega
b0de22158e
All Fields Hex: VMTests
10 years ago
winsvega
7d79d257d9
AllFieldsHex: State Tests
10 years ago
subtly
aa705c1dd7
update test
10 years ago
chriseth
3bc78361d6
Bugfixes concerning variable declarations.
Fixes #1637
10 years ago
chriseth
9946e79ad1
Fixed test.
10 years ago
chriseth
ae366e7d05
Control flow analysis.
10 years ago
chriseth
0b36ca86d7
Fixed function overloads.
Added tests, disallowed non-calling usage of non-unique function
references.
10 years ago