Gav Wood
|
628a145f21
|
Fixes for FatTrie.
|
10 years ago |
Gav Wood
|
ae1cb7f1ff
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
d941808524
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
72e681a65b
|
Fat Trie and tests for it.
|
10 years ago |
Gav Wood
|
4d1464783a
|
New SecureTrie.
|
10 years ago |
Gav Wood
|
10dccac64b
|
Lenient gas limit.
Two uncles only.
Min 2048 difficulty & assoc adjustment.
|
10 years ago |
Gav Wood
|
7ccf3d00b2
|
VM CALLCODE fix.
|
10 years ago |
Gav Wood
|
f7dba3781a
|
Fee structure stuff.
|
10 years ago |
Gav Wood
|
5d1e93ec0e
|
Alter Genesis block.
Add FeeStructure.
|
10 years ago |
Gav Wood
|
52661968eb
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
55b2bca0d3
|
Log/bloom alterations.
|
10 years ago |
CJentzsch
|
7b22f8da22
|
update gas costs
|
10 years ago |
Gav Wood
|
e9822bb3bb
|
Avoid invalid paranoia tests.
|
10 years ago |
CJentzsch
|
7256d573d7
|
fix jumpdest - dont require anything on the stack
|
10 years ago |
CJentzsch
|
472f15effe
|
add memory tests
|
10 years ago |
CJentzsch
|
e7fae29713
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
64cf0a986c
|
Fix FakeExtVM.
|
10 years ago |
Gav Wood
|
4a530758b0
|
JUMPDEST is 1.
|
10 years ago |
Gav Wood
|
f799303ea5
|
Gas fixes.
Trie fixes.
|
10 years ago |
Gav Wood
|
724cf629cf
|
New gas pricing for PoC-9.
|
10 years ago |
Gav Wood
|
012be4f084
|
Fixes for FatTrie.
|
10 years ago |
Gav Wood
|
31f3ae66fb
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
67ed60bad6
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
c88590f0b8
|
Fat Trie and tests for it.
|
10 years ago |
Gav Wood
|
bb0f5358bf
|
New SecureTrie.
|
10 years ago |
Gav Wood
|
0887b2d0cd
|
Merge pull request #1216 from arkpar/eth_exceptions
Refactored some exceptions for thread safety
|
10 years ago |
Gav Wood
|
42df6c484c
|
Merge pull request #1218 from arkpar/eth_hostfix
Uninitialized member in EthereumPeer
|
10 years ago |
arkpar
|
e2fe258d41
|
Super effective exception constructor
|
10 years ago |
chriseth
|
1c48391435
|
Merge pull request #1212 from chriseth/sol_arrayIndexOnCalldata
Index access for calldata and byte arrays.
|
10 years ago |
arkpar
|
7f4ff430cc
|
uninitialized member
|
10 years ago |
chriseth
|
11a4ec737a
|
Merge pull request #1205 from LianaHus/sol_SourceLineInOutput
Added source lines to output
|
10 years ago |
arkpar
|
9c005828cc
|
refactored some exceptions for thread safety
|
10 years ago |
Liana Husikyan
|
1b2efc5bf2
|
one more style fix
|
10 years ago |
Liana Husikyan
|
c17c9a4c31
|
style fixes
|
10 years ago |
chriseth
|
7584f387d4
|
Styling
|
10 years ago |
Christian
|
a3b95811d4
|
Index access for calldata arrays.
|
10 years ago |
Gav Wood
|
51bca394f4
|
Merge pull request #1209 from arkpar/build_pedantic
Enabled -pedantic for gcc build
|
10 years ago |
Liana Husikyan
|
18176ea3e4
|
added source code printing for each output line.
some changes after pr review
|
10 years ago |
Liana Husikyan
|
369abf4294
|
to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument.
|
10 years ago |
Arkadiy Paronyan
|
239cde887a
|
Merge pull request #1206 from yann300/registrar
mix - DeploymentDialog Redesign
|
10 years ago |
yann300
|
f719f879b4
|
small changes
|
10 years ago |
arkpar
|
2574741a14
|
enabled -pedantic for gcc build
|
10 years ago |
Gav Wood
|
f4c93bb091
|
Merge pull request #1186 from onepremise/develop
Updates for Building all cpp-ethereum on MinGW(64)
|
10 years ago |
Gav Wood
|
2c7f9984c1
|
Merge pull request #1200 from debris/ethereumjs
ethereum.js 0.0.16
|
10 years ago |
yann300
|
36fd3a6276
|
DeploymentDialog.qml Redesign (replace labels by icons)
|
10 years ago |
yann300
|
85435c10c5
|
DeploymentDialog.qml Redesign
|
10 years ago |
jhuntley
|
6d62e3ab26
|
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
|
10 years ago |
jhuntley
|
15810eb55f
|
cmake build updates for mingw. Make sure to include boost where referenced and install runtime dlls to bin upon install.
|
10 years ago |
jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
10 years ago |
jhuntley
|
cb62fddd8a
|
Consolidating macro resolution to one header file as per project owner request. Added inline comments covering reasons for undef of macros. Resolves issues with problem #832:
Adding UndefWindowsMacros.h to handle V8 CPP conflicts in Windows #832
|
10 years ago |