I'm not exactly sure but I don't think the floating fee could be retrieved directly from the peers(?). There's no doubt many of the features will have to be reworked and I imagine that could be a hassle. Don't quote me on this, just a speculation.
i believe you are correct. there is no option in the P2P protocol used by bitcoin core or any other full node implantation that i know of which can directly tell you the fees. and it would be an easy thing to add though! it can be a simple
GetFeeStats message which then returns an array of fee/byte amounts with their corresponding total size in that node's mempool.
right now you can probably do a silly workaround using the
FeeFilter message, and setting it to a high amount then send a
MemPool message. or you can get the appropriate fee from elsewhere and then verify it with this method using the P2P network
I always thought core nodes used ssd, must be wrong somewhere.
you mean SS
L? no, all the communication occurs over HTTP without any sort of encryption. and there is no need for it when you are running a full node.