James Lovejoy

Results 10 issues of James Lovejoy

Under excessive load, or due to a network partition, a node could be isolated from some peers and not others (particularly the leader, in this case). If the partition resolves,...

todo-backlog

Are there tests available for the `nuraft::log_store` and `nuraft::state_mgr` interfaces so one can test an implementation against the expected behaviour?

todo-backlog

If we already have an outgoing HTLC with a given hash and coin type, we don't want to create another. In the case of an exchange we already have an...

enhancement

Since the channel open tx never confirms for the counterparty (h stays at -1), the counterparty is unable to push using the channel, receiving the message: ``` push 2 5000...

bug

This is a feature request for allowing users to download zipped versions of the backups they have created.

How can I get this to work on Windows? Preferably with MSYS/MinGW.

I particularly needed this because I needed to control execution in a sandbox using lua_sethook(). Equally, being able to load directly from an std::string can be very useful. Also, a...

It turns out that we can't do much inside a signal handler. Some of our handlers lock mutexes and notify condition variables, which is not allowed by the C++ spec....

topic/hardening-security
enhancement/refactor
difficulty/02-low
fix/bug

Currently `archiverd` is not replicated. Use Raft or some other protocol to make the archiver fault tolerant.

topic/hardening-security
enhancement/feature
difficulty/02-low

Refactor `atomizer::atomizer_raft` and `atomizer::state_machine` to use `raft::rpc::server` and `rpc::client`.

enhancement/refactor
difficulty/02-low