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
leecchh Nov 26, 2024
94123b0
normalize pool addresses
leecchh Nov 27, 2024
9988900
example bid-ask endpoint
leecchh Nov 27, 2024
fd3099e
level2 endpoint
leecchh Nov 27, 2024
b5b0424
mainnet packages
leecchh Nov 27, 2024
6a37fd9
get all mainnet pools without scaling
leecchh Nov 27, 2024
3b8e2a4
basic without division factor
leecchh Nov 27, 2024
440598e
cargo fmt
leecchh Nov 27, 2024
e05b806
accurate data
leecchh Dec 2, 2024
e42ec71
timestamp added
leecchh Dec 2, 2024
4c4d857
bid q
leecchh Dec 2, 2024
b6f2a15
sorted
leecchh Dec 2, 2024
abbc610
using pool name
leecchh Dec 2, 2024
2886422
move constant
leecchh Dec 2, 2024
55fc4ec
level2 function
leecchh Dec 2, 2024
d004f12
default 100
leecchh Dec 2, 2024
b682109
prep level
leecchh Dec 3, 2024
7ee13ca
level2 endpoint complete
leecchh Dec 3, 2024
53b63fd
cargo fmt
leecchh Dec 3, 2024
b8fa5c9
pool constants
leecchh Dec 3, 2024
2f48f7a
clippy errors
leecchh Dec 3, 2024
8e67b74
dereferencing error
leecchh Dec 3, 2024
0d8d9d0
binding changes
leecchh Dec 3, 2024
fb1692f
first mut changes
leecchh Dec 3, 2024
4b13680
use pool table
leecchh Dec 4, 2024
9cff5e9
all historical volume endpoint
leecchh Dec 4, 2024
7e66e73
historical volume
leecchh Dec 4, 2024
34ce848
cleanup
leecchh Dec 4, 2024
898dcb7
endpoints updated
leecchh Dec 4, 2024
47e282b
cleanup
leecchh Dec 4, 2024
a31b617
cleanup
leecchh Dec 4, 2024
71827b1
remove anyhow errors
leecchh Dec 4, 2024
973ab9e
clippy errors
leecchh Dec 4, 2024
bbeb61b
remove unwrap and constants
leecchh 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