thephez
thephez
I like to have spaces around the text in my tables for readability. I just made these quick changes which seem to do the trick if you're interested. You can...
If the search screen is closed (by clicking "X", hitting escape, etc.) and then re-opened by clicking in the search input or pressing "/", the search term remains in the...
Converted OP_NOP2 to OP_CHECKLOCKTIMEVERIFY per BIP0065
## Issue being fixed or feature implemented I found it necessary to install cmake (Ubuntu 22) which was not mentioned in the README. ## What was done? Added cmake to...
## Issue being fixed or feature implemented The `platform.proto` file is not commented so tools like [grpcui](https://github.com/fullstorydev/grpcui) and [protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc) aren't as helpful as they could be. ## What was done?...
Thoughts based on a conversation with splawik... ## Current Behavior Currently dashmate requires both the owner/voting/payout addresses AND the BLS/Platform private keys. When the MN is owned by one person...
## Expected Behavior SDK should be able to register/retrieve names using the `names.*` [methods](https://github.com/dashpay/platform/tree/v1.0-dev/packages/js-dash-sdk/src/SDK/Client/Platform/methods/names). ## Current Behavior Since https://github.com/dashpay/platform/pull/1984, this error is returned when using `names.register()`: `Error: JsonSchemaError: Additional properties...
## Expected Behavior Dashmate could be used to set up seed nodes for DAPI. ## Current Behavior Seed nodes cannot be created with dashmate ## Possible Solution Per discussion on...