Javier Sagredo
Javier Sagredo
I use LSP with Haskell Language Server, and the request for workspace/symbols returns also the imports under kind `2` as defined in the LSP standard. As these imports can be...
# Description _description of the pull request, if it fixes a particular issue it should link the PR to a particular issue, see [ref](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=)_ # Checklist - Branch - [...
# Description Implementation of the UTxO-HD feature. Once this PR is ready to review/merge this description will be updated. # Checklist - Branch - [ ] Commit sequence broadly makes...
# Description Previously, this would fail with an difficult to decipher error. Now it is much more understandable
The In-Memory backend is slow and in reality there is not much gain in comparison with the Legacy Ledger for the users that use the In-Memory backend. Therefore it makes...
We never ever serialize tables except for `ValuesMK` on the In-Memory backend. Therefore the rest of the instances seem like they could be just deleted.
# Description The InMemory implementation was based on using a `TVar` whose contents were then serialized from time to time. This implied keeping track of differences a la UTxO-HD. In...
By inspecting the [UTxO-HD diff](https://github.com/input-output-hk/ouroboros-network/pull/3863) we can identify some other code chunks which are probably not being tested currently and might deserve some attention. In particular, in a preliminary thinking,...
Following #423, this PR implements a rate-limiting functionality that can be expressed as: > When a peer does a rollback from a block with block number N and then in...