Oleksandr

Results 8 issues of Oleksandr

When we are going to apply some persistent modifier (block) to the Node in NodeViewHolder we are processing modifier step by step: 1) Append it to History and collect some...

Also SellOrderSpendingProof serialization updated.

Since the Certificate Backward Transfer (BT) outputs were introduced, we need to consider the behavior of their maturity. BT become `Mature` only in the end of the next withdrawal epoch...

During the certificate submission window for given sidechain a user wants to submit the following certificates using `send_certificate` rpc command: 1) Valid Cert A with quality `N` with some `fee...

In SidechainHistoryStorage, SidechainHistory and other places when we want and expect to retrieve an instance of `A` by some `B`, we should have a method: `def getAbyB(b: B): A` That...

Currently we use version 10.1.9, that has a display error message bug: https://github.com/akka/akka-http/issues/2897 Would be useful for our check on rest api request level to print meaningful error logs in...

Currently there is no clear way to see the related boxes for the secret added after that box was processed in the wallet during block apply. We should implement rescan...

Currently we use NTP for clock synchronization between nodes. Check for secure alternatives like `tlsdate`.