StratisBitcoinFullNode icon indicating copy to clipboard operation
StratisBitcoinFullNode copied to clipboard

Bitcoin full node in C#

Results 100 StratisBitcoinFullNode issues
Sort by recently updated
recently updated
newest added

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()`...

idea
Investigate

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...

idea
documentation

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...

idea
documentation

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)....

Refactor
idea

## 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...

Refactor
idea

Bringing a bug fix and improving performance. We need to look at the possibility of adopting this. https://github.com/bitcoin/bitcoin/pull/10195

improvement
Refactor
feature
idea
Performance

`AttachedNode_MessageReceived` in `TimeSyncBehavior.cs` could use `this.state.SwitchedOff` to prevent doing anything if the time syncing feature is switched off

improvement
idea
low priority

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...

idea

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...

improvement
Refactor
idea