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

### Use-Case I tried to swap Stratis coins to Strax via '**Address Ownership Tool 1.2.0.0**' (Win 64 Bit) from '**Ledger Nano S**' (Firmware 2.0.0, Stratis app 1.6.0) to '**Strax Wallet**'...

Here's two methods (actually one method and one property getter): ``` public Address SenderAddress { get { return Message.Sender; } } public Address GetSenderAddress() { return Message.Sender; } ``` The...

The StyleCop nuget should probably be made a private asset so that it doesn't impose any rules as transitive dependency onto other projects. I added some of the full node...

Fresh clone of the project give a compile error. > Could not load file or assembly 'Mono.Cecil, ... Also checked out version v3.0.5.0, this has the same issue.

Hi, dear developers! I do not understand how to do swap. I used to have a Breeze wallet (Stratis), and i have only secret words and passphrase. I downloaded Stratis...

Branch 3.0.9.0 (on 3.0.8.0 is the same, while on stable 3.0.5 verbosity '2' is not supported at all ). ``` curl --user user:password --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblock", "params":...

Calling multiple smart contracts in the same block from the same wallet often returns `txn-mempool-conflict`. Running with Cirrus in Testnet using `release/3.0.8.0` branch. ``` ERROR: Stratis.Bitcoin.Features.SmartContracts.Wallet.SmartContractWalletController.Call Exception occurred: txn-mempool-conflict ```...

Ethereum contracts increasingly use the ECRecover opcode which returns the address of the private key that signed a message. This PR introduces that functionality and was just starting to test...