Closed carlaKC closed 10 months ago
Concept ack ✅ And yes the Rust looks crusty! Will take a closer look and test
I'll be reviewing the PR this week, sorry for taking so long
Ready for another review with all the proposed name changed, apologies for the long turnaround!
@enigbe this has quite a few renames / refactors in it, so will be worthwhile for you to take a pass while you're getting familiar with the codebase.
dyn-traits-patch.txt
Whoop, just saw this now. Added a commit that does the same for LightningNode + Send
!
Just dropping by to acknowledge that I owe a review here, will do it ASAP (hopefully this week)
This PR unifies dispatch of random and defined activities. I think that this is worthwhile doing:
produce_events
andproduce_random_events
)Opening up in draft for an early look (still needs some cleanup). This is my first foray into trait objects, so this PR only exists by the good graces of crust of rust / suggestions for more canonical rust ways of doing this are very welcome!