Gregory Popovitch
Gregory Popovitch
Currently the web site displays the fees (base + priority) for a number of blocks up to the current one. Is it possible to see the fees up to a...
## High Level Overview of Change Because `SHAMapInnerNode::setChild` takes a `shared_ptr const &`, every node insertion requires a shared_ptr copy, which causes an increment/decrement of the refcount in the object....
…lock ## High Level Overview of Change When a `std::shared_ptr` is destructed, even if there is no other `shared_ptr` referencing the same object, the object memory is not necessarily released....
### Description of the bug As I tried a macos build of my software, I forgot to run `git-branchless init` on the repo, and I was mistified for a moment...
Looks like the shortcut `.code` is missing for [this one](https://github.com/nakst/gf/blob/ab47ef8a3f21cd6383b4f26f6b121754d448aaef/gf2.cpp#L1540-L1541).
If you enable `UI_DEBUG`, there is a nice inspector showing info on the window hierarchy. When opening a popup menu and moving the mouse into it, `_UIInspectorSetFocusedWindow` is called making...