Polykey
Polykey copied to clipboard
Polykey Core Library
### Description This PR handles a general review of the vaults domain. General optimisations if they can be applied. Minor fixes for vault related issues and some touch ups to...
### Description The goal of this PR is to refactor the `Discovery` domain so that `discoverVertexHandler` does not timeout upon making multiple GET requests for claims on the identity provider....
### Description This PR adds benchmarks for the git domain. Mostly to have a good point of reference when making optimisation upgrades to the `DB` and `EFS`. NOTE: this is...
### Specification As part of refactoring the `git` domain in #298 we need to do a small review of the vaults domain for any fixes and improvements. This is a...
### Specification After refactoring the git domain in #709 and simpifying the git code significantly. I noticed that the performance when cloning wasn't that much improved. This was purely a...
### Describe the bug When I pull the changes from a modified vault on my local system, the log on both machines were different, while they should be identical. ```...
### Specification Currently there are intermittent failures in the CI for the `vaults` domain and `tasks` domain. These need to be investigated and fixed up. Test failures can be found...
This is a high-level issue, a large epic with multiple branches. ### Requirements of this design 1. The gestalt represents the combined digital identity of all Polykey nodes and their...
### Describe the bug When making a change in a file using `await vault.commit(...)` and changing only a single number on that file will sometimes cause isomorphic-git to not recognise...
### Specification This is an epic tracking the current work related to `Discovery`. There are a few things that need to be addressed. There are a bunch of existing issues...