Gav Wood
|
ee0df7beae
|
Fee structure stuff.
|
10 years ago |
Gav Wood
|
f8c06e92f7
|
Alter Genesis block.
Add FeeStructure.
|
10 years ago |
Gav Wood
|
6e9884ca43
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
82a2a9edf6
|
Merge pull request #1191 from CJentzsch/POC9tests
update gas cost PoC9
|
10 years ago |
Gav Wood
|
5a538bf314
|
Log/bloom alterations.
|
10 years ago |
CJentzsch
|
05bb8f2191
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
CJentzsch
|
6dc6d10b02
|
update gas costs
|
10 years ago |
Gav Wood
|
dbe37c613b
|
Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
|
10 years ago |
Gav Wood
|
cd45664a63
|
Avoid invalid paranoia tests.
|
10 years ago |
Gav Wood
|
b8c195a4f6
|
Merge pull request #1188 from CJentzsch/POC9tests
Poc9tests
|
10 years ago |
CJentzsch
|
a90afc3d5e
|
fix jumpdest - dont require anything on the stack
|
10 years ago |
CJentzsch
|
845b4e7d98
|
add memory tests
|
10 years ago |
CJentzsch
|
e2fdaa6ac2
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
8f70101cec
|
Fix FakeExtVM.
|
10 years ago |
Gav Wood
|
a1bb249d45
|
JUMPDEST is 1.
|
10 years ago |
Gav Wood
|
bfb9223528
|
Solidity STOPs in case of failed call.
|
10 years ago |
Gav Wood
|
f0e1be6abf
|
Gas fixes.
Trie fixes.
|
10 years ago |
Gav Wood
|
e3219c6563
|
New gas pricing for PoC-9.
|
10 years ago |
Gav Wood
|
3e471f8904
|
Fixes for FatTrie.
|
10 years ago |
Gav Wood
|
bae383f617
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
f661289cf3
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
e9e310822b
|
Fat Trie and tests for it.
|
10 years ago |
Gav Wood
|
a22208b034
|
New SecureTrie.
|
10 years ago |
Gav Wood
|
7e29a2c45b
|
Merge branch 'master' into develop
|
10 years ago |
Gav Wood
|
fef4ed9f15
|
Warnings fixes.
|
10 years ago |
Gav Wood
|
77026ac612
|
Verbosity to test big with watch garbage collection.
|
10 years ago |
Gav Wood
|
cb2a1aa869
|
Quadratic memory cost.
|
10 years ago |
Gav Wood
|
154823d791
|
Fix warnings.
|
10 years ago |
Arkadiy Paronyan
|
712d34caea
|
Merge pull request #1139 from arkpar/msvc
mix: Fixed path handling on windows
|
10 years ago |
Gav Wood
|
7a3af301bd
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
2d90602182
|
Min 1024 on difficulty.
|
10 years ago |
chriseth
|
8f31bc8ab9
|
Merge pull request #1140 from chriseth/sol_lvalueRefactoring
LValue refactoring.
|
10 years ago |
Christian
|
0d6e69ef53
|
Stylistic changes.
|
10 years ago |
Christian
|
21b9bafee2
|
Removed code duplication.
|
10 years ago |
Christian
|
a03ead264e
|
LValue refactoring.
|
10 years ago |
chriseth
|
fc1281229b
|
Merge pull request #1132 from LefterisJP/sol_DebuggingInformation
Location information in AssemblyItems, filled by Solidity.
|
10 years ago |
arkpar
|
889e5ed5e2
|
fixed path handling on windows
|
10 years ago |
Lefteris Karapetsas
|
eda4ce3d18
|
Re-adding braces to if in test/Assembly.cpp
|
10 years ago |
Lefteris Karapetsas
|
a157ccae4d
|
Move SourceLocation to evmcore
|
10 years ago |
Lefteris Karapetsas
|
0a8acbc7db
|
Tighter coupling for Assembly items retrieval
- Exposing only assembly items, not the entire compiler context
|
10 years ago |
Lefteris Karapetsas
|
9f85e14ead
|
LocationSetter in some extra places during Compiling
- Also adjusted the test, and fixed its error reporting
|
10 years ago |
Lefteris Karapetsas
|
72f9ecd526
|
Styling changes for SourceLocation and friends
|
10 years ago |
Arkadiy Paronyan
|
84834d6ea8
|
Merge pull request #1131 from arkpar/mix_fix
Fixed calling QApplication constructor with temp ref
|
10 years ago |
Gav Wood
|
712785bc19
|
Merge pull request #1129 from imapp-pl/pr/old_tests
Old VM tests used in EVM JIT development
|
10 years ago |
Gav Wood
|
f1996c62d2
|
Merge branch 'develop'
|
10 years ago |
Gav Wood
|
52c1596352
|
Merge pull request #1110 from winsvega/develop
Quadratic complexity test
|
10 years ago |
Lefteris Karapetsas
|
46fd746cd8
|
Changes after rebase on top of Array Parsing
|
10 years ago |
Lefteris Karapetsas
|
bc71f71035
|
Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
|
10 years ago |
Lefteris Karapetsas
|
45ef19046b
|
Reset CompilerContext's visited nodes at compile start
|
10 years ago |
Lefteris Karapetsas
|
f85aee0826
|
Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
|
10 years ago |