Results 29 issues of Doyle

The editor allows you to generate notes with a pretty long description but on subsequent load of the plan, the program crashes. I've been using masterplan like a white board...

Wallet and wallet api, wallet rpc don't necessarily need to link to mining functions exported by cryptonote_core. Ideally avoiding symbols from miner.cpp and functions like get_block_longhash and cn_slow_hash/rx_slow_hash that aren't...

help wanted

**Describe the bug** Sending an RPC command via CLI returns the wrong message. **To Reproduce** ``` ./lokid status 2020-04-08 00:10:10.095 I Loki 'Valiant Vidar' (v7.1.3-894d82461) 2020-04-08 00:10:10.096 I Generating SSL...

bug

We have hooks that code inside the program can use to be called when certain operations occur in the blockchain (block added, reorg, alt block added, validate miner tx). This...

enhancement

When decommissioning we should display the next earliest quorum that you will be tested in to be able to give better estimates on when the Service Node needs to be...

enhancement
good first issue

As much as possible we should try and batch cleanup instead of removing individual block, performing cleanup and repeating until it's complete. There are also some troublesome parts with `tx_pool::on_blockchain_inc`...

enhancement

This will speed up tests by saving time on the block generation and block replay step. One gotcha with this is some core_tests rely on absolute block heights (which become...

enhancement
help wanted

Trying to explain how this works and the multiple hoops you have to jump through to implement a new CLI command is stupid, because OOP. Currently the call stack looks...

enhancement
help wanted
discussion

I don't remember the motivation for storing percentage stake of a node expressed in base STAKING_PORTIONS, but it doesn't seem necessary?

enhancement
help wanted
service nodes

Would be nice to improve anonymity. Need to update the derivation step for calculating transaction amounts when verifying stake validity. Edit: Actually this might be harder than I thought. I...