Marek Kotewicz
|
2344e14f1b
|
proper combinatorics in LogFilter::bloomPossibilities(), #2295
|
10 years ago |
Marek Kotewicz
|
358f9b49cd
|
eth_getTransactionByBlockHash && eth_getTransactionByBlockNumber returns null when transactions are out of scope
|
10 years ago |
Marek Kotewicz
|
bae741709d
|
Merge branch 'develop' into client_ref
|
10 years ago |
Marek Kotewicz
|
a72b51c86d
|
clear reverted block hashes from cache during imporing
|
10 years ago |
Gav Wood
|
ea9343d93c
|
Merge pull request #2433 from bargst/develop
Improve ethminer perf when using --cl-ms-per-batch
|
10 years ago |
Marek Kotewicz
|
e53e267d44
|
Merge branch 'develop' into client_ref
|
10 years ago |
Gav Wood
|
e4d530e74a
|
Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
|
10 years ago |
Gav Wood
|
d291ff99cb
|
Merge pull request #2471 from chriseth/sol_fix_wrongArgumentCount
Improved error message for wrong argument count.
|
10 years ago |
Gav Wood
|
fb8e1b382b
|
Merge pull request #2470 from chriseth/sol_fix_bytesComparison
Fix comparison between bytes types.
|
10 years ago |
Gav Wood
|
6ace4ca957
|
Merge pull request #2461 from chriseth/memDumpShort
Only dump small mem in fakeextvm.
|
10 years ago |
Gav Wood
|
76eea930a2
|
Merge pull request #2467 from chfast/win_llvm
Default LLVM_DIR cmake variable for Windows.
|
10 years ago |
Gav Wood
|
1029517cce
|
Merge pull request #2463 from arkpar/az-fix
Allow 0x prefix for address entry in AZ
|
10 years ago |
Gav Wood
|
00e08549c9
|
Merge pull request #2462 from arkpar/key-delete
Save keys after deletion
|
10 years ago |
chriseth
|
6e7bed616c
|
Check whether a literal is a valid literal before using it.
Fixes #2078
|
10 years ago |
Marek Kotewicz
|
a494f95f11
|
Merge pull request #2464 from debris/rpc_api_filler_fork
rpc api test filler with fork simulation
|
10 years ago |
Gav Wood
|
6ad7936f0f
|
Merge pull request #2460 from chriseth/sol_singleSlotForStructRef
Use only a single stack slot for storage references.
|
10 years ago |
Gav Wood
|
c72aa84c4a
|
Merge pull request #2413 from gluk256/_whisperDB
levelDB for whisper
|
10 years ago |
chriseth
|
cef5646a7a
|
Improved error message for wrong argument count.
Fixes #2456
|
10 years ago |
chriseth
|
248eb88667
|
Fix comparison between bytes types.
Fixes #2087
|
10 years ago |
Paweł Bylica
|
f9bcdd00d2
|
Default LLVM_DIR cmake variable for Windows.
|
10 years ago |
arkpar
|
51f75cf2f3
|
KeyManager::kill test
|
10 years ago |
Vlad Gluhovsky
|
1887c60040
|
test fixed
|
10 years ago |
arkpar
|
231b708666
|
find instead of find_firt_of
|
10 years ago |
Marek Kotewicz
|
cc635b2d6a
|
mark blocks in RPC_API_TestFiller as reverted
|
10 years ago |
Gav Wood
|
15ebaea13f
|
Build fix in RLPX.
|
10 years ago |
arkpar
|
76ad4daede
|
Allow 0x prefix for address entry in AZ
|
10 years ago |
Marek Kotewicz
|
11816618f0
|
rpc api test filler with fork simulation
|
10 years ago |
arkpar
|
1eca43e0b7
|
save keys after deletion
|
10 years ago |
chriseth
|
f85ae2a1e4
|
Only dump small mem in extvm.
Fixes #1196
|
10 years ago |
chriseth
|
f8a3824f02
|
Use only a single stack slot for storage references.
|
10 years ago |
Marek Kotewicz
|
f6719db60f
|
commit eth_getFilterLogs returns reverted logs
|
10 years ago |
Marek Kotewicz
|
e1971aab86
|
Merge branch 'rpc_txReceipt2' into client_ref
Conflicts:
libethereum/Client.cpp
libethereum/ClientBase.cpp
libevm/ExtVMFace.h
|
10 years ago |
Marek Kotewicz
|
cbacf86f9c
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into client_ref
|
10 years ago |
Gav Wood
|
c65175d1c6
|
Merge pull request #2179 from ethereum/rlpx
Prep, tests: RLPX Framing (mux, demux, socket prototype)
|
10 years ago |
subtly
|
fd6a96058a
|
Remove unused move.
|
10 years ago |
subtly
|
20ca0ff247
|
Remove packet copy constructor. Simplify bool use.
|
10 years ago |
Gav Wood
|
1373083b74
|
Merge pull request #2457 from ethereum/stricterrlp
Stricter checks on RLP.
|
10 years ago |
Marek Kotewicz
|
af008ef54a
|
Merge branch 'develop' into client_ref
Conflicts:
libethereum/Client.cpp
|
10 years ago |
Gav Wood
|
67523d5b1e
|
Merge pull request #2446 from chfast/cmake
Fix some cmake problems
|
10 years ago |
Gav Wood
|
795c631de6
|
Stricter checks on RLP.
|
10 years ago |
Gav Wood
|
d32e490ce8
|
Merge pull request #2435 from CJentzsch/walletTestsUpdate
update to latest version of wallet code
|
10 years ago |
Gav Wood
|
6be36b101a
|
Merge pull request #2429 from arkpar/clang
Check clang version before disabling warning
|
10 years ago |
Gav Wood
|
841d976d92
|
Merge pull request #2375 from winsvega/newtests
RLPTests: refactoring
|
10 years ago |
Paweł Bylica
|
4211a845b7
|
Include OpenCL headers only in ETHASHCL builds.
|
10 years ago |
Dimitry
|
b0ec75d0bb
|
RLP test refactoring: style
|
10 years ago |
Dimitry Khokhlov
|
532df9cfe5
|
newtests: style
|
10 years ago |
Dimitry
|
5309905c2a
|
RLPTests Refactoring
|
10 years ago |
Dimitry Khokhlov
|
04e257a8cb
|
RLPTests: fill rlp tests
|
10 years ago |
Dimitry Khokhlov
|
829bcd0146
|
RLPTests: refactoring
|
10 years ago |
subtly
|
c2fff08327
|
Update RLPXFrameWriter.h
|
10 years ago |