never mind and beautiful just did git pull, we are going to do very very well with deep development activity! could be aeon main dev will get help as this is one of KEY cryptonote coins
doing pool transfer, with changes below... new miner (yam) was used overnight, % was gained , I am seeing if pool updated their wallet as well (my posts are often self-defeating, acting on behalf of community because if I would be silent net hash rate would be less, but community finds value regardless. so I am not as important
git pull
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 25 (delta 1), reused 2 (delta 0)
Unpacking objects: 100% (25/25), done.
From
https://github.com/aeonix/aeon eb3c4e2..8addf7d master -> origin/master
Updating eb3c4e2..8addf7d
Fast-forward
CMakeLists.txt | 14 +-
Doxyfile | 2 +-
src/CMakeLists.txt | 8 +-
src/common/command_line.cpp | 12 +
src/common/command_line.h | 3 +
src/crypto/slow-hash.c | 410 +++++++++++++++++-------
src/cryptonote_config.h | 2 +
src/cryptonote_core/checkpoints_create.h | 4 +-
src/cryptonote_core/cryptonote_core.cpp | 13 +
src/cryptonote_core/cryptonote_core.h | 1 +
src/cryptonote_core/cryptonote_format_utils.cpp | 5 +-
src/cryptonote_core/miner.cpp | 5 +-
src/cryptonote_core/tx_pool.cpp | 26 ++
src/cryptonote_core/tx_pool.h | 8 +-
src/rpc/core_rpc_server.cpp | 24 +-
src/rpc/core_rpc_server_error_codes.h | 3 +-
tests/CMakeLists.txt | 14 +-
17 files changed, 420 insertions(+), 134 deletions(-)