Arkadiy Paronyan
5c41250ee0
Merge pull request #1496 from yann300/ui
Small ui changes in debugger panel
10 years ago
CJentzsch
8781061b1f
fix max stack size 1024
10 years ago
arkpar
fc81a79e01
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_dbg
10 years ago
arkpar
b98ef3b354
array formatting fixes
10 years ago
yann300
877380bf58
- Add actions for play and stop debugging.
- Small change in layout of statecombobox.
10 years ago
Arkadiy Paronyan
5d86147bbc
Merge pull request #1495 from yann300/ui
Logs window redesign
10 years ago
CJentzsch
fdfe742af4
Merge remote-tracking branch 'upstream/develop' into addTests
Conflicts:
test/ttTransactionTestFiller.json
10 years ago
CJentzsch
ce91ef621e
call goes OOG with value transfer
10 years ago
yann300
52567a2cd6
Merge remote-tracking branch 'up/develop' into ui
10 years ago
Arkadiy Paronyan
85f5861438
Merge pull request #1472 from Mashatan/develop
Mix: Adding StatesComboBox
10 years ago
subtly
0f64721f2e
Merge branch 'develop' into p2p
10 years ago
yann300
04d0584bc5
- add Search icon.
- fix animation bad behavior
10 years ago
chriseth
9452811238
Merge pull request #1491 from LianaHus/sol_removeAAFriendship
Solidity refactoring. Assembly and AssemblyItem are no longer friend classes
10 years ago
Marek Kotewicz
2763ccc1a9
fixed no jsonrpc build for cmake 2.8.12
10 years ago
Ali Mashatan
77f3c97c02
Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
mix/res.qrc
10 years ago
Ali Mashatan
11670e68d3
fix #1472
10 years ago
Liana Husikyan
37086e60e2
removed friendship for Assembly and AssemblyItem
added set functions for type and data members of AssemblyItem
10 years ago
CJentzsch
a1fcc80790
add Js example test
10 years ago
subtly
32655f82f5
Merge branch 'develop' into p2p
10 years ago
chriseth
e700708492
Merge pull request #1444 from LianaHus/sol_externalTypes
Solidity: Convert contract types to addresses N2
10 years ago
Arkadiy Paronyan
6f5636e490
Merge pull request #1483 from yann300/ui
mix - Logs window redesign
10 years ago
Lefteris Karapetsas
a738504e67
Fixing the travis build after a rebase
10 years ago
Liana Husikyan
065d9a9e68
VariableDeclaration::checkTypeRequirements() refactoring
10 years ago
yann300
7d9d8fe200
small change
10 years ago
yann300
1191018121
style
10 years ago
Liana Husikyan
ab0b92242f
Update Types.cpp
10 years ago
Liana Husikyan
c5df9e205b
Update AST.cpp
10 years ago
Lefteris Karapetsas
6d244fe69a
Use ethash_blockhash_t over the codebase
- Using a typedef struct instead of passing an array of hard coded
length of 32 bytes everywhere. It's much better C practise and also
gives us typechecking.
- Also corrected style in places I touched. I think a style PR should
follow after that.
10 years ago
Liana Husikyan
f4ea6b8e8d
Update Types.h
10 years ago
yann300
b4e869acfa
ui changes
10 years ago
Liana Husikyan
4352423fea
miner changes in the implementation of the externalTypes function of FunctionType.
better error messages for exeptions
style fixes after review
10 years ago
Liana Husikyan
4173a71846
changed checking for external type in VariableDeclaration::checkTypeRequirements()
changed error msg
10 years ago
Liana Husikyan
0e247e0282
style fixes
10 years ago
Lefteris Karapetsas
8e2f9a3ea4
ethash_io tests and bug fixes
- Adding tests for the functionality offered by ethash_io
- ethash_io_write() now accepts ethash_params and seedhash instead of a
block number. This is for better modularity but first and foremost for
testability via unit tests
10 years ago
chriseth
0b8b65695d
Merge pull request #1488 from chriseth/sol_optimizerRefactoring
Moved semantic information to its own file.
10 years ago
yann300
600b12ab78
LogsPanel
10 years ago
chriseth
d6cf849231
Moved semantic information to its own file.
10 years ago
Arkadiy Paronyan
e90a078d07
Merge pull request #1484 from arkpar/mix_dbg
Mix: Debug highlighting filter
10 years ago
arkpar
d0825c2cd8
re-enabled debugging into base contracts
10 years ago
Ali Mashatan
ed62ee21f3
-Bug fix: get first item of list in setSelectedIndex function.
-Putting qsTr for all user-visible strings.
10 years ago
Ali Mashatan
a21831199a
Merge remote-tracking branch 'upstream/develop' into develop
10 years ago
Ali Mashatan
575dc265e5
Merge remote-tracking branch 'upstream/develop' into develop
10 years ago
Marek Kotewicz
6083f49ba0
eth_protocolVersion
10 years ago
Gav Wood
3efcc49bdf
Upgrade to latest ethhash API.
10 years ago
Gav Wood
fc569d8dab
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
db30ab24a0
Make paranoia safe again after a break caused by BlockChain cache
flushing.
Fixes #1334
10 years ago
arkpar
7bc2251eed
debug highlighting filter
10 years ago
yann300
3d7b28afb7
add disabled clear button and copy button
10 years ago
yann300
323a1aea0e
ui changes
10 years ago
subtly
02be0a2b67
Merge branch 'develop' into p2p
10 years ago