Is there some kind of overview what the Monero team has specifically developed beyond forking Bytecoin? Thanks
Over and above what othe mentioned (and today's
OpenAlias release + inclusion in Monero) I put this together in a comment on Reddit, it details the code changes *only* as mentioned in our weekly Monero Missives -
Jun 2nd - first (and only) open source pool mining software for CryptoNote released; block reward penalty fix to prevent penalty attack
Jun 10th - deterministic wallets based on a mnemonic seed; Doxygen docs begun; major RPC changes: payment_id in transfer RPC call, incoming_transfers RPC call
Jun 18th - changes to allow for building on Arch; transaction auto-splitting
Jun 27th - AES-NI support in the hashing function for faster verification; auto-split RPC call added in addition to CLI call; rpcwallet split out on development branch; daemonize forking effort begun
July 6th - daemonize ready for initial testing; rpcwallet ready for initial testing; tx auto-splitting payment_ID added to transfer_split RPC call
July 13th - blockchain class refactor begun; daemonize functionality in rpcwallet begun
July 20th - daemonize now forking on *nix and using services on Windows; get_connections daemon RPC call; get_bulk_payments wallet RPC call added; initial QoS bandwidth control commits
July 23rd - get_info daemon RPC call added; get_bulk_payments complete, Poloniex deposit processing down from 45 minutes to 17 seconds; daemonize/rpcwallet merged into common branch for testing
August 3rd - blockchain class rewrite+refactor nearly complete; Windows move from MSVC to mingw/msys2 begun; refresh now takes an optional blockheight from parameter; seed / viewkey commands and query_key RPC call added to allow seed / key retrieval; DNS seeder code released
August 10th - abstracted blockchain class is now in BlockchainDB; target-specific builds in CMake; OT logging system reimplementation in Monero begun (logging channels, rollover, etc.)
August 16th - development branch added to github; mingw-w64 / msys2 build operational and ready for testing; wallet code refactor begun; BlockchainDB functionally complete and ready for implementation; GUI interface binaries released
August 24th to September 7th - spam attack patch; block 202612 attack patch; block 202612 attack mitigation and fork fix (via a whole new block blob hash checkpointing system)
September 15th - FreeBSD compatability; CMake miniupnpc overhaul to use system miniupnpc if available; static release Makefile target; versioning CMake overhaul to suit and indicate tagged releases; on-demand testnet released and operational; per-kb fees nearly ready for testing; default logging moved; LMDB database implementation begun