theoreticalbts

Results 57 issues of theoreticalbts

You should be able to update a sub-account's active key as long as you have an unlocked wallet that either: - (1) Contains the active or owner private key of...

There should be an option to throw away blocks above a certain height (and probably need to throw away indexes as well). The idea is to make resolving a fork...

vikram

With each block, we need to track the historical values of each BitAsset median feed, and provide an RPC to get this data. Obviously only when tracking statistics is enabled.

vikram

- Refactor `programs/utils/bts_key_info` functionality into a single function - Use this function in both `bts_key_info` utility and a new `blockchain_key_info` RPC call The main use of this functionality is to...

theoreticalbts

C++11 contains `enum class`, see for example: http://www.cprogramming.com/c++11/c++11-nullptr-strongly-typed-enum-class.html The `enum class` construct has two advantages: - Specify a specific size of integer - Enum values are placed in a namespace...

After reviewing the patch for #997 and examining the `select_delegate_vote` function, I realized that the patch probably will not work because `select_delegate_vote` is non-deterministic. In particular it uses `std::random_shuffle` and...

If I have a very large list of JSON addresses like the DVS snapshot, I want to have an RPC command to find the ones for which my wallet knows...