Lefteris Karapetsas
e94f1ca5b2
Adjusting Solidity Optimizer Tests
10 years ago
Lefteris Karapetsas
299305548f
Adjustments to Solidity compiler code for Function Hash
10 years ago
subtly
40e07b312a
Consolidate use of pingAll into keepAlivePeers. Add bool operators for Node and NodeIPEndpoint population. NodeTable returns Node instead of NodeEntry (subject to change). Begin transition from NodeInfo to NodeTable Node.
10 years ago
Marek Kotewicz
c397e350f4
mocha opts file && init of parser tests
10 years ago
Marek Kotewicz
b6058a837f
methods existance tests in progress
10 years ago
Marek Kotewicz
5518022a5d
mocha test init
10 years ago
Lefteris Karapetsas
4331bd9a87
adjusting byte difference in optimizer large integers test
10 years ago
Lefteris Karapetsas
9fff09af6b
Compiler EVM generation now takes into account for the new function hash
identifier
- Changed tests to comply with the new function hash identifier
- Changed the function index offset to 4, and made it a constant for
easy adjustment in the future
10 years ago
CJentzsch
c25b4798bd
long jumpdest list
10 years ago
CJentzsch
9f9d457e0d
sdiv int256.min -1
10 years ago
CJentzsch
3b9cfb12a3
sdiv with negative fractional result
10 years ago
CJentzsch
8c462087b1
add valid jumpdest with jumpdest at beginning
10 years ago
CJentzsch
af72b6fa8b
more dynamic jump tests
10 years ago
Lefteris Karapetsas
69a0dcfa15
work in progress in testing the new function selector in the end to end tests
10 years ago
Christian
1d3801f726
Arbitrary precision integer constants.
10 years ago
Lefteris Karapetsas
b2362f4113
Adjusting SolidityCompiler tests
- Adjusting SolidityCompiler tests to take into account the size of the
new Function Selector
10 years ago
Christian
c6ae1754b9
Some changes to the optimizer.
10 years ago
CJentzsch
2944d0f9c0
add tests for OOG at max call depth
10 years ago
CJentzsch
67debe5ea5
jump onto jump, dynamic and static jump with same destination
10 years ago
CJentzsch
e855cf9426
memory test: high offset, zero size -> zero gas cost
10 years ago
CJentzsch
132a3e7dd4
check address input greater then 2**160
10 years ago
Lefteris Karapetsas
48080e0415
Small issues with Canonical Function Signature
- Also added an extra test
10 years ago
subtly
da9668c0f5
Pass 2 integrating node table. Pruning and merging old node lifecycle logic with new.
Begin moving node identification and authentication into Host so session can be directly-constructed with NodeInfo and is not created until after authentication.
Require session to be passed a valid node.
10 years ago
Lefteris Karapetsas
0c83932d91
Test for the Canonical Signature of a function
10 years ago
CJentzsch
42fbfb8182
Blockhash tests
10 years ago
subtly
2c168ffa14
stl sleep_for, for windows
10 years ago
subtly
506fe0f6e8
define constructors for windows
10 years ago
CJentzsch
3cf6da492b
add zero memory expansion tests for vm
10 years ago
CJentzsch
13a836987d
add zero memory expansion tests
10 years ago
CJentzsch
8badd50826
added more jumpdest tests
10 years ago
CJentzsch
3d449785de
Blockhash correction and some tests
10 years ago
subtly
e9f4a7a439
code review
10 years ago
Lefteris Karapetsas
631bd9ab38
Fix for sol scanner where empty multiline comment became Natspec comment
10 years ago
subtly
44f80248ad
coding standards, h512 node id, mute warnings for clang builds. attempt inherited constructor fix for windows.
10 years ago
CJentzsch
32fe54b49f
added complete exp tests
10 years ago
CJentzsch
de66950b52
retuning gas prices of recursive bombs to test limits
10 years ago
CJentzsch
789abca7ad
undo origin address change (in test)
10 years ago
CJentzsch
0ee53a1935
use boost_fail instead of warning
10 years ago
CJentzsch
7c642dbe24
add trie_tests_ordered
10 years ago
CJentzsch
ceee87a1b7
clean up
10 years ago
wanderer
33c04f975d
added balance tests
10 years ago
winsvega
4bea663403
Transaction Tests
10 years ago
subtly
c9982a4cb6
manually populate nodes for test rather than leveraging ping
10 years ago
subtly
cffc27417a
inline << operator, mute logging
10 years ago
subtly
bf05c50c78
test encoding/decoding neighbors. add MAC.
10 years ago
subtly
ba455270c0
memory
10 years ago
Gav Wood
ac583f503f
Implemented 256-long history for PREVHASH, though still optional.
10 years ago
subtly
4216162fc1
message signing and verification. shutdown io/thread before dealloc in nodetable/testnodetables.
10 years ago
winsvega
c1d8aa7551
comments in json
10 years ago
subtly
c06054f63e
basic implementation of packets
10 years ago