Vasil Dimov

Results 489 comments of Vasil Dimov

`11ac578f91...70dac32e76`: rebase due to conflicts + update as per the discussion in https://github.com/bitcoin/bitcoin/pull/25390#discussion_r978269158

`c3e4c34219...0f457d2bdd`: rebase and go back to a single macro `SYNCED_LOCK()` with 2 arguments.

`6c0bcd0928...f8f7e62f81`: don't change the type of the variable that holds the list of reachable networks (an array of `bool`s), see https://github.com/bitcoin/bitcoin/pull/25390#discussion_r998202653

`f8f7e62f81...3db109e794`: rebase due to conflicts @ajtowns, I think I addressed all your suggestions?

`ebfe47e594...38c0d628e0`: rebase due to conflicts @hebasto, if the purpose of the low level code is to make the higher level code more robust and less bug-prone, then I think `Synced`...