mikedennis

Results 8 issues of mikedennis

These are required to integrate with NBXplorer: - getnetworkinfo - getblockchaininfo - fundrawtransaction - signrawtransaction - importprivkey - lockunspent

Once implemented need to also review implementation of sendmany RPC method and corresponding unit tests. There is a unit test commented out that should test this feature of sendmany.

improvement
idea
wallet

Several commits related to using span on serialization. span should now be available in .net core 2.1 Spanify some methods https://github.com/MetacoSA/NBitcoin/commit/a2ae05eb2a7b97d0001a75b9f8714e981d6c2265#diff-7dda4c094394789c50086ac0238865a4 Improve perf of uint256 serialization if span is supported....

improvement
Refactor
idea

Currently they end up being mapped to RPC_INTERNAL_ERROR Note: Many RPCMiddlewareTests will have to be refactored if this is changed.

improvement
idea
wallet

Since there is only one fee level for strat we could disable these options except for bitcoin to avoid confusion. I've seen this reported a couple of different times in...

enhancement
UI

Appears this is no longer present after this commit: https://github.com/stratisproject/BlockExplorer/commit/f069b1e385e8411ab9c8d2a9ff052b225f3b94da QBitNinja seems to still have a reference to it. Does QBitNinja need to get refactored or should it get added...

This error ``` Stratis.Bitcoin.Features.AzureIndexer.IndexerConfigurationErrorsException : Invalid value StratisTest in appsettings (expecting Main, Test or Seg) ``` Appears some configuration needs to get updated.

Full node dependencies are all in .net core so it will be increasingly difficult to maintain this moving forward unless it is migrated to ASP.NET Core