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

feat: add a /status.json handler on website #148

Merged
merged 1 commit into from
May 9, 2022

Conversation

moul
Copy link
Member

@moul moul commented Apr 29, 2022

This is a first simple version of a https://gno.land/status.json endpoint.

It can improve over time, right now my goal was to have an easy way to check the height.

B758ED66-F676-4F37-A7C3-630F45367179

@moul moul changed the title WIP feat: add /status.json on website WIP feat: add a /status.json handler on website Apr 29, 2022
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
@moul moul marked this pull request as ready for review April 30, 2022 21:00
@jaekwon
Copy link
Contributor

jaekwon commented May 3, 2022

Looks good to me so far.

@moul moul changed the title WIP feat: add a /status.json handler on website feat: add a /status.json handler on website May 4, 2022
@moul
Copy link
Member Author

moul commented May 6, 2022

ready for review/merge for this part

@moul moul merged commit bcb1582 into gnolang:master May 9, 2022
@moul moul deleted the dev/moul/gnoland-status branch July 5, 2022 09:16
@moul moul added this to the 🏗1️⃣ test1.gno.land milestone Oct 20, 2022
@grepsuzette
Copy link
Contributor

grepsuzette commented Mar 31, 2023

I came upon this issue searching for another.

As gnovm is a form of a financial application, I think we should be on the caution side and reduce time precision either in the gnoweb router or in the VM functions. Access to really precise timestamps either from the outside or inside a vm itself may open access to side-channel vulnerabilities (like spectre or meltdown, https://en.wikipedia.org/wiki/Spectre_(security_vulnerability) ). It's nowhere easy to execute these attacks, but the more you read about this the less you want to take chances.

What do you think?

@moul moul self-assigned this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants