StratisBitcoinFullNode
StratisBitcoinFullNode copied to clipboard
Bitcoin full node in C#
Currently the `Transaction` class doesn't contain any easy way to access the fees and input amounts, even when it has been calculated or accessed previously. Instead you must call `GetFee()`...
I have a suggestion to generate developer documentation from source code, using DocFX. DocFX is a tool by Microsoft that they used to generate their own system documentation. I have...
https://github.com/bitcoin/bips/blob/master/bip-0002.mediawiki#progression-to-final-status Suggests: > Software authors are encouraged to publish summaries of what BIPs their software supports to aid in verification of status changes. As we do produce software compatible with...
The idea is to allow peer behaviors to subscribe only to the payloads they need and not to every network message (move distinguishing between different payloads to the base class)....
## Problem Right now some of the constants are hard coded and it's impossible to configure them. The other part is configurable and their default values are specified inside the...
Bringing a bug fix and improving performance. We need to look at the possibility of adopting this. https://github.com/bitcoin/bitcoin/pull/10195
`AttachedNode_MessageReceived` in `TimeSyncBehavior.cs` could use `this.state.SwitchedOff` to prevent doing anything if the time syncing feature is switched off
I was doing some test with the fullnode and now its taking 13 gig + on my hd. So, i decided to set prune=2000 to lower it down but, it...
We wanted to do that forever. Let's finally have an issue for that. We can start by just changing namespaces and moving stratis.bitcoin code to base feature. Refactor it later...