Gav Wood
|
ea043668b4
|
Test stuff into cpp from header.
Additional debug stuff in cmake.
|
10 years ago |
Lu Guanqun
|
1372154ff2
|
small fixes per chris's comments
|
10 years ago |
Lu Guanqun
|
aabc234e45
|
add two more exp tests
|
10 years ago |
Lu Guanqun
|
e85fe2348f
|
add exponent operator
https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
|
10 years ago |
winsvega
|
ce3638f75d
|
Test related
Constant in TestHelper.h
Exception in TestHelper.h
|
10 years ago |
Christian
|
8b3dec6773
|
Arbitrary parameters for call() and all hash functions.
|
10 years ago |
Lefteris Karapetsas
|
c68f7f2790
|
Addressing issues in Enum style fix
|
10 years ago |
Gav Wood
|
d2165828ff
|
Fixed #988.
|
10 years ago |
winsvega
|
d5b3f224c6
|
Bigint
bigint(1) << 256
|
10 years ago |
Lefteris Karapetsas
|
d53dcd3183
|
Styling in Natspec Enums
|
10 years ago |
Lefteris Karapetsas
|
46dfdc97af
|
Camelcasing enums in Types.h
|
10 years ago |
Lefteris Karapetsas
|
6bb8233d15
|
Changing Solidity Code to use CamelCase enum values
|
10 years ago |
Liana Husikyan
|
2fd33d98cc
|
- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
|
10 years ago |
winsvega
|
d6ebb4454b
|
Style Changes
New exception for values larger than 2**256
Auto format .json files
|
10 years ago |
Marek Kotewicz
|
d6c00187ed
|
missing commands in client
|
10 years ago |
Marek Kotewicz
|
46b629a579
|
jsonrpcstub integreted into cmake build process
|
10 years ago |
winsvega
|
6f4265a615
|
TransactionTest
Incorrect receiver address ength
|
10 years ago |
Christian
|
6219085ad9
|
Accessors for structs.
|
10 years ago |
CJentzsch
|
846fdc525b
|
sha3 performance test
|
10 years ago |
Lefteris Karapetsas
|
351cfecae9
|
Small fixes for proper multitype/multiarg SHA3
|
10 years ago |
winsvega
|
2adee26fc0
|
nonce value from 0 to "0" in fillers
|
10 years ago |
Lefteris Karapetsas
|
8d239921e9
|
SHA3 of string literals now should work
|
10 years ago |
CJentzsch
|
c87876b3f9
|
failing tests from random simulation as state tests and transaction tests
|
10 years ago |
Christian
|
a90ec7576c
|
Some fixes for the ether units parser.
|
10 years ago |
Marek Kotewicz
|
eca3a8df17
|
removed output messages in tests && spaces
|
10 years ago |
Lefteris Karapetsas
|
bbede4c31c
|
appendArgumentsCopyToMemory() has more complicated logic now
- Plus other fixes.
|
10 years ago |
Lefteris Karapetsas
|
04aa0cc9ba
|
Solidity SHA3 can now take multiple arguments
|
10 years ago |
Lu Guanqun
|
07ecb2c1f2
|
disallow declaration of void type
https://www.pivotaltracker.com/n/projects/1189488/stories/86318578
|
10 years ago |
CJentzsch
|
36f83d45e6
|
test block gas limit
|
10 years ago |
Lefteris Karapetsas
|
c0151476ad
|
Minor Style fixes
|
10 years ago |
Marek Kotewicz
|
3fd2bf6b96
|
fixed natspec evaluator result on error
|
10 years ago |
Marek Kotewicz
|
a4a959b1b1
|
separated libnatspec
|
10 years ago |
Lefteris Karapetsas
|
c11c26c094
|
Tests and fixes for ether subdenominations
|
10 years ago |
Lefteris Karapetsas
|
13d9cbf5ab
|
Tests for ether subdenominations. Work in progress
|
10 years ago |
Gav Wood
|
325ec15389
|
Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
|
10 years ago |
Gav Wood
|
c38ecd95d9
|
Split canon blockchain and basic blockchain.
|
10 years ago |
Lu Guanqun
|
1252ed3b88
|
add several type error test cases
|
10 years ago |
Lu Guanqun
|
544c9ef09e
|
add two test cases parser error for named args
|
10 years ago |
Lu Guanqun
|
81d8a14a7b
|
add a test case for disorder named args
|
10 years ago |
Marek Kotewicz
|
2d09638fde
|
Squashed 'libjsqrc/ethereumjs/' changes from a0cfa3c..f3e1797
f3e1797 fixed jsonrpc response 0 not handled properly
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: f3e1797153ebf5b19ca3e154cf1240be738e4f08
|
10 years ago |
Gav Wood
|
0d315f81bf
|
Test for named args.
|
10 years ago |
Lefteris Karapetsas
|
3846cbf8d8
|
Fixing accesors test after visibility merge
|
10 years ago |
Marek Kotewicz
|
f1cf1b28d7
|
Squashed 'libjsqrc/ethereumjs/' changes from f1a5cf9..a0cfa3c
a0cfa3c version upgrade
e58e2f5 jsonrpc.js tests && jsonrpc response validation is more strict
45134de jsonrpc.js file && batch polling
f3ce1f0 simplified polling && jsonrpc payload creation
ddc1719 tests && fixes for utils methods
fdcc1af clearing tests
4a54b8c version upgrade 0.0.12
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: a0cfa3ca21163f26f3f71a0e2ce0a1e617554c72
|
10 years ago |
Marek Kotewicz
|
699bed10c0
|
Squashed 'libjsqrc/ethereumjs/' changes from d516691..f1a5cf9
f1a5cf9 Merge branch 'develop' into cpp
a5909d8 parsing events output
1860b3d gulp
03faec9 event outputParser && tests
4bb5ba7 reverted ethereum.js
9d9c23e common cleanup
1a6b7de removed splitter.qml
011fdd9 event_inc example
0994efa Better HTML template in Mix. Use happened in JS. Debugging QML enabled.
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: f1a5cf9128170b85428259c8b0ecfaed5b3e17d1
|
10 years ago |
Gav Wood
|
114db8ab36
|
Revert State class changes for Mix.
|
10 years ago |
CJentzsch
|
31f6a71294
|
add refundoverflow test
|
10 years ago |
Lefteris Karapetsas
|
6c5120978e
|
Accessors for multiple mappings implemented
|
10 years ago |
Christian
|
76da204e17
|
Visibility specifiers.
|
10 years ago |
Gav Wood
|
780a7cfd26
|
Don't count same messages twice.
|
10 years ago |
arkpar
|
950305bb79
|
fixed block generation on mine
|
10 years ago |