Paweł Bylica
c497cbe89e
Move old VM memory tests from EVM JIT to JSON file
10 years ago
Paweł Bylica
d92e2bf83f
Move old VM environmental test from EVM JIT to JSON file
10 years ago
Paweł Bylica
0989a7d09a
Move old VM arithmetic tests from EVM JIT to JSON file
10 years ago
arkpar
1b284c5b8b
fixed test buid
10 years ago
winsvega
e08e87bf1b
Solidity Tests
cosmetics2
10 years ago
winsvega
89f07a521f
Solidity Tests
fixing cosmetics
10 years ago
Christian
32f0c4f8e6
Out-of-bounds checking.
10 years ago
Christian
de537d5de3
Index and length access for dynamic arrays.
10 years ago
Christian
d1d9b2856a
Implementation of index access.
10 years ago
CJentzsch
e41384dcf3
remove tests with impossible pre conditions
10 years ago
CJentzsch
a35dc1e594
merge
10 years ago
winsvega
34a5bd402d
Quadratic complexity test
10 years ago
CJentzsch
4a269eb473
fix too-small-address-length bug in transaction
10 years ago
CJentzsch
11f7d7edf7
add new mem test for quadratic mem gas costs
10 years ago
Christian
fba4484151
Replaced "inheritable" by "internal".
10 years ago
Christian
d417618dce
Stack height checks and fix.
10 years ago
Christian
92507f5bf0
Allow conversion to dynamic arrays and update grammar.
10 years ago
Christian
30bd6f271f
Parsing of array types and basic implementation.
10 years ago
Liana Husikyan
87e956729c
Inline member initialisation
renamed VariableDefinition class to VariableDeclarationStatement
added tests
10 years ago
Christian
0b014457d4
Implemented account proxy queues.
10 years ago
winsvega
bf16bc119b
New Solidity Tests
10 years ago
Gav Wood
275bdcb74b
Fix gas limit.
Disable whisper test until alex fixes networking.
10 years ago
Lefteris Karapetsas
952350bec1
Bugfix for functions override
- Functions with byte array type parameters can now be safely
overriden. Parameter location is now set at the right place.
- Also made a test for the fix
10 years ago
Christian
27d436a04c
Rename "protected" to "inheritable".
10 years ago
Christian
c1572ea90b
Fixes for assigning and deleting structs containing byte arrays.
10 years ago
Marek Kotewicz
4fbeff27d6
Squashed 'libjsqrc/ethereumjs/' changes from 82cc5f6..9a85b09
9a85b09 version upgrade
ec6f9b3 added transactionCount && uncleCount methods
b96a7aa gulp cleanup
d6128f2 coveralls badge points to master
efee649 coveralls badge
339f565 travis coveralls
27d53dd travis coveralls
001077e Merge pull request #59 from cubedro/master
9902977 updated dist
af7c26b check request.status in httpsync.js to prevent throwing errors when undefined
ad8112c Merge pull request #15 from ethereum/master
d1e6b20 updated README
c184728 version upgrade
3d652e8 fixed web3.reset()
26561e4 fixed #51
03661d3 eth_polling_timeout const
9e806cc Merge branch 'master' into develop
82d32bb providermanager -> requestmanager
a86fccf web3 refactor (in progress)
c29f4a1 filters refactor
9d84609 Merge branch 'master' of https://github.com/ethereum/ethereum.js
859a199 Merge pull request #55 from ethereum/develop
fd5146d Merge pull request #12 from debris/master
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 9a85b098a082f9ed38bcf92ab5ee6ba64489d7cf
10 years ago
Marek Kotewicz
6745e188c1
JSON-RPC transactionCount && uncleCount, fixed #1027
10 years ago
Paweł Bylica
d9ebbfde48
ManyFunctions performance test: replace xor with correct exp operator
10 years ago
Christian
bed225c981
Calldata byte arrays stored on the stack.
10 years ago
Christian
9111abbc8a
loadFromMemoryDynamic
10 years ago
Christian
ed0384b759
No write access to parameters of external functions.
10 years ago
Christian
0185ac5a0d
"external" visibility specifier.
10 years ago
Marek Kotewicz
30d129a17c
added shh_getMessages, fixed #899
10 years ago
winsvega
b1077bfd29
Test Correction
WrongAddress removed
new suicides
10 years ago
Lefteris Karapetsas
5b48aad97d
Removing events from Solidity Interface
10 years ago
Paweł Bylica
7aa3f18bce
ManyFunctions performance test: ~200 functions in a contract, half of them are called randomly
10 years ago
Marek Kotewicz
dd0744e8a3
fixed #1022
10 years ago
CJentzsch
7097255ec5
OS independency by using file system
10 years ago
CJentzsch
bc54b1e5ba
remove unnecessary function
10 years ago
CJentzsch
4de92be65b
fix typo
10 years ago
CJentzsch
6c3f9ba502
add invalid block header tests
10 years ago
CJentzsch
d35da25b19
extra data fix
10 years ago
Christian
ab9258d0a8
Forced cleanup for conversion to enum.
10 years ago
Christian
4b0a566e70
Some changes to enums.
10 years ago
Lefteris Karapetsas
c3c52d59b2
Removing ';' from the end of EnumDefinition
10 years ago
Lefteris Karapetsas
64bba8e3cc
Explicit conversion from int to Enum
10 years ago
Lefteris Karapetsas
c3c1b5c63c
Addressing issues with Enums in Solidity
10 years ago
Lefteris Karapetsas
fc6210e00f
Indentation fixes
10 years ago
Lefteris Karapetsas
5c164fb42c
Enum Value member access should now work properly
- Also detection of duplicate enum values and tests for them have been
added
10 years ago
Lefteris Karapetsas
07886f42bb
Enum type conversion and member value access.
- Added tests for the type conversion part.
- Enum member value access still needs some work
10 years ago