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

Coinmarketcap Deepbook Endpoints #20453

Merged
merged 34 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c33bd2b
all historic volume
tonylee08 Nov 26, 2024
94123b0
normalize pool addresses
tonylee08 Nov 27, 2024
9988900
example bid-ask endpoint
tonylee08 Nov 27, 2024
fd3099e
level2 endpoint
tonylee08 Nov 27, 2024
b5b0424
mainnet packages
tonylee08 Nov 27, 2024
6a37fd9
get all mainnet pools without scaling
tonylee08 Nov 27, 2024
3b8e2a4
basic without division factor
tonylee08 Nov 27, 2024
440598e
cargo fmt
tonylee08 Nov 27, 2024
e05b806
accurate data
tonylee08 Dec 2, 2024
e42ec71
timestamp added
tonylee08 Dec 2, 2024
4c4d857
bid q
tonylee08 Dec 2, 2024
b6f2a15
sorted
tonylee08 Dec 2, 2024
abbc610
using pool name
tonylee08 Dec 2, 2024
2886422
move constant
tonylee08 Dec 2, 2024
55fc4ec
level2 function
tonylee08 Dec 2, 2024
d004f12
default 100
tonylee08 Dec 2, 2024
b682109
prep level
tonylee08 Dec 3, 2024
7ee13ca
level2 endpoint complete
tonylee08 Dec 3, 2024
53b63fd
cargo fmt
tonylee08 Dec 3, 2024
b8fa5c9
pool constants
tonylee08 Dec 3, 2024
2f48f7a
clippy errors
tonylee08 Dec 3, 2024
8e67b74
dereferencing error
tonylee08 Dec 3, 2024
0d8d9d0
binding changes
tonylee08 Dec 3, 2024
fb1692f
first mut changes
tonylee08 Dec 3, 2024
4b13680
use pool table
tonylee08 Dec 4, 2024
9cff5e9
all historical volume endpoint
tonylee08 Dec 4, 2024
7e66e73
historical volume
tonylee08 Dec 4, 2024
34ce848
cleanup
tonylee08 Dec 4, 2024
898dcb7
endpoints updated
tonylee08 Dec 4, 2024
47e282b
cleanup
tonylee08 Dec 4, 2024
a31b617
cleanup
tonylee08 Dec 4, 2024
71827b1
remove anyhow errors
tonylee08 Dec 4, 2024
973ab9e
clippy errors
tonylee08 Dec 4, 2024
bbeb61b
remove unwrap and constants
tonylee08 Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/sui-deepbook-indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sui-indexer-builder.workspace = true
tempfile.workspace = true
axum.workspace = true
bigdecimal = { version = "0.4.5" }
serde_json = { version = "1.0", features = ["preserve_order"] }

[dev-dependencies]
hex-literal = "0.3.4"
Expand Down
Loading
Loading