UkoeHB
UkoeHB
@OleStrohm I implemented [memory channels](https://github.com/UkoeHB/renet2/tree/main/renet2/src/transport/memory_socket) as a netcode socket option in [renet2](https://github.com/UkoeHB/renet2). The channel part was re-implemented from scratch (not that many lines), but I did use your [test suite](https://github.com/UkoeHB/renet2/blob/main/bevy_renet2/tests/memory_sockets.rs)...
@j-berman ping for review
This also upstreams https://github.com/UkoeHB/monero/pull/30
The best way to implement this would be a wallet2 method `multisig_nofn_fast_noninteractive_setup()` that internally force-updates the post-kex round after the initial kex round. The multisig implementation itself should not change,...
> Could you please revert whitespace diffs from the RandomX Blake2b file? @jeffro256 done, looks like someone in the history of these files was not using spaces for tabs...
@vtnerd can you take another look at this PR?
I added `kex_is_done` to the multisig status and updated the RPC and MMS to include it.
Update: I plan to reimagine this PR as a step toward seraphis migration, with the expectation that new seraphis multisig wallet code will use the status struct.
@jeffro256 can you review this so we can get it merged?
> You also need to update WALLET_RPC_VERSION_MINOR This can't be done until merging otherwise there will be constant merge conflicts.