Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Migrate gas median #84

Open
ethedev opened this issue Aug 5, 2021 · 3 comments
Open

API: Migrate gas median #84

ethedev opened this issue Aug 5, 2021 · 3 comments

Comments

@ethedev
Copy link
Member

ethedev commented Aug 5, 2021

Migration of the gas median endpoints from the data api to the api.

3 endpoints to migrate from here:

app.get('/median', mongoFunctions.getLatestMedian);
app.get('/median-history', mongoFunctions.getMedians);
app.get('/median-range', mongoFunctions.getMedianRange);
@ethedev ethedev assigned ghost Aug 5, 2021
@ethedev ethedev added this to the API Migrations milestone Aug 16, 2021
@ghost
Copy link

ghost commented Oct 21, 2021

https://github.com/UMAprotocol/UMIPs/blob/master/UMIPs/umip-129.md

Let's use this python script instead of the big query. I can do that as well.

@ethedev
Copy link
Member Author

ethedev commented Oct 21, 2021

@byterose best it be done in golang and if you understand it well you can just convert it from python!

@ghost
Copy link

ghost commented Oct 21, 2021

@byterose best it be done in golang and if you understand it well you can just convert it from python!

That's what I meant, yes ^^

@ethedev ethedev unassigned ghost Nov 7, 2021
@ethedev ethedev added this to Yam Jan 24, 2022
@ethedev ethedev moved this to To do in Yam Jan 24, 2022
@ethedev ethedev removed this from Yam Jan 24, 2022
@ethedev ethedev moved this to Backlog in Yam Synths Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant