yoroi-graphql-migration-backend icon indicating copy to clipboard operation
yoroi-graphql-migration-backend copied to clipboard

Results 18 yoroi-graphql-migration-backend issues
Sort by recently updated
recently updated
newest added

Background: Previously when I was implementing the API, I didn't get the input address handing correct. To be consistent with other APIs that take address (set) inputs, the supported address...

https://emurgo.atlassian.net/jira/software/c/projects/YB/boards/10?modal=detail&selectedIssue=YB-2

This PR removes the `ws` package and the code currently using it, essentially removing the WebSockets connection from the backend

`src/index.ts` is very bloated right now. It contains both HTTP handler logic and route registration, as well as some other arbitrary logic. All handler logic should be in dedicated modules,...

Currently there's not really a standard for the endpoint paths, some have `/v2` suffix, some doesn't. We should refactor this a bit so all endpoints follow the same standard so...

It might make things more organized if we create something like Open API spec for this so It is more streamlined. Something like Open API might be too much but...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies