Gav Wood
f0e9d43b0d
Merge pull request #2039 from LefterisJP/increase_stack_size_win32
Increase win32 executable stack size to 32MB
10 years ago
Gav Wood
00bf2aefc0
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libethereum/BlockQueue.cpp
10 years ago
Gav Wood
0d91f27f72
Merge pull request #2037 from chfast/bigint_comparison_workaround
Workaround for incorrect mixed type big int comparison
10 years ago
Gav Wood
fcc6d2f621
Possible MSVC workaround.
10 years ago
Gav Wood
0ef8abfc8b
Merge pull request #2032 from CJentzsch/jumpdestMemoryUsage
Jumpdest memory usage
10 years ago
Gav Wood
b09185becd
Merge pull request #2026 from gluk256/pbkdf2
topic encryption with pbkdf2
10 years ago
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
Kristoffer Josefsson
22afbf91d4
Updated to latest.
10 years ago
Kristoffer Josefsson
96bf8ac009
Added chunked upload to older cards by @sontol .
10 years ago
Lefteris Karapetsas
70a49b1f35
Increase win32 executable stack size to 32MB
10 years ago
yann300
05c47db947
rollback
10 years ago
Paweł Bylica
15afbdd282
Workaround for incorrect mixed type big int comparison.
Fixes ethereum/cpp-ethereum#1977 .
10 years ago
yann300
74c46b8298
rollback
10 years ago
yann300
eb355976e7
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
eth/main.cpp
10 years ago
yann300
1482599e52
- Check uint, int input from c++.
- Check address also by contract name.
10 years ago
Arkadiy Paronyan
01a2289c85
Merge pull request #2023 from yann300/gasEstimation
Mix - Functional gas estimation
10 years ago
CJentzsch
bed201a691
add JUMPDEST attack test with JUMP
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
CJentzsch
03d5ffd166
add similiar tests for jumpi
10 years ago
CJentzsch
9e177a01dc
fix test
10 years ago
CJentzsch
dc90ba2346
add test for PC overflow in jump
10 years ago
Vlad Gluhovsky
b81a180edb
gamma generation algorithm changed
10 years ago
Vlad Gluhovsky
be05a43e22
topic encryption with pbkdf2
10 years ago
arkpar
597f56843b
GetBlockHashesByNumber packet
10 years ago
CJentzsch
0519bdbd71
max pc is uint64_t
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
CJentzsch
af75a0551b
clean up
10 years ago
CJentzsch
55b30a4a64
add creation transaction
merge
cleanup
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
subtly
b649409cbf
Code review optimization.
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
chriseth
ba6efaf408
Allow duplicate code removal for loops.
10 years ago
yann300
606b656eb6
Merge remote-tracking branch 'up/develop' into bugFix2
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
f042abc3e7
Kill steps limit option in VM.
10 years ago
Paweł Bylica
9891028cb8
Improve output handling in precompiled contracts.
10 years ago