Marek Kotewicz
1a6dbeff6e
Squashed 'libjsqrc/ethereumjs/' changes from ab745d3..ec74fc0
ec74fc0 gulp
46b932c negative integers support
f85f77f fixed typos
6a4b4f3 fixed readme
d0473d6 gulp
70bf1a5 fixed typos
bacc5aa methodExists and propertyExists are now separated tests
472ad43 more comments
603c790 next part of abi.js parsers tests and fixes
b0a9bbf next part of abi.js docs
6b2ec23 formatting bool tests and fixes
ed1cb9e simplifid abi.js methods
17f2f12 gulp
12bdb5f providers documentation
8d1f96c few comments
422dc05 ProviderManager separated to providermanager.js file
9a8f45e Filter separated to filter.js file
8b7d4b0 beginning of comments in web3
ee167e5 test for parsing multiple methods description
4056c04 tests...
1428dce web3.contract -> web3.eth.contract
f3b71a7 removed unused line
380d986 tests in progress, fixed utf characters conversion in toAscii
9e0de57 mocha test reporter
f6ff1f1 mocha reporter name starts with lower case letter
7595a5d removed padding calculation from ethereum.js, padding is always 32
9a9987a Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop
5582901 Various fixes to ethereum.js and client web API stuff.
ded221f Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: ec74fc05d438806ece64fe34b0f28c8f45f5167e
10 years ago
liana
3e166f15fc
- added functionality to set values to 0 when deleting structure(not for mapping)
- added unit test
Made some changes after Christian`s review on pull request
- remove/edit comments
- BoolType and ContractType return VoidType after delete
- fixed constructor_arguments test
- fixed set to 0 when deleting variable from stack
- changed test case to test that
10 years ago
Christian
c956e2510b
Re-enable MSVC warning 4307.
10 years ago
CJentzsch
1b1be69317
included vmInpulLimit Tests, updated vmSystemOperationTests
10 years ago
Christian
e16d88c894
Check for hash collisions already before compiling.
10 years ago
CJentzsch
5ff846e1c7
less invalid opcode tests
10 years ago
Christian
de3e6a09db
Specify value for contract creation.
10 years ago
Christian
1b36ff453b
Modify gas and value for external function call.
10 years ago
CJentzsch
3d01e66c1d
replace BOOST_REQUIRE with assert, because it is used outside the boost test framework
10 years ago
CJentzsch
607c71e785
more randomness in the optimizations
10 years ago
Lefteris Karapetsas
5b36d3c163
Natspec method key is now the Canonical Signature
10 years ago
CJentzsch
f401d34ac8
fix spaces->tab, detailed callcreate check
10 years ago
CJentzsch
165c33395e
fix callcreates imoport
10 years ago
CJentzsch
dc76791dbb
random test optimization
10 years ago
CJentzsch
51a4ae1807
check test with JIT for random test simulations
10 years ago
arkpar
72628e8f32
fixed warnings for msvc build
10 years ago
CJentzsch
720f49e19a
reinclude invalid opcode in random tests
10 years ago
CJentzsch
b0c94c62e3
call to precomppiled contract test
10 years ago
CJentzsch
42940c18ce
addmod mulmod div by zero tests
10 years ago
CJentzsch
070d1d800c
rests current gas limit in vm test
10 years ago
Lefteris Karapetsas
5a44a670aa
Fixing bug where empty tagless docstring in Natspec would result in infinite loop
10 years ago
CJentzsch
389b0973c4
start with block info opcodes
10 years ago
CJentzsch
a0de919f65
read in vm test over standard in
10 years ago
subtly
75f231419a
Connectivity and nodetable callbacks. Disable stale code.
10 years ago
Gav Wood
a1023a5dff
Squashed 'libjsqrc/ethereumjs/' changes from 47687cf..ab745d3
ab745d3
updated readme
b915c7a
updated readme
6c26255
Merge branch 'tests' into develop
e2c4525
Merge branch 'master' into develop
e778e12
spec reporter instead of nyan
a4e6f0b
fixed travis.yml && added nmp test script
048e777
Merge branch 'master' into tests
15c2293
updated package json
24814a4
Merge branch 'master' of https://github.com/ethereum/ethereum.js
6188e64
Update README.md
c34b0c6
Update README.md
29c60c0
Merge branch 'develop' into tests
b3eda29
Merge branch 'master' into tests
c397e35
mocha opts file && init of parser tests
b6058a8
methods existance tests in progress
5518022
mocha test init
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: ab745d3b0e
10 years ago
Marek Kotewicz
e778e127d6
spec reporter instead of nyan
10 years ago
subtly
94c09508fd
Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes.
10 years ago
Christian
1e3929d5ad
Coding style: Prefix for const variables.
10 years ago
Christian
08f556cd5a
Contracts are Addresses.
10 years ago
Christian
d9334abe89
Correct type conversions.
10 years ago
Christian
de77918d05
Padding for ABI types.
10 years ago
Marek Kotewicz
b465a585da
disabled jsonrpc tests again
10 years ago
Marek Kotewicz
15b899df64
removed resize
10 years ago
Marek Kotewicz
066ed0b590
web3.sha3 test
10 years ago
Christian
e1338c7e6c
Arbitrary precision integer constants.
10 years ago
Christian
8ad6951f38
Some changes to the log functions.
10 years ago
Christian
8e84acb98b
Buildfix after semantical merge conflict.
10 years ago
CJentzsch
a466fdcf5b
add blockhash test fo vm tests
10 years ago
Lefteris Karapetsas
03b2fa387d
Fixing SolidityABIJSON test
10 years ago
Gav Wood
0de1fe5b02
Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
10 years ago
Gav Wood
2a21a544ce
Documentation update.
10 years ago
Gav Wood
406d3e6aba
Unit testing for log in Solidity.
10 years ago
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