833114372a
* wip: changes to surb logic + stronger db typing * surb invalidation logic * chore: remove unused deps * resolving todos * a lot of additional bugfixes * 1.88 clippy * wasm fixes * wasm clippy * wallet clippy * wait for epoch end when setting up new network * split ReplyController into Sender and Receiver for easier reasoning * additional reply surbs improvements includes, but is not limited to: unconditionally reseting sender tag on restart, limiting number of surb re-requests, resetting stale surbs on load * fixed calculation of number of removed surbs * add additional calculated field to key rotation info * DBG: 'request_reply_surbs_for_queue_clearing' temp logs * fixes for silly mistakes * conditionally reduce log severity
Nym Echo Server
This is an initial, minimal implementation of an echo server built using the NymProxyServer Rust SDK abstraction.
It currently relies on parsing out a ProxiedMessage from incoming messages, used by the NymProxyClient. In the future it will try and parse a ReconstructedMessage type, in order to allow standard MixnetClients to receive echo messages.
You can find the docs here.