yann300
88775de5f1
small changes
10 years ago
Paweł Bylica
10034778df
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Liana Husikyan
7359f68b9f
- added more tests to check constant specifier implementation
- deny use of const for local variables
- deny unitialized const variables
- only int, fixed strings, and enums can be declaired as const
10 years ago
Liana Husikyan
304256b546
- added isPartOfExternalInterface to Declaration
- changed position for the constant specifier. now it goes after type: <type> <constant> <name> = <value>
- removed tests for constant functions, checkings for constant function doesn't belong to this story
10 years ago
Liana Husikyan
6f11b6a73f
added parsing for constant variables
10 years ago
Gav Wood
5dbe833bcb
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6531981a73
Wanrings fixes and a cleanup.
10 years ago
Gav Wood
5904046693
Merge pull request #1299 from winsvega/develop
State Tests
10 years ago
Gav Wood
b7fe9e1d10
Merge pull request #1312 from imapp-pl/feature/testeth_stats
Stats for testeth + bonus
10 years ago
Gav Wood
67408bf9ad
Merge pull request #1319 from CJentzsch/fixCallCode
Fix CALLCODE
10 years ago
CJentzsch
837f45ca57
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
arkpar
2da3c83f2e
adopted new ethereum.js and solidity types
10 years ago
arkpar
ddc3ddb21e
merged latest develop
10 years ago
arkpar
ebc132d184
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_srci
Conflicts:
mix/CodeModel.cpp
mix/CodeModel.h
mix/res.qrc
10 years ago
arkpar
34f13c5920
struct editor
10 years ago
Gav Wood
1e0201142f
Mix fix for previous commit.
10 years ago
Gav Wood
53b50a1213
Avoid accidentally reaping properly managed watches.
10 years ago
Gav Wood
2121dd1e27
Fixes for getCode.
10 years ago
Gav Wood
a43f1c0c99
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4495de3331
Renaming getData -> getCode, remove getStorage, fix a bunch of JSONRPC
methods with more expansive error handling.
10 years ago
Gav Wood
a8d84b0d86
getData -> getCode.
10 years ago
winsvega
ba4f413b87
State Tests
stSystemOperations poc9
10 years ago
winsvega
00694cb261
State Tests
poc9
10 years ago
CJentzsch
475a14e5b1
test for callcode to 0
10 years ago
CJentzsch
1fcb747fef
fix CallCode to address 0
10 years ago
CJentzsch
daa5889c5f
add test for uncle generation
10 years ago
Paweł Bylica
94718485cd
Small improvements here and there
Add virtual destructor to polymorphic GasPricer.
Init v field of SignatureStruct.
10 years ago
Paweł Bylica
19fb5d9865
Prettify VM and State test outputs
10 years ago
Paweł Bylica
9b851e9359
Stats for testeth
Simple listener support added to testeth. Stats class implements the Listener interface and collects tests execution times. Try options: --stats or --stats=full.
Closes ethereum/cpp-ethereum#1285
10 years ago
Gav Wood
bb150eae43
Merge pull request #1316 from debris/develop
ethereumjs changes related with #1284
10 years ago
Gav Wood
3c8b522926
Merge pull request #1298 from LefterisJP/eth_StructLogMS
Milliseconds granularity and UTC in StructLogger
10 years ago
Gav Wood
6d99aa046b
Merge pull request #1309 from CJentzsch/fixCalldataload
Fix calldataload
10 years ago
Gav Wood
969b427977
Merge pull request #1310 from CJentzsch/addmodMulmodFix
add addmod test in order to check that nothing get downcasted inbetween
10 years ago
Gav Wood
b4537aedaf
Merge pull request #1314 from CJentzsch/blockTests
remove seedhash from block header tests
10 years ago
Gav Wood
5923ce6758
Merge pull request #1295 from CJentzsch/randomStateTests
Random state tests
10 years ago
Gav Wood
09094cbc07
Silly shadow bug fix.
10 years ago
Gav Wood
7949f8ab41
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
bba8184f1e
First attempt at GPU integration.
10 years ago
yann300
d03968cb6a
- Warn user to save on exit.
- Save all in file Menu.
10 years ago
chriseth
23b5398ee2
Merge pull request #1311 from chriseth/sol_fix_stackHeight
Fix gas for builtin.
10 years ago
chriseth
4d67fe39ac
Fix gas for builtin.
Fixes #1300
10 years ago
Lefteris Karapetsas
386d480835
Merge pull request #1284 from LefterisJP/sol_SBHCleanup
Solidity StringXX and HashXX types change to BytesXX
10 years ago
Marek Kotewicz
954e848ec0
Merge commit '5bbd7b5c15de77c194ce72f72901da672faf64a0' into develop
10 years ago
Marek Kotewicz
5bbd7b5c15
Squashed 'libjsqrc/ethereumjs/' changes from d509360..eceeda7
eceeda7 gulp
cc3e373 Merge pull request #109 from LefterisJP/string_hash_rename
3a22498 string type basically becomes bytes type
760634a Changing abi tests to use fixed bytes type
6554479 Merge pull request #108 from frozeman/apiOverhaul
b322378 removed unecessary utils
9a3d320 changed my author url
8516a2f removed uncommented line
1730f21 add version replacement use version.json now
27e5706 bumped version
3614cea bumped version
9c3d1b2 merged develop
2e320ed add versions
08a38b3 removed unecessary open in httpprovidor
5636510 add inputformatter for sha3
50ca903 add build
f351e95 removed unecessary log
67ab5ef removed unecessary log
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: eceeda7d0878579cdc6324f3026ae88079c30720
10 years ago
Paweł Bylica
d43506eefa
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
yann300
c53a93aa99
Merge remote-tracking branch 'up/develop' into trackFileStatus
10 years ago
yann300
cb1dcb8b47
- Warn user to reload file if file changed on disk.
- Ctrl-s: save the current doc only.
- Ctrl-s: if contract: rerun, if document: reload preview only.
- Ctrl-s: if compilation error do not rerun.
- File change: add * and sync with codeeditor.js
10 years ago
CJentzsch
608b4ca707
clean up
10 years ago
CJentzsch
0fc5b25783
remove seedhash from block header tests
10 years ago
Gav Wood
beac5642df
Version bump.
10 years ago