mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 17:50:18 -04:00
Merge pull request #9740
008ba966d
blockchain sync: reduce disk writes from 2 to 1 per tx (jeffro256)
This commit is contained in:
commit
3da68db978
29 changed files with 1186 additions and 1636 deletions
|
@ -145,7 +145,7 @@ namespace cryptonote
|
|||
int handle_notify_get_txpool_complement(int command, NOTIFY_GET_TXPOOL_COMPLEMENT::request& arg, cryptonote_connection_context& context);
|
||||
|
||||
//----------------- i_bc_protocol_layout ---------------------------------------
|
||||
virtual bool relay_block(NOTIFY_NEW_BLOCK::request& arg, cryptonote_connection_context& exclude_context);
|
||||
virtual bool relay_block(NOTIFY_NEW_FLUFFY_BLOCK::request& arg, cryptonote_connection_context& exclude_context);
|
||||
virtual bool relay_transactions(NOTIFY_NEW_TRANSACTIONS::request& arg, const boost::uuids::uuid& source, epee::net_utils::zone zone, relay_method tx_relay);
|
||||
//----------------------------------------------------------------------------------
|
||||
//bool get_payload_sync_data(HANDSHAKE_DATA::request& hshd, cryptonote_connection_context& context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue