Yábir Benchakhtir

Results 79 issues of Yábir Benchakhtir

## Abstract Add support for sushi's bentobox ## Specification A subgraph can be used for this https://thegraph.com/legacy-explorer/subgraph/sushiswap/bentobox

ETH DeFi

## Abstract Add support for clipper in the same way we support uniswap, balancer... ## Motivation Clipper is constantly offering better prices for small changes using 1inch and more and...

enhancement

## Abstract They have an API and CSV exports https://www.okcoin.com/docs/en/ ## Motivation User request

Exchange Addition Request

Run tests for all of the microservices available: - [ ] user-microservice - [ ] gateway-microservice - [ ] status-microservice - [ ] media-microservice - [ ] federation-microservice

mid-priority
micro-branch

Gateway microservive has to manage permissions on users. Implement the auth system

API
micro-branch
gateway-microservice

The gateway service should manage the authentication. For this reason this microservice also manages the creation and permission of apps. Will follow the endpoints of https://docs.joinmastodon.org/methods/apps/

API
micro-branch
gateway-microservice

An example is provided here `curl -i -H "Accept: application/activity+json" https://pixelfed.social/p/dansup/18932016796012544` and an interesting thread in mastodon https://mastodon.social/@dansup/101865787856824731

As is written you also build timelines for remote user. Need to add a filter in the query

bug

To make it compatible with other mastodon apps: ## Accounts - [ ] `GET /api/v1/accounts/:id` - [ ] `GET /api/v1/accounts/:id/followers` // It's implemented for AP so it's just the same...

App design
mid-priority
API

Things to do - [ ] Generate client-secret to authorize apps - [ ] Verify apps credentials before issuing tokens - [ ] Create special token for the home website

mid-priority
API
Hacktoberfest