Alexandre Van de Sande
abe7a8f8da
added new block and edit transaction action icons
10 years ago
yann300
893d6fe788
clean code
10 years ago
yann300
42a3432947
ui changes
10 years ago
yann300
56f68beb81
ui changes
10 years ago
yann300
5953778e3c
ui changes
10 years ago
yann300
e1f4c2e0e5
use baseType to encode arrays
10 years ago
chriseth
2b4ddf80ab
Added fallback function to gas estimation and fixed mix gas estimation.
Fixes #2156
10 years ago
Paweł Bylica
6b3fd2d3ca
Small override & std::move fixes.
10 years ago
yann300
ec71a9c69f
- Scenario Panel UI changes
10 years ago
yann300
8ec447166f
Scenario Panel: UI changes
10 years ago
yann300
eac6ed820b
hide extractDimension from .h
10 years ago
yann300
cbe3f80d6f
- bug fix with encoding bytes and string.
- bug fix when using String type QML control
- bytes parameter: stop trying to get ASCII value (as String as been
reimported)
10 years ago
yann300
52bc8a6c5c
small changes
10 years ago
yann300
a2e06448e3
small changes
10 years ago
yann300
af4d1b027c
bux fixes
10 years ago
yann300
63ad962041
fix #2194
10 years ago
yann300
0ea695c699
fix for #2194 #2145
10 years ago
yann300
9ddf68b7f4
- array validation in QML
- compliant with multi dim/dynamic array
10 years ago
Gav Wood
9afd426e5a
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
10 years ago
chriseth
c1826e4634
Upgrade "BadJumpDestination" to semi-recoverable "OutOfGas" exception.
10 years ago
yann300
7a557e42df
small changed based on comments
10 years ago
yann300
cb380d66bb
- allow ignore nonce checking
10 years ago
yann300
ec62858be1
cosmetic changes
10 years ago
yann300
a96ed0da18
- bug fixes
- support for old projects
10 years ago
yann300
2e639c198a
misc changes
10 years ago
Marek Kotewicz
ced5554c27
special filters returning hashes on eth_getFilterChanges
10 years ago
chriseth
0858d06e11
Fixed null pointer issue with source name.
10 years ago
yann300
950cded071
- add new icons
- display tr name in debug Panel
10 years ago
Marek Kotewicz
7690647be8
updated LocalisedLogEntry
10 years ago
yann300
bce5486554
misc changes
10 years ago
Gav Wood
cd2236b468
Much better exception error reporting.
Readying things for phone-home on badblock.
10 years ago
Alexandre Van de Sande
cc77456746
Add new icons for mix
10 years ago
yann300
13d99b71c7
Avoid future time for Rebuild action
10 years ago
yann300
e2f83a8840
add Timer to avoid FutureTime
10 years ago
yann300
885494fe2f
Display Catched Events
10 years ago
yann300
6e6ebc6037
ScenarioExecution.qml ux design
10 years ago
Paweł Bylica
a9f3df90b1
Add missing override specifiers.
10 years ago
Paweł Bylica
f7ed7ed4de
Rename Executive::collectResult -> setResultRecipient.
10 years ago
yann300
799ff95c28
- Catch events for each incoming transaction.
10 years ago
Marek Kotewicz
1108680fe3
filters using blockHashes instead of blockNumbers
10 years ago
yann300
8404bceb0c
Add ScenarioExecution + ScenarioLoader
10 years ago
yann300
86447d4a40
bug fix : #2020
10 years ago
Paweł Bylica
c95ddc044d
Style improvements
10 years ago
yann300
1482599e52
- Check uint, int input from c++.
- Check address also by contract name.
10 years ago
Lefteris Karapetsas
1722dd6695
Remove deprecated std::auto_ptr
- With gcc 5.1.0 we now get warnings for usage of std::auto_ptr. It is
deprecated by the C++0x standard and afterwards so it's prudent to
replace them with unique pointers.
10 years ago
yann300
df3313046b
- add validation for input parameters.
- ui bug fix.
10 years ago
chriseth
b6f9d51cd6
Re-introduce string type.
10 years ago
Paweł Bylica
a10f7d5dd2
Rename Executive::setResultRef -> collectResult.
10 years ago
yann300
9f5981ad05
Optimize Code set to false by default
10 years ago
Paweł Bylica
72856a8af6
Change the way execution results are collected.
Changes handling ExecutionResult by Executive. From now execution results are collected on if a storage for results (ExecutionResult) is provided to an Executiove instance up front. This change allow better output management for calls - VM interface improved.
10 years ago