Peter Conrad
Peter Conrad
Related to udp would_block: https://github.com/EOSIO/eos/commit/9224efeaa8e47a124996c8e8f849ecd1eb85b224
> but failed in the docker ,i can’t see the details and modify it Currently it fails because the container doesn't have `wget`. But it makes no sense to implement...
> So theoretically if a transaction's expiration field is later than last block's timestamp, but earlier than the new block's timestamp, it can still be included in the new block...
Regex has inherent dangers. Simple prefix/suffix matching would be safe though and work for all your examples. (And it'd be easy to implement as well.)
``` > git log -- CMakeModules/FindBoost.cmake commit 1a461c08a577fc7ff5f0f744ad958bddee2c51f4 Author: vogel76 Date: Mon Feb 17 12:03:57 2014 +0100 [BW]: [Fix] Added local version of FindBoost.cmake to avoid building problems on Ubuntu...
Question: do we want to retain the ability to switch EC crypto between slow openssl and the fast secp256k1, or can EC openssl support be removed?
OpenSSL will still be required. (Even the secp256k1-based uses it in some places, due to lack of certain primitives in that library.) OpenSSL is also used for symmetric encryption and...
It's a simplification. If the code isn't used there's no need to keep (and maintain) it.
Future ideas: * replace `fc::optional` with `boost::optional` or `std::optional` (C++17) * replace `fc::thread` with `boost::fiber` - this would be a major undertaking and *should* be combined with attempts to allow...
Merged cleanups with #1789 . Still potential for more, so please keep this open.