aleth icon indicating copy to clipboard operation
aleth copied to clipboard

Aleth – Ethereum C++ client, tools and libraries

Results 100 aleth issues
Sort by recently updated
recently updated
newest added

it's MacOS development environment, gcc info: gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 12.0.5 (clang-1205.0.22.9) Target: x86_64-apple-darwin20.4.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ======================================================================= ...patience... ...found 1056 targets... ...updating...

Replaced cpp-ethereum for aleth

https://github.com/ethereum/aleth/blob/6e96ce34e3f131e2d42f3cb00741b54e05ab029d/libethereum/Block.cpp#L608

Bug Report: Low-cost DoS of Ethereum's transaction propagation by exploiting Aleth's transaction replacement policy === - Time: May 24th, 2021 Summary --- Aleth allows to replace an unconfirmed transaction in...

PLEASE HELP ...failed darwin.compile.c++ bin.v2/libs/program_options/build/darwin-11.0.3/debug/link-static/threading-multi/visibility-hidden/split.o... ...skipped libboost_program_options-mt-d.a(clean) for lack of cmdline.o... ...skipped libboost_program_options-mt-d.a for lack of cmdline.o... ...skipped libboost_program_options-mt-d.a for lack of libboost_program_options-mt-d.a... ...failed updating 22 targets... ...skipped 6 targets......

### Short description Stack based buffer overflow while parsing JSON file Leads to DoS ### Attack scenario An attacker can supply a specially crafted config.json file, consisting of 3764 left...

Hi is there anyone encountering this error when building aleth? My build process stopped at ERROR and I found `undefined reference to 'pthread_create'` from CMakeError.log. How to fix this error?

Work in progess - [x] request highest block header for each new peer - [x] data structure for keeping track of header ranges left to download - [x] request to...

in progress