Marek Kotewicz
c59db1d840
Merge pull request #2041 from pompomJuice/develop
windows build: fixed dangling catch problem
10 years ago
Marek Kotewicz
5d39e4c20f
Merge pull request #2034 from gluk256/gitignore
added extdep/download
10 years ago
Vern
87628fc432
windows build: fixed dangling catch problem
10 years ago
Arkadiy Paronyan
01a2289c85
Merge pull request #2023 from yann300/gasEstimation
Mix - Functional gas estimation
10 years ago
Gav Wood
9302eb109a
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
9dd24197a4
Fix #2031
10 years ago
Gav Wood
cfe137284c
Merge pull request #2024 from arkpar/bc
Blockchain sync refactoring
10 years ago
Vlad Gluhovsky
46acfde021
added extdep/download
10 years ago
Gav Wood
b4d5577381
Merge pull request #2033 from LefterisJP/remove_auto_ptr
Remove deprecated std::auto_ptr
10 years ago
arkpar
597f56843b
GetBlockHashesByNumber packet
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
4ee8aa8942
Merge remote-tracking branch 'up/develop' into gasEstimation
10 years ago
Gav Wood
9a36a183af
Merge pull request #2022 from debris/miniupnp_win
miniupnp windows
10 years ago
Gav Wood
3f18804f1b
Merge pull request #2017 from CJentzsch/fixMemCall
add more tests for CALL memory output
10 years ago
Gav Wood
fe9107e140
Merge pull request #2009 from CJentzsch/walletTests
update and expand wallet tests
10 years ago
Gav Wood
e93fd742e0
Merge pull request #1951 from imapp-pl/no_warnings
Little improved base64 implementation.
10 years ago
Gav Wood
5b1cffde1f
Merge pull request #2030 from gluk256/bugfix_seal
last two parameters of seal() were swapped
10 years ago
Vlad Gluhovsky
17e9896cd4
last two parameters of seal() were swapped
10 years ago
yann300
9f5981ad05
Optimize Code set to false by default
10 years ago
yann300
ba59d377c0
optimizecode default to true
10 years ago
yann300
bd5bf0b8e9
Use enum instead of string.
10 years ago
arkpar
10cfa35c09
blockchain sync refactoring
10 years ago
yann300
7049251ce9
- add optimize code action menuitem
10 years ago
Gav Wood
61318ba3ab
Bad blocks get good treatment.
10 years ago
yann300
49d5c630e4
small change
10 years ago
yann300
61cb005e8c
- Functional gas estimation
- bug fix: misselected address for input parameter
10 years ago
ethdev zug
282a817a2a
changes required to make miniupnp working on windows
10 years ago
ethdev zug
3a9fe7246f
Merge branch 'develop' of https://github.com/lotrf3/cpp-ethereum into develop
10 years ago
lotrf3
192e8e19f2
Fix dumbest syntax error ever
10 years ago
lotrf3
65cbeafd58
Ensure dependencies are conditional on Windows
10 years ago
Arkadiy Paronyan
0a0c878f70
Merge pull request #2018 from yann300/bugFix
Mix - Bug fixes
10 years ago
chriseth
583146cc3e
Merge pull request #2006 from chriseth/sol_functionalGasEstimator
Functional gas estimator
10 years ago
CJentzsch
62282c4204
fix blockhashOutOfRange test
10 years ago
Paweł Bylica
9a8408eacc
Merge branch 'develop' into no_warnings
10 years ago
yann300
93c8024ecc
Bug fix:
- debug: clear local variables list when getting out of a function.
- small ui changes.
10 years ago
CJentzsch
1c5fc72735
update wallet contract to latest changes
10 years ago
CJentzsch
8715cd2a8e
Merge remote-tracking branch 'upstream/develop' into walletTests
10 years ago
CJentzsch
035cc0c3c1
update wallet tests
10 years ago
chriseth
c58d5bb7dd
Removed redundant std.
10 years ago
chriseth
1a3d6904d7
Gas estimation for internal functions.
10 years ago
chriseth
4e8a13f337
Merge pull request #2014 from chriseth/sol_keywords
Sort keywords and add some reserved keywords.
10 years ago
CJentzsch
fea96e7b07
style
10 years ago
CJentzsch
5d68013af2
undo mem output change
10 years ago
lotrf3
7250a25e16
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
lotrf3
dadac26d0e
Added upnp support to Windows
10 years ago
CJentzsch
5c2b10eef4
more tests
10 years ago
CJentzsch
6275148851
fix output memory for CALL
10 years ago
Gav Wood
4251276cb3
Fix mining. Again.
10 years ago
chriseth
6281c11534
Sort keywords and add some reserved keywords.
10 years ago
Gav Wood
e8b582f3cf
Add secret store test.
Remove unneccessary components of scrypt.
10 years ago