chriseth
|
f95baf2cb9
|
Delete for memory objects.
|
10 years ago |
chriseth
|
2092e690a7
|
Merge pull request #2301 from chriseth/sol_memoryArrays8
All memory reference types are pointers.
|
10 years ago |
Arkadiy Paronyan
|
502d4741bf
|
Merge pull request #2299 from chriseth/addressForMemory
Mix: Add memory address in memory dump.
|
10 years ago |
chriseth
|
766c3ee37b
|
Some fixes for calldata arrays.
|
10 years ago |
chriseth
|
79375056db
|
Do not copy reference types to memory in-place.
|
10 years ago |
chriseth
|
b3ff6435d7
|
Merge pull request #2300 from chriseth/sol_fixExternalTypes
Fixed and optimised external type computation.
|
10 years ago |
chriseth
|
f94ff7b41c
|
Fixed and simplified external type computation.
|
10 years ago |
chriseth
|
6afff6d276
|
Add memory address in memory dump.
|
10 years ago |
Gav Wood
|
a37d37a9c2
|
don't try to alter the batch size until we can make timing work.
|
10 years ago |
Gav Wood
|
d0dd66ac18
|
One more tryout.
|
10 years ago |
Gav Wood
|
a142e968d0
|
Greater timing scope.
|
10 years ago |
Gav Wood
|
84dd9dd35d
|
More diagnostics for batch size evolving.
|
10 years ago |
Gav Wood
|
505432fe62
|
No need to add block info again - verifyBlock is guarantee to do it for
us.
|
10 years ago |
Gav Wood
|
a51f37d8da
|
Use onBad in case of bad uncle.
|
10 years ago |
Gav Wood
|
7b5c971023
|
More exception information when no block info available.
Favour more expensive transactions.
|
10 years ago |
Gav Wood
|
aceecf65b1
|
Set nonce in AZ and favour higher gas price transactions.
|
10 years ago |
Gav Wood
|
0b502db361
|
Deadlock fix.
|
10 years ago |
Gav Wood
|
6cec36d3d6
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
d1cab3cfd2
|
Windows build fix.
|
10 years ago |
Gav Wood
|
51094b8120
|
Merge pull request #2292 from chriseth/fix_appendingAssemblies
Fixed counter modification when appending assemblies.
|
10 years ago |
chriseth
|
37226b7701
|
Merge pull request #2276 from chriseth/sol_memoryArrays7
Copy routines for non-byte arrays.
|
10 years ago |
chriseth
|
63bbf058ce
|
Fixed counter modification when appending assemblies.
|
10 years ago |
Gav Wood
|
4e4a4d2fe4
|
Merge pull request #2291 from CJentzsch/KeyManagerTests
fix keymanager test
|
10 years ago |
Gav Wood
|
034806e692
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
a0e8512bed
|
Build fixes.
|
10 years ago |
CJentzsch
|
0091ee6b05
|
fix keymanager test
|
10 years ago |
Gav Wood
|
fbc8cdcb01
|
Mix fix.
|
10 years ago |
chriseth
|
afa1bb742e
|
Merge pull request #2286 from chriseth/sol_simplerStaticMemoryAccess
Simplify static memory access functions.
|
10 years ago |
Gav Wood
|
378a7fa6d6
|
Merge pull request #2283 from LefterisJP/appease_sanitizer_trie_common
Appease clang sanitizier in TrieCommon.cpp
|
10 years ago |
chriseth
|
a2440df1ab
|
Style.
|
10 years ago |
Gav Wood
|
babe5d97ea
|
Merge pull request #2284 from LefterisJP/appease_sanitizer_ethereumhost
Increase readability and make sanitizer happy
|
10 years ago |
Gav Wood
|
24a334719e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
f109b6d617
|
Fix & reduce verbosity.
|
10 years ago |
Arkadiy Paronyan
|
4b53272a84
|
Merge pull request #2268 from yann300/trDialog
Mix - TransactionDialog UI
|
10 years ago |
Gav Wood
|
b3f2a14551
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
ethconsole/main.cpp
|
10 years ago |
Gav Wood
|
a7cd6c5173
|
Make pretty function work again.
RLP can use unordered_sets.
|
10 years ago |
Gav Wood
|
a9b26e141e
|
Require prime number to start eth.
|
10 years ago |
Gav Wood
|
879f443ce1
|
Avoid rzce condition.
|
10 years ago |
Lefteris Karapetsas
|
57a51c475e
|
Increase readability and make sanitizer happy
Increasing readability and making the clang sanitizer happy about the
loop condition in EthereumHost.cpp
|
10 years ago |
chriseth
|
987a9bafc2
|
Simplify static memory access functions.
|
10 years ago |
Lefteris Karapetsas
|
2f8c657e0d
|
Appease clang sanitizier in TrieCommon.cpp
An unsigned expression gets gets 1 subtracted from it at some point and
this causes the sanitizer to emit a warning. Proper casting fixes it
|
10 years ago |
Gav Wood
|
e8057e2725
|
Merge pull request #2281 from arkpar/ldb_limit
Max_open_files for blocks and details db
|
10 years ago |
Gav Wood
|
65a3ad334a
|
Merge pull request #2282 from arkpar/bc_fix
Fixed blocks/transactions being propogated to pv61 peers only
|
10 years ago |
arkpar
|
8dfcf284a1
|
fixed propogation to all peers
|
10 years ago |
Gav Wood
|
7f945041e8
|
Additional info on slow blocks.
|
10 years ago |
yann300
|
594003891a
|
tr dialog ui changes
|
10 years ago |
arkpar
|
e842fdf0df
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into ldb_limit
|
10 years ago |
arkpar
|
21df032a9f
|
set max_open_files for blocks and details db
|
10 years ago |
Gav Wood
|
096662a692
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
5d276264ac
|
Merge pull request #2265 from debris/standalone_console
standalone javascript console
|
10 years ago |