-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Deepbook Indexer #19023
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
Deepbook Indexer #19023
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
35b0e72
to
f05f768
Compare
a4941f0
to
89f5fbe
Compare
5ae08d2
to
bc9a430
Compare
2a0faad
to
6083bec
Compare
6083bec
to
70b7457
Compare
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, thanks @Bridgerz
@@ -0,0 +1,398 @@ | |||
// Copyright (c) Mysten Labs, Inc. |
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.
i'd suggest to create a types.rs
and move things over and make lib.rs
very lean
pub sender: String, | ||
pub checkpoint: i64, | ||
pub package: String, | ||
pub status: String, |
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.
I highly recommend to use integer to represent status v.s. String (and we should fix this in bridge indexer). The former is very error prone
7a07ac5
to
2a37333
Compare
69600fb
to
6eba422
Compare
6eba422
to
9e648f8
Compare
## Description Deepbook indexer ## Test plan Will add Unit tests --------- Co-authored-by: Aslan Tashtanov <aslan.tashtanov@mystenlabs.com> Co-authored-by: 0xaslan <161349919+0xaslan@users.noreply.github.com> Co-authored-by: longbowlu <zl9394@gmail.com>
Description
Deepbook indexer
Test plan
Will add Unit tests