-
Notifications
You must be signed in to change notification settings - Fork 13
Added Blocks page and search by block functionality
#100
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
Conversation
sirouk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥
|
I see a few odd things in this PR, possibly from AI coding. E.g. it dropped trailing newline from some files randomly. I've seen Claude do this. You can ask it to add the missing trailing newlines and then add a rule to not generate broken files with no trailing newline to its set of rules for the repo. Also some places where there's a change marked in the diff but I can't see what actually changed. Possibly just need new glasses... |
infra/web-app/ingress.yaml
Outdated
| spec: | ||
| rules: | ||
| - host: dev.0l.fyi | ||
| - host: dev.scan.openlibra.world |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current canonical host name is: scan.openlibra.io. However, it isn't actually deployed from these files (see here: https://github.com/whichnode/libra-explorer-deployment) so whatever is in this file is moot anyway.
|
|
||
| public deeplinkProvider(data: { url: string }): string { | ||
| return `https://wallet.0l.fyi/explore?link=${data.url}`; | ||
| return `https://wallet.scan.openlibra.world/explore?link=${data.url}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be scan.openlibra.io
ol-fyi-local-infra/compose.yml
Outdated
| - ./volumes/postgres/var/lib/postgresql/data:/var/lib/postgresql/data | ||
| ports: | ||
| - 5432:5432 | ||
| - 5434:5432 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't immediately see what's behind this change. Was the port just wrong before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Local collision on the port mapping.
Is this docker compose being used in prod?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It isn't but I wondered why it changed in this PR. Seemed to be no reason. Is it so it runs on your machine?
|
@dboreham |
blocks.mp4