Skip to content

Commit

Permalink
Fixes Bug with token slot
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jan 27, 2023
1 parent c7bb9ed commit 29533d0
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions das_api/Cargo.lock

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

2 changes: 1 addition & 1 deletion das_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "das_api"
version = "0.5.8"
version = "0.5.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion digital_asset_types/Cargo.lock

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

2 changes: 1 addition & 1 deletion digital_asset_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "digital_asset_types"
version = "0.5.8"
version = "0.5.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion metaplex-rpc-proxy/Cargo.lock

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

2 changes: 1 addition & 1 deletion metaplex-rpc-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metaplex-rpc-proxy"
version = "0.5.8"
version = "0.5.9"
edition = "2021"

[build]
Expand Down
4 changes: 2 additions & 2 deletions migration/Cargo.lock

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

2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migration"
version = "0.5.8"
version = "0.5.9"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions nft_ingester/Cargo.lock

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

2 changes: 1 addition & 1 deletion nft_ingester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nft_ingester"
version = "0.5.8"
version = "0.5.9"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions nft_ingester/src/program_transformers/token/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ pub async fn handle_token_program_account<'a, 'b, 'c>(
tokens::Column::SlotUpdated,
tokens::Column::Decimals,
tokens::Column::FreezeAuthority,
tokens::Column::SlotUpdated,
])
.to_owned(),
)
Expand Down

0 comments on commit 29533d0

Please sign in to comment.