Daniel Larimer

Results 17 issues of Daniel Larimer

When the first short is unable to fully cover at the price feed then all shorts are liquidated the price of the least collateralized short and any remaining collateral is...

needs tested
theoreticalbts

It should merely withdraw a transaction fee from each unspent balance and have no deposits that require scanning.

bytemaster
theoreticalbts

psibase exposes a Key/Value API to WASM applications that needs to be minimal, yet flexible enough to maximize performance. For example, point lookups can be much faster than lower bound...

This pull request is to start the code review process and is not yet ready to be merged as it has not been tested with psibase integration. The primary changes...

The Problem: 1. The DB file can grow and not shrink 2. Large portions of HOT are unused because the majority of its data has been freed and this wastes...

Suppose someone were to drop the reference to the root node (deleting the entire trie), the code in release_node() will recurse and decrement the refcounts on all node ids. This...

Format Considerations: 1. it should be easy to stream out 2. it should be easy to stream in 3. you don't know how many keys/values you are going to export...