Gustav Stieger
Gustav Stieger
Additional fields required: - ColdWalletAccountBalance - HotWalletAccountBalance - ColdWalletSpendableAmount - HotWalletMatureStakingAmount Also provide an API for returning transactions present in the hot and cold wallet account.
I notice that the staking tab contains its own separate staking history. Is this really what we want? There is really only one staking process that may sometimes generate a...
The idea of this PR is to deal with the two issues (in a way that avoids changing the API): - scientific notation being passed to us by external callers...
Alternatively adding these changes will give us backwards compatibility: ``` public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) { if (reader.Value is string strValue && Money.TryParse(strValue, out...
Does it matter that an unrelated (or related) process with the same PID as stored in the file may be created at some later time. It may cause the above...
Perhaps this could be handled as a method on the DataFolder class: ``` /// /// Determines if the folder is available to use. /// /// public bool FolderAvailable() { int...
Was thinking of this - is it something we would want to do?: ``` public static async Task MainAsync(string[] args) { try { NodeSettings nodeSettings = new NodeSettings(protocolVersion: ProtocolVersion.ALT_PROTOCOL_VERSION, args:...
Here is an "out of left-field approach", solving the problem in an unexpected way:  This recognizes the fact that the core issue is the ability of components of seeing...
@fassadlr , can you please have a look at this as well and perhaps comment on whether this is good to merge into 1.5.
The idea seems good in principle. I assume the SCT tool will need updating as well and is `Stratis.SmartContracts.CLR.Validation` affected?