Hans Moog
Hans Moog
# Description of change This PR refactors the code base to better align with the final algorithms and package structure. ## Type of change - Enhancement (a non-breaking change which...
# Description of change This PR implements the scheduler for the experimental manaverse tokenomics. ## Type of change - Enhancement (a non-breaking change which adds functionality) ## Change checklist -...
Are you aware that whenever a new building block (CuckooFilter) gets added the false positive rate increases accordingly? If i define my BuildingBlock to have a false positive rate of...
# Description of change This PR merges several different components into a singular streamlined framework for creating, tracking and managing conflicts (and votes on these conflicts). In the current code...
## Bug description OrderedMap.ForEach can result in a situation, where the iteration order is somewhat undefined while we are iterating if the elements get mutated during the iteration ## Expected...
# Description of change Please write a summary of your changes and why you made them. Be sure to reference any related issues by adding `fixes # (issue)`. ## Type...
## Bug Fix: Thread Panic During Test Causing Counter Corruption for unrelated Tests ### Summary This PR fixes a subtle but non-trivial bug caused by panics during test execution that...