Malcolm James MacLeod
Malcolm James MacLeod
VectorSource and/or VectorSink cannot compile when passed a vector that takes a custom allocator. In my case I have a codebase that uses a secure allocator for all sensitive information...
`createrawtransaction` RPC command should have a way to specify an amount for DATA type outputs, currently this is only possible via editing the sourcecode and recompiling.
We have had to temporarily work around an issue in gitian builds, due to wrong nm detection for some platform variants, the temporary work around works and is fine for...
When we have only the witness key for a witness address and not the spending key, the codebase should behave differently. The first part of this is already handled the...
'signrawtransaction' will sign with any keys it can find in the wallet, regardless of what account it is in. For certain use cases it would probably be nice to have...
### Describe the issue Mining on a windows machine with more than 64 threads results in inability to use all of the threads, e.g. on an 88 thread machine only...
Currently the wallet displays a QR for the latest 'new' address, however there is no way to have it show a QR for a previously used address. We should expose...
https://github.com/Gulden/gulden-official/blob/master/src/rpc/protocol.h#L34-L84 We should define various new error types like "invalid account UUID/Label" "not a witness account" "witness account has no locked funds" and so forth and apply them consistently across...
Some cases of [[maybe_unused]] in the codebase might indicate that the code can be simplified, manually go through all [[maybe_unused]] cases and check/fix.
Windows installer should properly detect/close already running installer, so that people don't get confused when upgrading.