Dawid Cichuta

Results 21 issues of Dawid Cichuta

Hi Sean, I have a specific case: I'd like to user `arc` and `arc_ecto` to validate if extension and MIME type of uploaded file are allowed in the current schema...

Goal: - Make `/insertIdentity` endpoint independent from adding identity to the tree and submitting to the chain - Increase this API endpoint availability Problem: - Sequencer builds a local tree...

We want to return - 401 when basic auth credentials are incorrect. Let's check with Infra if that's done. - 400 when the request body can't be parsed/validated. E.g. `invalid...

Goal - An engineer, with little help from infra, can deploy a new instance of sequencer - Each sequencer instance can have different settings, domain and work with different provers

dependencies

Currently, we're calculating hashes for the whole tree on the startup. This process can cause a long startup time but it can also be improved. Investigate how long does sequencer...