accounts_index: Add SPL Token account indexing for token-2022 accounts (#23043)

This commit is contained in:
Michael Vines
2022-02-16 16:23:25 -08:00
committed by GitHub
parent bca1d51735
commit a102453bae
8 changed files with 174 additions and 84 deletions

View File

@@ -14,6 +14,7 @@ arrayref = "0.3.6"
bincode = "1.3.3"
blake3 = "1.3.0"
bv = { version = "0.11.1", features = ["serde"] }
bytemuck = "1.7.2"
byteorder = "1.4.3"
bzip2 = "0.4.3"
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }