Gav Wood
|
23983aaf97
|
Fix for gas floor calc.
|
10 years ago |
Gav Wood
|
756ca99f6d
|
Minor updates to gas limit floor machanism.
|
10 years ago |
Gav Wood
|
11abba272b
|
Target 5000 gas floor for frontier.
|
10 years ago |
Gav Wood
|
028f914f17
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
f93a8b70b4
|
Merge pull request #2575 from LefterisJP/chunks_on_enqueue_fail
CL: disable chunking until further notice
|
10 years ago |
Gav Wood
|
c983a46f72
|
Merge pull request #2618 from arkpar/tq-fix
Clear state on dropping transactions from queue
|
10 years ago |
Gav Wood
|
a286c5f95a
|
Version bump.
|
10 years ago |
arkpar
|
8c6b653790
|
clear state on dropping transactions from queue
|
10 years ago |
Gav Wood
|
fdf7635167
|
Merge pull request #2617 from chriseth/typo
Fixed typo.
|
10 years ago |
Gav Wood
|
48178696b3
|
Merge pull request #2616 from arkpar/smartvm-fix
Fixed segfault in JitWorker initialization
|
10 years ago |
Gav Wood
|
abe38d4efc
|
Merge pull request #2619 from chfast/fix_evmjit_exports
Fix evmjit Windows exports
|
10 years ago |
Paweł Bylica
|
1d4eeb3a66
|
Fix evmjit Windows exports.
|
10 years ago |
Gav Wood
|
82e950f171
|
Merge pull request #2614 from chfast/fix_vmtrace
Fix VM tracing
|
10 years ago |
Gav Wood
|
74eeabff31
|
Merge pull request #2613 from gluk256/_fix_div_by_0
Critical bugfix
|
10 years ago |
Gav Wood
|
35b84ae7e7
|
Use atomic for g_silence.
Fixed #2285.
|
10 years ago |
chriseth
|
8f1d5b4330
|
Fixed typo.
|
10 years ago |
Paweł Bylica
|
c30ae3216d
|
Force Interpreter VM when VM tracing requested (moved from State to Executive).
Fixes https://github.com/ethereum/cpp-ethereum/issues/2585.
|
10 years ago |
arkpar
|
78fd8548ed
|
fixed JitWorker initialization
|
10 years ago |
Gav Wood
|
673680ef39
|
Merge pull request #2615 from chriseth/fixAdminSessionBuiltin
Internal jsonrpc uses its own session.
|
10 years ago |
chriseth
|
ef98742820
|
Internal jsonrpc uses its own session.
Fixes #2597
|
10 years ago |
Paweł Bylica
|
a51037e645
|
Fix incorrect std::move.
|
10 years ago |
Paweł Bylica
|
f16cb2e23e
|
Force Interpreter VM when VM tracing requested.
Fixes https://github.com/ethereum/cpp-ethereum/issues/2585.
|
10 years ago |
Vlad Gluhovsky
|
665c7240f8
|
bugfix
|
10 years ago |
Gav Wood
|
321b977e73
|
Fix tests.
|
10 years ago |
Gav Wood
|
a38294716c
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
40c334cc3d
|
Merge pull request #2600 from subtly/netFix
CLI flag to enable Whisper
|
10 years ago |
Gav Wood
|
c0ddfcd19f
|
Merge pull request #2608 from CJentzsch/moreTests
add extcodecopy stack test
|
10 years ago |
Gav Wood
|
e3b01a5160
|
Merge pull request #2592 from debris/windows_x64
extdep/getstuff.bat downloads only x64 libs on windows
|
10 years ago |
Gav Wood
|
d765316f4f
|
Merge pull request #2599 from arkpar/bq_fix
Fixed failed invariant on block queue clear
|
10 years ago |
Gav Wood
|
785e4dc47e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
568d3f7eab
|
Merge pull request #2611 from chfast/cmake_project_version
Place project version in cmake variable PROJECT_VERSION
|
10 years ago |
Gav Wood
|
eb8bab4fa1
|
Merge pull request #2552 from chfast/enable_evmjit_by_default
Build EVM JIT by default
|
10 years ago |
Gav Wood
|
062ed29116
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
6ee25c93d6
|
Allow importing of ethersale wallets in CLI.
Fixes #2606.
|
10 years ago |
Gav Wood
|
ce9d88be34
|
Merge pull request #2581 from ethereum/deja
Make all of our memory that stores secrets auto-cleansing through use of special types.
|
10 years ago |
Paweł Bylica
|
6d10e19fb1
|
Place project version in cmake variable PROJECT_VERSION.
|
10 years ago |
Gav Wood
|
0ecb5a67ea
|
Don't stop syncing when a random bad block comes in the queue.
|
10 years ago |
Lefteris Karapetsas
|
c429b03ddb
|
Disable chunking until further notice
|
10 years ago |
Gav Wood
|
d1f8ae353c
|
Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja
|
10 years ago |
Gav Wood
|
591b4c8c64
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
441ce8f0dc
|
Fix const& where it should have been value.
|
10 years ago |
Gav Wood
|
e92392a1e3
|
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582.
|
10 years ago |
Gav Wood
|
1cd8fcc025
|
Hold address-sorting back.
|
10 years ago |
Gav Wood
|
17098549f8
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
2ed0484495
|
Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja
Conflicts:
libdevcrypto/AES.h
|
10 years ago |
Gav Wood
|
818fa25bba
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
f960428941
|
Fix const& where it should have been value.
|
10 years ago |
Gav Wood
|
5517e44e38
|
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582.
|
10 years ago |
Gav Wood
|
195c9614b3
|
Hold address-sorting back.
|
10 years ago |
Gav Wood
|
2a7c56aef7
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |