TheQuantumPhysicist
TheQuantumPhysicist
(Created on Aug 25, 2023 by @ImplOfAnImpl) Currently, the "binary protocol" is specified via a number of serializable structs that are scattered all over the code base. E.g. `Locator` from...
(Created on Aug 25, 2023 by @ImplOfAnImpl) * [ ] The module name `default_backend` suggests that the module can be replaced with some other "non-default" implementation, but this is not...
The get() method used to return a slice `&[u8]`, but that's very difficult to guarantee to work for all libraries. Usually key-value stores offer such a nice interface where the...
When running unit tests with `nextest`, it detects [leaky tests](https://nexte.st/book/leaky-tests.html), which are defined as tests that don't clean-up properly when they finish. We should investigate this. Note: For some reason,...
Backwards compatibility should be handled by version numbers in the blockchain storage. Currently, there's nothing done for that, but a version number exists that can be used. What should happen...
Starting from PR #222, we used a simplified method for assigning a ban score value to every error that works as a proof of concept. We should create a macro,...
On one hand, we want to be able to verify bitcoin scripts off the bitcoin blockchain so that we can bridge bitcoin to our blockchain. However, our serialized key types...
Hi, You seem to have gone with a great start with this project. Why has it stopped? With Qt Creator Language Client now being supported, which combines Qt Creator with...