diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 88c5a7782..62678b2a2 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -75,8 +75,7 @@ jobs: # Run Integration Tests - name: Run Integration Tests - # we want to generate output so that all_tests doesn't fail when new transaction is added run: | # TODO: until we have more comprehensive cli parsers, we will need to run tests separately. - cargo test sdk_tests -- --nocapture generate-output + cargo test sdk_tests -- --nocapture working-directory: rust/integration-tests diff --git a/.gitignore b/.gitignore index 8a599ebf3..2cac184fa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ config.yaml cursor.txt build node_modules/ +lcov.info # Rust specific ignores # Please follow https://help.github.com/en/articles/ignoring-files to create a global diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..ccc96c02d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +--- +coverage: + # range for color spectrum display, red=50%, green=80% + range: "50...80" + precision: 1 + + status: + project: + default: + informational: true + patch: + default: + informational: true + changes: false diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e37fc63a0..ac925f851 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -141,7 +141,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "aptos-indexer-processor-sdk" version = "0.1.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "ahash", "anyhow", @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "aptos-indexer-processor-sdk-server-framework" version = "1.0.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "anyhow", "aptos-indexer-processor-sdk", @@ -198,16 +198,16 @@ dependencies = [ [[package]] name = "aptos-indexer-test-transactions" version = "1.0.0" -source = "git+https://github.com/aptos-labs/aptos-core.git?rev=7429012893b530e6880877750ade5b879858285d#7429012893b530e6880877750ade5b879858285d" +source = "git+https://github.com/aptos-labs/aptos-core.git?rev=cf85a5d78c6b6da6499201f583f5fef6a434071e#cf85a5d78c6b6da6499201f583f5fef6a434071e" dependencies = [ - "aptos-protos 1.3.1 (git+https://github.com/aptos-labs/aptos-core.git?rev=7429012893b530e6880877750ade5b879858285d)", + "aptos-protos 1.3.1 (git+https://github.com/aptos-labs/aptos-core.git?rev=cf85a5d78c6b6da6499201f583f5fef6a434071e)", "serde_json", ] [[package]] name = "aptos-indexer-testing-framework" version = "0.1.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "anyhow", "aptos-indexer-processor-sdk", @@ -235,10 +235,10 @@ dependencies = [ [[package]] name = "aptos-indexer-transaction-stream" version = "0.1.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "anyhow", - "aptos-moving-average 0.1.0 (git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc)", + "aptos-moving-average 0.1.0 (git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a)", "aptos-protos 1.3.1 (git+https://github.com/aptos-labs/aptos-core.git?rev=5c48aee129b5a141be2792ffa3d9bd0a1a61c9cb)", "chrono", "futures-util", @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "aptos-moving-average" version = "0.1.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "chrono", ] @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "aptos-protos" version = "1.3.1" -source = "git+https://github.com/aptos-labs/aptos-core.git?rev=7429012893b530e6880877750ade5b879858285d#7429012893b530e6880877750ade5b879858285d" +source = "git+https://github.com/aptos-labs/aptos-core.git?rev=cf85a5d78c6b6da6499201f583f5fef6a434071e#cf85a5d78c6b6da6499201f583f5fef6a434071e" dependencies = [ "futures-core", "pbjson", @@ -882,6 +882,26 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "const_format" +version = "0.2.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + [[package]] name = "cookie" version = "0.17.0" @@ -2247,7 +2267,7 @@ dependencies = [ [[package]] name = "instrumented-channel" version = "0.1.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "delegate", "derive_builder", @@ -3394,6 +3414,7 @@ dependencies = [ "canonical_json", "chrono", "clap", + "const_format", "diesel", "diesel-async", "diesel_migrations", @@ -4130,7 +4151,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "sample" version = "0.1.0" -source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=c8f12a75c3648fba889c3da657ff713cd5e676dc#c8f12a75c3648fba889c3da657ff713cd5e676dc" +source = "git+https://github.com/aptos-labs/aptos-indexer-processor-sdk.git?rev=e6867c50a2c30ef16ad6f82e02313b2ba5ce361a#e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" dependencies = [ "tracing", ] @@ -4181,6 +4202,7 @@ name = "sdk-processor" version = "0.1.0" dependencies = [ "ahash", + "allocative", "anyhow", "aptos-indexer-processor-sdk", "aptos-indexer-processor-sdk-server-framework", @@ -4196,12 +4218,18 @@ dependencies = [ "field_count", "futures", "futures-util", + "google-cloud-googleapis", + "google-cloud-pubsub", + "google-cloud-storage", "hex", "jemallocator", "kanal", "lazy_static", + "mockall", "native-tls", "num_cpus", + "parquet", + "parquet_derive", "postgres-native-tls", "processor", "rayon", @@ -5311,6 +5339,12 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" +[[package]] +name = "unicode-xid" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" + [[package]] name = "untrusted" version = "0.7.1" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2e86e4093..a81e3962d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,12 +30,12 @@ testing-transactions = { path = "testing-transactions" } ahash = { version = "0.8.7", features = ["serde"] } anyhow = "1.0.86" -aptos-indexer-processor-sdk = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "c8f12a75c3648fba889c3da657ff713cd5e676dc" } -aptos-indexer-processor-sdk-server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "c8f12a75c3648fba889c3da657ff713cd5e676dc" } +aptos-indexer-processor-sdk = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" } +aptos-indexer-processor-sdk-server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" } aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "5c48aee129b5a141be2792ffa3d9bd0a1a61c9cb" } aptos-system-utils = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "202bdccff2b2d333a385ae86a4fcf23e89da9f62" } -aptos-indexer-test-transactions = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "7429012893b530e6880877750ade5b879858285d" } -aptos-indexer-testing-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "c8f12a75c3648fba889c3da657ff713cd5e676dc" } +aptos-indexer-test-transactions = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "cf85a5d78c6b6da6499201f583f5fef6a434071e" } +aptos-indexer-testing-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "e6867c50a2c30ef16ad6f82e02313b2ba5ce361a" } async-trait = "0.1.53" backtrace = "0.3.58" base64 = "0.13.0" @@ -45,6 +45,7 @@ bigdecimal = { version = "0.4.0", features = ["serde"] } bitflags = "2.5.0" chrono = { version = "0.4.19", features = ["clock", "serde"] } clap = { version = "4.3.5", features = ["derive", "unstable-styles"] } +const_format = "0.2.33" # Do NOT enable the postgres feature here, it is conditionally enabled in a feature # block in the Cargo.toml file for the processor crate. # https://github.com/aptos-labs/aptos-indexer-processors/pull/325 @@ -144,3 +145,4 @@ canonical_json = "0.5.0" serde_canonical_json = "1.0.0" allocative = "0.3.3" allocative_derive = "0.3.3" +mockall = "0.12.1" diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999929475/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/999930475/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/table_items.json deleted file mode 100644 index 1b6e6c576..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 1080786089, - "write_set_change_index": 10, - "transaction_block_height": 210969872, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "110972396016310057", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/current_table_items.json deleted file mode 100644 index e0b89f967..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/current_table_items.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_hash": "61ff6dde49d23af0395c534ca7bee92391910cd0ac4e4ba3d35a2619e49a1775", - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "103572793187305042", - "is_deleted": false, - "last_transaction_version": 145959468 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/table_items.json deleted file mode 100644 index 60b0334cf..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/145959468/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 145959468, - "write_set_change_index": 6, - "transaction_block_height": 56700326, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "103572793187305042", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/current_table_items.json deleted file mode 100644 index 9c860f3c4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/current_table_items.json +++ /dev/null @@ -1,186 +0,0 @@ -[ - { - "table_handle": "0x2a9e47281386b48ff3105c76729ea64ed352a6ae8c37f5698377260be90db8f2", - "key_hash": "8c69a1cc79df90243a9dd4e1524bf6629f1f7a19089fdc80701f44d559a6290c", - "key": "0x00000000000000000000000000000000000000000000000000000000000000010a6170746f735f636f696e094170746f73436f696e", - "decoded_key": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - }, - "decoded_value": { - "val": { - "weight": "1000", - "coin_decimals": 8, - "coin_type_info": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - }, - "reserve_amount": "181260818176", - "aggregator_addr": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367", - "max_long_oi_in_m_usd": "12000000000", - "max_short_oi_in_m_usd": "12000000000", - "margin_occupied_amount": "98145335830", - "collateral_factor_in_bps": "11000", - "collateral_occupied_amount": "28356341215", - "max_allowed_reserve_amount": "1000000000000", - "max_size_per_order_in_m_usd": "20000000000", - "is_approved_short_collateral": false, - "current_long_oi_in_coin_amount": "69788994615", - "current_short_oi_in_coin_amount": "15827808000", - "last_epoch_timestamp_in_seconds": "1686136144", - "cumulative_funding_rate_in_hundredths_of_bps": "36295", - "base_epoch_funding_rate_fee_in_hundreths_of_bps": "100" - }, - "next": { - "vec": [ - { - "module_name": "0x6173736574", - "struct_name": "0x57455448", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - } - ] - }, - "prev": { - "vec": [] - } - }, - "is_deleted": false, - "last_transaction_version": 155112189 - }, - { - "table_handle": "0x2a9e47281386b48ff3105c76729ea64ed352a6ae8c37f5698377260be90db8f2", - "key_hash": "ccf2577489b0b0dc1b42e7c0e8000845d28aff06935f669dd9e6e35b8e2da261", - "key": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa0561737365740455534443", - "decoded_key": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "decoded_value": { - "val": { - "weight": "4500", - "coin_decimals": 6, - "coin_type_info": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "reserve_amount": "230090765027", - "aggregator_addr": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5", - "max_long_oi_in_m_usd": "23000000000", - "max_short_oi_in_m_usd": "23000000000", - "margin_occupied_amount": "28577669105", - "collateral_factor_in_bps": "11000", - "collateral_occupied_amount": "14699287204", - "max_allowed_reserve_amount": "300000000000", - "max_size_per_order_in_m_usd": "20000000000", - "is_approved_short_collateral": true, - "current_long_oi_in_coin_amount": "21640720", - "current_short_oi_in_coin_amount": "225000000", - "last_epoch_timestamp_in_seconds": "1686136144", - "cumulative_funding_rate_in_hundredths_of_bps": "13677", - "base_epoch_funding_rate_fee_in_hundreths_of_bps": "100" - }, - "next": { - "vec": [ - { - "module_name": "0x6173736574", - "struct_name": "0x55534454", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - } - ] - }, - "prev": { - "vec": [ - { - "module_name": "0x6173736574", - "struct_name": "0x57455448", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - } - ] - } - }, - "is_deleted": false, - "last_transaction_version": 155112189 - }, - { - "table_handle": "0x7312d049c9df2da4408bd784dfd1e0ed4cd806c9b06235dd0049c24b1feae9eb", - "key_hash": "3b8386b8fac31732b9b0d3f2d03a4c1e5d3186a9d905fe4482b77e54bcebde08", - "key": "0x0000000000000000", - "decoded_key": "0", - "decoded_value": { - "pnl_m_usd": "2110525", - "season_id": "0", - "total_points": "8212", - "is_pnl_profit": false, - "start_timestamp": "1685033058", - "total_fees_m_usd": "389368367", - "total_volume_m_usd": "113452604131", - "are_points_positive": false - }, - "is_deleted": false, - "last_transaction_version": 155112189 - }, - { - "table_handle": "0x8f2d13ce09fb28ff74cdf031906e101bbe444e927053fd9578ad408e200865dd", - "key_hash": "61858f3a28118dfde31a76e5d3091f7e41853100aebccca37783d6bc80c276dc", - "key": "0x0129000000000000", - "decoded_key": "10497", - "decoded_value": null, - "is_deleted": true, - "last_transaction_version": 155112189 - }, - { - "table_handle": "0x913b9c9139088de319da05fe4b333fbf8bb4dec956c90fc6eae3ec6310299436", - "key_hash": "61858f3a28118dfde31a76e5d3091f7e41853100aebccca37783d6bc80c276dc", - "key": "0x0129000000000000", - "decoded_key": "10497", - "decoded_value": { - "val": { - "order_id": "10497", - "order_type": { - "module_name": "0x6f72646572", - "struct_name": "0x53776170", - "account_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d" - }, - "cancel_code": "0", - "input_amount": "201426774", - "order_status": "2", - "output_amount": "2527965600", - "min_output_amount": "2503548362", - "order_basket_type": { - "module_name": "0x6261736b657473", - "struct_name": "0x4261736b657431", - "account_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d" - }, - "order_time_placed": "1686144556", - "order_season_points": "151", - "oder_creator_address": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "order_input_coin_type": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "order_output_coin_type": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - }, - "order_season_points_are_positive": false, - "worst_acceptable_price_of_position_coin_m_usd": "0" - }, - "next": { - "vec": [] - }, - "prev": { - "vec": [ - "10496" - ] - } - }, - "is_deleted": false, - "last_transaction_version": 155112189 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/table_items.json deleted file mode 100644 index 2218af998..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/155112189/table_items.json +++ /dev/null @@ -1,201 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 155112189, - "write_set_change_index": 14, - "transaction_block_height": 59919203, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "103836940792330456", - "is_deleted": false - }, - { - "key": "0x00000000000000000000000000000000000000000000000000000000000000010a6170746f735f636f696e094170746f73436f696e", - "transaction_version": 155112189, - "write_set_change_index": 15, - "transaction_block_height": 59919203, - "table_handle": "0x2a9e47281386b48ff3105c76729ea64ed352a6ae8c37f5698377260be90db8f2", - "decoded_key": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - }, - "decoded_value": { - "val": { - "weight": "1000", - "coin_decimals": 8, - "coin_type_info": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - }, - "reserve_amount": "181260818176", - "aggregator_addr": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367", - "max_long_oi_in_m_usd": "12000000000", - "max_short_oi_in_m_usd": "12000000000", - "margin_occupied_amount": "98145335830", - "collateral_factor_in_bps": "11000", - "collateral_occupied_amount": "28356341215", - "max_allowed_reserve_amount": "1000000000000", - "max_size_per_order_in_m_usd": "20000000000", - "is_approved_short_collateral": false, - "current_long_oi_in_coin_amount": "69788994615", - "current_short_oi_in_coin_amount": "15827808000", - "last_epoch_timestamp_in_seconds": "1686136144", - "cumulative_funding_rate_in_hundredths_of_bps": "36295", - "base_epoch_funding_rate_fee_in_hundreths_of_bps": "100" - }, - "next": { - "vec": [ - { - "module_name": "0x6173736574", - "struct_name": "0x57455448", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - } - ] - }, - "prev": { - "vec": [] - } - }, - "is_deleted": false - }, - { - "key": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa0561737365740455534443", - "transaction_version": 155112189, - "write_set_change_index": 16, - "transaction_block_height": 59919203, - "table_handle": "0x2a9e47281386b48ff3105c76729ea64ed352a6ae8c37f5698377260be90db8f2", - "decoded_key": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "decoded_value": { - "val": { - "weight": "4500", - "coin_decimals": 6, - "coin_type_info": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "reserve_amount": "230090765027", - "aggregator_addr": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5", - "max_long_oi_in_m_usd": "23000000000", - "max_short_oi_in_m_usd": "23000000000", - "margin_occupied_amount": "28577669105", - "collateral_factor_in_bps": "11000", - "collateral_occupied_amount": "14699287204", - "max_allowed_reserve_amount": "300000000000", - "max_size_per_order_in_m_usd": "20000000000", - "is_approved_short_collateral": true, - "current_long_oi_in_coin_amount": "21640720", - "current_short_oi_in_coin_amount": "225000000", - "last_epoch_timestamp_in_seconds": "1686136144", - "cumulative_funding_rate_in_hundredths_of_bps": "13677", - "base_epoch_funding_rate_fee_in_hundreths_of_bps": "100" - }, - "next": { - "vec": [ - { - "module_name": "0x6173736574", - "struct_name": "0x55534454", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - } - ] - }, - "prev": { - "vec": [ - { - "module_name": "0x6173736574", - "struct_name": "0x57455448", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - } - ] - } - }, - "is_deleted": false - }, - { - "key": "0x0000000000000000", - "transaction_version": 155112189, - "write_set_change_index": 17, - "transaction_block_height": 59919203, - "table_handle": "0x7312d049c9df2da4408bd784dfd1e0ed4cd806c9b06235dd0049c24b1feae9eb", - "decoded_key": "0", - "decoded_value": { - "pnl_m_usd": "2110525", - "season_id": "0", - "total_points": "8212", - "is_pnl_profit": false, - "start_timestamp": "1685033058", - "total_fees_m_usd": "389368367", - "total_volume_m_usd": "113452604131", - "are_points_positive": false - }, - "is_deleted": false - }, - { - "key": "0x0129000000000000", - "transaction_version": 155112189, - "write_set_change_index": 18, - "transaction_block_height": 59919203, - "table_handle": "0x8f2d13ce09fb28ff74cdf031906e101bbe444e927053fd9578ad408e200865dd", - "decoded_key": "10497", - "decoded_value": null, - "is_deleted": true - }, - { - "key": "0x0129000000000000", - "transaction_version": 155112189, - "write_set_change_index": 19, - "transaction_block_height": 59919203, - "table_handle": "0x913b9c9139088de319da05fe4b333fbf8bb4dec956c90fc6eae3ec6310299436", - "decoded_key": "10497", - "decoded_value": { - "val": { - "order_id": "10497", - "order_type": { - "module_name": "0x6f72646572", - "struct_name": "0x53776170", - "account_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d" - }, - "cancel_code": "0", - "input_amount": "201426774", - "order_status": "2", - "output_amount": "2527965600", - "min_output_amount": "2503548362", - "order_basket_type": { - "module_name": "0x6261736b657473", - "struct_name": "0x4261736b657431", - "account_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d" - }, - "order_time_placed": "1686144556", - "order_season_points": "151", - "oder_creator_address": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "order_input_coin_type": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "order_output_coin_type": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - }, - "order_season_points_are_positive": false, - "worst_acceptable_price_of_position_coin_m_usd": "0" - }, - "next": { - "vec": [] - }, - "prev": { - "vec": [ - "10496" - ] - } - }, - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/current_table_items.json deleted file mode 100644 index 2f535eb2c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/current_table_items.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_hash": "61ff6dde49d23af0395c534ca7bee92391910cd0ac4e4ba3d35a2619e49a1775", - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "112277115393076001", - "is_deleted": false, - "last_transaction_version": 1845035942 - }, - { - "table_handle": "0xe5f482394040569082220b42ee87f8a626bbaa81f3aebd004322b7d81a75382f", - "key_hash": "7974ec74398d91b98b2972bc9041aba5a07a5985cff6aa50db546a5c1e6c885e", - "key": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f212547726f77666974746572204669746e657373204163746976697479204d6564616c732076331e47726f776669747465722052756e2042726f6e7a65204d6564616c2076330000000000000000", - "decoded_key": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "decoded_value": { - "id": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "amount": "1", - "token_properties": { - "map": { - "data": [] - } - } - }, - "is_deleted": false, - "last_transaction_version": 1845035942 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/table_items.json deleted file mode 100644 index 613b3de29..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1845035942/table_items.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 1845035942, - "write_set_change_index": 5, - "transaction_block_height": 244136188, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "112277115393076001", - "is_deleted": false - }, - { - "key": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f212547726f77666974746572204669746e657373204163746976697479204d6564616c732076331e47726f776669747465722052756e2042726f6e7a65204d6564616c2076330000000000000000", - "transaction_version": 1845035942, - "write_set_change_index": 6, - "transaction_block_height": 244136188, - "table_handle": "0xe5f482394040569082220b42ee87f8a626bbaa81f3aebd004322b7d81a75382f", - "decoded_key": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "decoded_value": { - "id": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "amount": "1", - "token_properties": { - "map": { - "data": [] - } - } - }, - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/table_items.json deleted file mode 100644 index 95f68dbb3..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 308783012, - "write_set_change_index": 8, - "transaction_block_height": 106350614, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "106177548228160480", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/table_metadatas.json deleted file mode 100644 index 7e2e1fab8..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/308783012/table_metadatas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/table_items.json deleted file mode 100644 index bc4cc2368..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/325355235/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 325355235, - "write_set_change_index": 8, - "transaction_block_height": 111985120, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "106457430431845969", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/current_table_items.json deleted file mode 100644 index d096ccf5b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/current_table_items.json +++ /dev/null @@ -1,587 +0,0 @@ -[ - { - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "key_hash": "3b8386b8fac31732b9b0d3f2d03a4c1e5d3186a9d905fe4482b77e54bcebde08", - "key": "0x0000000000000000", - "decoded_key": "0", - "decoded_value": [ - { - "key": "2845", - "hash": "3646137689481008680", - "value": "3526999441995216423" - }, - { - "key": "2846", - "hash": "1217336543064928720", - "value": "3464669142405364851" - }, - { - "key": "2847", - "hash": "7642899159062986184", - "value": "3402338842815513279" - }, - { - "key": "2853", - "hash": "10601592535135219520", - "value": "3046150422361703094" - }, - { - "key": "2856", - "hash": "17609341267787423984", - "value": "2886885275372888084" - }, - { - "key": "2867", - "hash": "15084638918067494000", - "value": "2307270370153358581" - }, - { - "key": "2869", - "hash": "14237019224713366792", - "value": "2204382692234215203" - }, - { - "key": "2872", - "hash": "10301504076848624296", - "value": "2050051175355500136" - }, - { - "key": "2879", - "hash": "5574108621926661520", - "value": "1723987514489695051" - }, - { - "key": "2883", - "hash": "9265604649511958344", - "value": "1586486360458610308" - }, - { - "key": "2885", - "hash": "14483111981964522304", - "value": "1517743796540663300" - }, - { - "key": "2898", - "hash": "4407277645485278056", - "value": "1070917131074007748" - }, - { - "key": "2903", - "hash": "16646751508012959216", - "value": "899060721279140228" - }, - { - "key": "2911", - "hash": "2531054901531804488", - "value": "624090465607352196" - }, - { - "key": "2912", - "hash": "7062227929439204352", - "value": "589719183648378692" - }, - { - "key": "2928", - "hash": "10783721261085754416", - "value": "39778672304802628" - } - ], - "is_deleted": false, - "last_transaction_version": 508365567 - }, - { - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "key_hash": "491bc99260f3872c3ca76720e83e82c24cb18b37220fb8a8c278da44dbb712f3", - "key": "0x0300000000000000", - "decoded_key": "3", - "decoded_value": [ - { - "key": "2841", - "hash": "3349521823523090683", - "value": "3776320756975222960" - }, - { - "key": "2837", - "hash": "5182720289772606715", - "value": "4035320391825008064" - }, - { - "key": "2835", - "hash": "2704901616441791643", - "value": "4178178726315854032" - }, - { - "key": "2892", - "hash": "14183038132521517307", - "value": "1277144822827848772" - }, - { - "key": "2891", - "hash": "13950638736123059083", - "value": "1311516104786822276" - }, - { - "key": "2889", - "hash": "15698572281654316379", - "value": "1380258668704769284" - }, - { - "key": "2888", - "hash": "15633867026332385903", - "value": "1414629950663742788" - }, - { - "key": "2887", - "hash": "3572581251485441151", - "value": "1449001232622716292" - }, - { - "key": "2854", - "hash": "14063835449064283419", - "value": "2993060675265431424" - }, - { - "key": "2851", - "hash": "391623852730908099", - "value": "3153017644456106991" - }, - { - "key": "2825", - "hash": "3205718279945376075", - "value": "4474029927980661356" - }, - { - "key": "2878", - "hash": "5096048414815471923", - "value": "1758390013739472498" - }, - { - "key": "2877", - "hash": "5610397972030792715", - "value": "1792831980557641691" - }, - { - "key": "2876", - "hash": "17725105769266632063", - "value": "1844275819517213380" - }, - { - "key": "2874", - "hash": "18110788707895527807", - "value": "1947163497436356758" - }, - { - "key": "2871", - "hash": "6679829502033554095", - "value": "2101495014315071825" - }, - { - "key": "2870", - "hash": "12735241937101743735", - "value": "2152938853274643514" - }, - { - "key": "2832", - "hash": "16479565222871590983", - "value": "4392466357616828188" - }, - { - "key": "2826", - "hash": "509209042831768039", - "value": "4727161769900371087" - }, - { - "key": "2864", - "hash": "14865841968500012807", - "value": "2462183675802714724" - }, - { - "key": "2862", - "hash": "14397594139751957907", - "value": "2568359075695258064" - }, - { - "key": "2861", - "hash": "3175438155713499011", - "value": "2621446775641529734" - }, - { - "key": "2905", - "hash": "3743111858659915563", - "value": "830318157361193220" - }, - { - "key": "2919", - "hash": "7906474527446560819", - "value": "349120209935564164" - }, - { - "key": "2920", - "hash": "3395566119183745379", - "value": "314748927976590660" - }, - { - "key": "2922", - "hash": "9627865982505873215", - "value": "246006364058643652" - }, - { - "key": "2927", - "hash": "10823106174335338919", - "value": "74149954263776132" - }, - { - "key": "2930", - "hash": "14576959305790233851", - "value": "1501078827184360" - } - ], - "is_deleted": false, - "last_transaction_version": 508365567 - }, - { - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "key_hash": "907103cd0a58d7eae5a00a3ecc27381b973be22b829dfef35ace51db57f8ca03", - "key": "0x0100000000000000", - "decoded_key": "1", - "decoded_value": [ - { - "key": "2827", - "hash": "18060721298540783133", - "value": "4707392286981839528" - }, - { - "key": "2829", - "hash": "10624242726131113745", - "value": "4607054940343151529" - }, - { - "key": "2833", - "hash": "12089200328028032557", - "value": "4321037125589052602" - }, - { - "key": "2844", - "hash": "3463584878879311233", - "value": "3589329741585067995" - }, - { - "key": "2848", - "hash": "9577061388333227085", - "value": "3340008543225661707" - }, - { - "key": "2849", - "hash": "3059455167582961369", - "value": "3277678243635810135" - }, - { - "key": "2855", - "hash": "27166662291578269", - "value": "2939972975319159754" - }, - { - "key": "2857", - "hash": "3401304548324276317", - "value": "2833797575426616414" - }, - { - "key": "2860", - "hash": "17004694609804370797", - "value": "2674534475587801404" - }, - { - "key": "2866", - "hash": "15292061418041435081", - "value": "2358715256262930270" - }, - { - "key": "2868", - "hash": "10190200808666024905", - "value": "2255826531193786892" - }, - { - "key": "2882", - "hash": "1382151080527825285", - "value": "1620857642417583812" - }, - { - "key": "2884", - "hash": "5091492482980236473", - "value": "1552115078499636804" - }, - { - "key": "2886", - "hash": "13889149569643757033", - "value": "1483372514581689796" - }, - { - "key": "2893", - "hash": "3617986436090316869", - "value": "1242773540868875268" - }, - { - "key": "2894", - "hash": "5255501950869947165", - "value": "1208402258909901764" - }, - { - "key": "2896", - "hash": "7937965314786246533", - "value": "1139659694991954756" - }, - { - "key": "2899", - "hash": "1338645008863683845", - "value": "1036545849115034244" - }, - { - "key": "2900", - "hash": "18439416307427740033", - "value": "1002174567156060740" - }, - { - "key": "2909", - "hash": "9128344041145406561", - "value": "692833029525299204" - }, - { - "key": "2915", - "hash": "9558658696243610581", - "value": "486605337771458180" - }, - { - "key": "2916", - "hash": "8580726904502472969", - "value": "452234055812484676" - }, - { - "key": "2921", - "hash": "15081880210223102849", - "value": "280377646017617156" - }, - { - "key": "2923", - "hash": "11252215220150058913", - "value": "211635082099670148" - }, - { - "key": "2924", - "hash": "14963728602070465177", - "value": "177263800140696644" - } - ], - "is_deleted": false, - "last_transaction_version": 508365567 - }, - { - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "key_hash": "f9255e5701bb574046bfe9404e6ec70ce2c5a0cdac59adcafd27b2351630a00a", - "key": "0x0200000000000000", - "decoded_key": "2", - "decoded_value": [ - { - "key": "2840", - "hash": "2892928471492794894", - "value": "3838652220335674781" - }, - { - "key": "2831", - "hash": "7681912131802335158", - "value": "4463934601222518902" - }, - { - "key": "2838", - "hash": "14103043700510215266", - "value": "3963891224579585080" - }, - { - "key": "2836", - "hash": "4610865483590070538", - "value": "4106749559070431048" - }, - { - "key": "2863", - "hash": "16996240687496513862", - "value": "2515271375748986394" - }, - { - "key": "2834", - "hash": "14614593912552239166", - "value": "4249607893561277016" - }, - { - "key": "2873", - "hash": "9298927235795540518", - "value": "1998607336395928447" - }, - { - "key": "2875", - "hash": "3450740043895944166", - "value": "1895719658476785069" - }, - { - "key": "2880", - "hash": "6395072235206728642", - "value": "1689600206335530820" - }, - { - "key": "2881", - "hash": "7254918715717643366", - "value": "1655228924376557316" - }, - { - "key": "2895", - "hash": "9017771626443411650", - "value": "1174030976950928260" - }, - { - "key": "2897", - "hash": "3178037670275520594", - "value": "1105288413032981252" - }, - { - "key": "2901", - "hash": "16550369558054804510", - "value": "967803285197087236" - }, - { - "key": "2902", - "hash": "7405540004308307242", - "value": "933432003238113732" - }, - { - "key": "2904", - "hash": "3042141706501370290", - "value": "864689439320166724" - }, - { - "key": "2907", - "hash": "18220739594114719766", - "value": "761575593443246212" - }, - { - "key": "2908", - "hash": "3200376301249282774", - "value": "727204311484272708" - }, - { - "key": "2910", - "hash": "16362015975525489398", - "value": "658461747566325700" - }, - { - "key": "2913", - "hash": "5973287941210242510", - "value": "555347901689405188" - }, - { - "key": "2914", - "hash": "6621897072245050954", - "value": "520976619730431684" - }, - { - "key": "2918", - "hash": "18176036933628938962", - "value": "383491491894537668" - }, - { - "key": "2926", - "hash": "18047753918447341234", - "value": "108521236222749636" - }, - { - "key": "2929", - "hash": "487980492420812698", - "value": "5407390345829124" - }, - { - "key": "2931", - "hash": "5954398792945153718", - "value": "437519002817034" - } - ], - "is_deleted": false, - "last_transaction_version": 508365567 - }, - { - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "key_hash": "fc63037a80c3542516a1b146df801dcc26c026111454fadd4820a287174e24f8", - "key": "0x0400000000000000", - "decoded_key": "4", - "decoded_value": [ - { - "key": "2917", - "hash": "13957368117148321892", - "value": "417862773853511172" - }, - { - "key": "2865", - "hash": "17103274175787935948", - "value": "2410209165322501959" - }, - { - "key": "2859", - "hash": "3961966284873786052", - "value": "2727622175534073074" - }, - { - "key": "2906", - "hash": "3156123644161662180", - "value": "795946875402219716" - }, - { - "key": "2858", - "hash": "1885230201764987300", - "value": "2780709875480344744" - }, - { - "key": "2843", - "hash": "11315028316870889988", - "value": "3651660041174919567" - }, - { - "key": "2890", - "hash": "13180892770101995524", - "value": "1345887386745795780" - }, - { - "key": "2842", - "hash": "17903771934079922444", - "value": "3713990340764771139" - }, - { - "key": "2852", - "hash": "4017853663930657460", - "value": "3099292446001134378" - }, - { - "key": "2850", - "hash": "17515907035087595636", - "value": "3215347944045958563" - }, - { - "key": "2839", - "hash": "5267624967993744892", - "value": "3901032706646126602" - }, - { - "key": "2830", - "hash": "8003312805622600236", - "value": "4535460379883072155" - }, - { - "key": "2828", - "hash": "12621427593526462996", - "value": "4678700021562707459" - }, - { - "key": "2925", - "hash": "5148129741842146364", - "value": "142892518181723140" - } - ], - "is_deleted": false, - "last_transaction_version": 508365567 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/table_items.json deleted file mode 100644 index 90b99dabb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/508365567/table_items.json +++ /dev/null @@ -1,602 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 508365567, - "write_set_change_index": 18, - "transaction_block_height": 159068756, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "108655487588791357", - "is_deleted": false - }, - { - "key": "0x0000000000000000", - "transaction_version": 508365567, - "write_set_change_index": 19, - "transaction_block_height": 159068756, - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "decoded_key": "0", - "decoded_value": [ - { - "key": "2845", - "hash": "3646137689481008680", - "value": "3526999441995216423" - }, - { - "key": "2846", - "hash": "1217336543064928720", - "value": "3464669142405364851" - }, - { - "key": "2847", - "hash": "7642899159062986184", - "value": "3402338842815513279" - }, - { - "key": "2853", - "hash": "10601592535135219520", - "value": "3046150422361703094" - }, - { - "key": "2856", - "hash": "17609341267787423984", - "value": "2886885275372888084" - }, - { - "key": "2867", - "hash": "15084638918067494000", - "value": "2307270370153358581" - }, - { - "key": "2869", - "hash": "14237019224713366792", - "value": "2204382692234215203" - }, - { - "key": "2872", - "hash": "10301504076848624296", - "value": "2050051175355500136" - }, - { - "key": "2879", - "hash": "5574108621926661520", - "value": "1723987514489695051" - }, - { - "key": "2883", - "hash": "9265604649511958344", - "value": "1586486360458610308" - }, - { - "key": "2885", - "hash": "14483111981964522304", - "value": "1517743796540663300" - }, - { - "key": "2898", - "hash": "4407277645485278056", - "value": "1070917131074007748" - }, - { - "key": "2903", - "hash": "16646751508012959216", - "value": "899060721279140228" - }, - { - "key": "2911", - "hash": "2531054901531804488", - "value": "624090465607352196" - }, - { - "key": "2912", - "hash": "7062227929439204352", - "value": "589719183648378692" - }, - { - "key": "2928", - "hash": "10783721261085754416", - "value": "39778672304802628" - } - ], - "is_deleted": false - }, - { - "key": "0x0100000000000000", - "transaction_version": 508365567, - "write_set_change_index": 20, - "transaction_block_height": 159068756, - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "decoded_key": "1", - "decoded_value": [ - { - "key": "2827", - "hash": "18060721298540783133", - "value": "4707392286981839528" - }, - { - "key": "2829", - "hash": "10624242726131113745", - "value": "4607054940343151529" - }, - { - "key": "2833", - "hash": "12089200328028032557", - "value": "4321037125589052602" - }, - { - "key": "2844", - "hash": "3463584878879311233", - "value": "3589329741585067995" - }, - { - "key": "2848", - "hash": "9577061388333227085", - "value": "3340008543225661707" - }, - { - "key": "2849", - "hash": "3059455167582961369", - "value": "3277678243635810135" - }, - { - "key": "2855", - "hash": "27166662291578269", - "value": "2939972975319159754" - }, - { - "key": "2857", - "hash": "3401304548324276317", - "value": "2833797575426616414" - }, - { - "key": "2860", - "hash": "17004694609804370797", - "value": "2674534475587801404" - }, - { - "key": "2866", - "hash": "15292061418041435081", - "value": "2358715256262930270" - }, - { - "key": "2868", - "hash": "10190200808666024905", - "value": "2255826531193786892" - }, - { - "key": "2882", - "hash": "1382151080527825285", - "value": "1620857642417583812" - }, - { - "key": "2884", - "hash": "5091492482980236473", - "value": "1552115078499636804" - }, - { - "key": "2886", - "hash": "13889149569643757033", - "value": "1483372514581689796" - }, - { - "key": "2893", - "hash": "3617986436090316869", - "value": "1242773540868875268" - }, - { - "key": "2894", - "hash": "5255501950869947165", - "value": "1208402258909901764" - }, - { - "key": "2896", - "hash": "7937965314786246533", - "value": "1139659694991954756" - }, - { - "key": "2899", - "hash": "1338645008863683845", - "value": "1036545849115034244" - }, - { - "key": "2900", - "hash": "18439416307427740033", - "value": "1002174567156060740" - }, - { - "key": "2909", - "hash": "9128344041145406561", - "value": "692833029525299204" - }, - { - "key": "2915", - "hash": "9558658696243610581", - "value": "486605337771458180" - }, - { - "key": "2916", - "hash": "8580726904502472969", - "value": "452234055812484676" - }, - { - "key": "2921", - "hash": "15081880210223102849", - "value": "280377646017617156" - }, - { - "key": "2923", - "hash": "11252215220150058913", - "value": "211635082099670148" - }, - { - "key": "2924", - "hash": "14963728602070465177", - "value": "177263800140696644" - } - ], - "is_deleted": false - }, - { - "key": "0x0200000000000000", - "transaction_version": 508365567, - "write_set_change_index": 21, - "transaction_block_height": 159068756, - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "decoded_key": "2", - "decoded_value": [ - { - "key": "2840", - "hash": "2892928471492794894", - "value": "3838652220335674781" - }, - { - "key": "2831", - "hash": "7681912131802335158", - "value": "4463934601222518902" - }, - { - "key": "2838", - "hash": "14103043700510215266", - "value": "3963891224579585080" - }, - { - "key": "2836", - "hash": "4610865483590070538", - "value": "4106749559070431048" - }, - { - "key": "2863", - "hash": "16996240687496513862", - "value": "2515271375748986394" - }, - { - "key": "2834", - "hash": "14614593912552239166", - "value": "4249607893561277016" - }, - { - "key": "2873", - "hash": "9298927235795540518", - "value": "1998607336395928447" - }, - { - "key": "2875", - "hash": "3450740043895944166", - "value": "1895719658476785069" - }, - { - "key": "2880", - "hash": "6395072235206728642", - "value": "1689600206335530820" - }, - { - "key": "2881", - "hash": "7254918715717643366", - "value": "1655228924376557316" - }, - { - "key": "2895", - "hash": "9017771626443411650", - "value": "1174030976950928260" - }, - { - "key": "2897", - "hash": "3178037670275520594", - "value": "1105288413032981252" - }, - { - "key": "2901", - "hash": "16550369558054804510", - "value": "967803285197087236" - }, - { - "key": "2902", - "hash": "7405540004308307242", - "value": "933432003238113732" - }, - { - "key": "2904", - "hash": "3042141706501370290", - "value": "864689439320166724" - }, - { - "key": "2907", - "hash": "18220739594114719766", - "value": "761575593443246212" - }, - { - "key": "2908", - "hash": "3200376301249282774", - "value": "727204311484272708" - }, - { - "key": "2910", - "hash": "16362015975525489398", - "value": "658461747566325700" - }, - { - "key": "2913", - "hash": "5973287941210242510", - "value": "555347901689405188" - }, - { - "key": "2914", - "hash": "6621897072245050954", - "value": "520976619730431684" - }, - { - "key": "2918", - "hash": "18176036933628938962", - "value": "383491491894537668" - }, - { - "key": "2926", - "hash": "18047753918447341234", - "value": "108521236222749636" - }, - { - "key": "2929", - "hash": "487980492420812698", - "value": "5407390345829124" - }, - { - "key": "2931", - "hash": "5954398792945153718", - "value": "437519002817034" - } - ], - "is_deleted": false - }, - { - "key": "0x0300000000000000", - "transaction_version": 508365567, - "write_set_change_index": 22, - "transaction_block_height": 159068756, - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "decoded_key": "3", - "decoded_value": [ - { - "key": "2841", - "hash": "3349521823523090683", - "value": "3776320756975222960" - }, - { - "key": "2837", - "hash": "5182720289772606715", - "value": "4035320391825008064" - }, - { - "key": "2835", - "hash": "2704901616441791643", - "value": "4178178726315854032" - }, - { - "key": "2892", - "hash": "14183038132521517307", - "value": "1277144822827848772" - }, - { - "key": "2891", - "hash": "13950638736123059083", - "value": "1311516104786822276" - }, - { - "key": "2889", - "hash": "15698572281654316379", - "value": "1380258668704769284" - }, - { - "key": "2888", - "hash": "15633867026332385903", - "value": "1414629950663742788" - }, - { - "key": "2887", - "hash": "3572581251485441151", - "value": "1449001232622716292" - }, - { - "key": "2854", - "hash": "14063835449064283419", - "value": "2993060675265431424" - }, - { - "key": "2851", - "hash": "391623852730908099", - "value": "3153017644456106991" - }, - { - "key": "2825", - "hash": "3205718279945376075", - "value": "4474029927980661356" - }, - { - "key": "2878", - "hash": "5096048414815471923", - "value": "1758390013739472498" - }, - { - "key": "2877", - "hash": "5610397972030792715", - "value": "1792831980557641691" - }, - { - "key": "2876", - "hash": "17725105769266632063", - "value": "1844275819517213380" - }, - { - "key": "2874", - "hash": "18110788707895527807", - "value": "1947163497436356758" - }, - { - "key": "2871", - "hash": "6679829502033554095", - "value": "2101495014315071825" - }, - { - "key": "2870", - "hash": "12735241937101743735", - "value": "2152938853274643514" - }, - { - "key": "2832", - "hash": "16479565222871590983", - "value": "4392466357616828188" - }, - { - "key": "2826", - "hash": "509209042831768039", - "value": "4727161769900371087" - }, - { - "key": "2864", - "hash": "14865841968500012807", - "value": "2462183675802714724" - }, - { - "key": "2862", - "hash": "14397594139751957907", - "value": "2568359075695258064" - }, - { - "key": "2861", - "hash": "3175438155713499011", - "value": "2621446775641529734" - }, - { - "key": "2905", - "hash": "3743111858659915563", - "value": "830318157361193220" - }, - { - "key": "2919", - "hash": "7906474527446560819", - "value": "349120209935564164" - }, - { - "key": "2920", - "hash": "3395566119183745379", - "value": "314748927976590660" - }, - { - "key": "2922", - "hash": "9627865982505873215", - "value": "246006364058643652" - }, - { - "key": "2927", - "hash": "10823106174335338919", - "value": "74149954263776132" - }, - { - "key": "2930", - "hash": "14576959305790233851", - "value": "1501078827184360" - } - ], - "is_deleted": false - }, - { - "key": "0x0400000000000000", - "transaction_version": 508365567, - "write_set_change_index": 23, - "transaction_block_height": 159068756, - "table_handle": "0x635198ef8a973c8da529ca94a6b564706137eb6c95976ba9be1144408fe300dd", - "decoded_key": "4", - "decoded_value": [ - { - "key": "2917", - "hash": "13957368117148321892", - "value": "417862773853511172" - }, - { - "key": "2865", - "hash": "17103274175787935948", - "value": "2410209165322501959" - }, - { - "key": "2859", - "hash": "3961966284873786052", - "value": "2727622175534073074" - }, - { - "key": "2906", - "hash": "3156123644161662180", - "value": "795946875402219716" - }, - { - "key": "2858", - "hash": "1885230201764987300", - "value": "2780709875480344744" - }, - { - "key": "2843", - "hash": "11315028316870889988", - "value": "3651660041174919567" - }, - { - "key": "2890", - "hash": "13180892770101995524", - "value": "1345887386745795780" - }, - { - "key": "2842", - "hash": "17903771934079922444", - "value": "3713990340764771139" - }, - { - "key": "2852", - "hash": "4017853663930657460", - "value": "3099292446001134378" - }, - { - "key": "2850", - "hash": "17515907035087595636", - "value": "3215347944045958563" - }, - { - "key": "2839", - "hash": "5267624967993744892", - "value": "3901032706646126602" - }, - { - "key": "2830", - "hash": "8003312805622600236", - "value": "4535460379883072155" - }, - { - "key": "2828", - "hash": "12621427593526462996", - "value": "4678700021562707459" - }, - { - "key": "2925", - "hash": "5148129741842146364", - "value": "142892518181723140" - } - ], - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/block_metadata_transactions.json deleted file mode 100644 index 988231bfd..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/block_metadata_transactions.json +++ /dev/null @@ -1,31 +0,0 @@ -[ - { - "version": 513424821, - "block_height": 160013523, - "id": "0xd1725984e19ce9934848108b187705f4eabfa4c178b21daa385d75ff1baa153b", - "round": 13705, - "epoch": 6336, - "previous_block_votes_bitvec": [ - 135, - 27, - 222, - 199, - 119, - 93, - 255, - 189, - 58, - 255, - 237, - 125, - 43, - 158, - 206, - 172, - 224 - ], - "proposer": "0x0324df1e27c4129a58d73851ae0e9366064dc666a73e747051e203694a4cb257", - "failed_proposer_indices": [], - "timestamp": "2024-03-21T19:50:52.758797" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/513424821/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/table_items.json deleted file mode 100644 index 150046be9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/537250181/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 537250181, - "write_set_change_index": 11, - "transaction_block_height": 165399051, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "108925890145365759", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/table_items.json deleted file mode 100644 index 1501f6088..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/578366445/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 578366445, - "write_set_change_index": 8, - "transaction_block_height": 174826957, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "109362269591398320", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/table_items.json deleted file mode 100644 index 3536a8e58..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/602320562/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 602320562, - "write_set_change_index": 12, - "transaction_block_height": 179784414, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "109588276694972701", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/table_items.json deleted file mode 100644 index 6fd2f6d85..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/967255533/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 967255533, - "write_set_change_index": 7, - "transaction_block_height": 187592972, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "109947820651494579", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/table_items.json deleted file mode 100644 index 44038eedb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999929475/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 999929475, - "write_set_change_index": 30, - "transaction_block_height": 194508912, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "110269921639741626", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/table_items.json deleted file mode 100644 index abb778d7c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/999930475/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 999930475, - "write_set_change_index": 12, - "transaction_block_height": 194509179, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "110269921622761956", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/1080786089/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/1080786089/events.json deleted file mode 100644 index a7eb6d7fb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/1080786089/events.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "sequence_number": 83197, - "creation_number": 1125899906842625, - "account_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "transaction_version": 1080786089, - "transaction_block_height": 210969872, - "type_": "0x4::collection::BurnEvent", - "data": { - "index": "73299", - "token": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6" - }, - "indexed_type": "0x4::collection::BurnEvent", - "event_index": 0 - }, - { - "sequence_number": 186424, - "creation_number": 1125899906842630, - "account_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "transaction_version": 1080786089, - "transaction_block_height": 210969872, - "type_": "0xfacedd48d64a2ee04cbdf5c17608bd7a5ea9144fa1fe65320c588fffea131de3::orm_class::OrmEvent", - "data": { - "type": "0x9d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6::sidekick_capsule::SidekickCapsule", - "object": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "event_type": "deleted" - }, - "indexed_type": "0xfacedd48d64a2ee04cbdf5c17608bd7a5ea9144fa1fe65320c588fffea131de3::orm_class::OrmEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1080786089, - "transaction_block_height": 210969872, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "12", - "storage_fee_octas": "0", - "execution_gas_units": "6", - "total_charge_gas_units": "17", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/145959468/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/145959468/events.json deleted file mode 100644 index e356b9787..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/145959468/events.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 1125899906842625, - "account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "transaction_version": 145959468, - "transaction_block_height": 56700326, - "type_": "0x4::token::MutationEvent", - "data": { - "new_value": "", - "old_value": "Undefined", - "mutated_field_name": "description" - }, - "indexed_type": "0x4::token::MutationEvent", - "event_index": 0 - }, - { - "sequence_number": 1, - "creation_number": 1125899906842625, - "account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "transaction_version": 145959468, - "transaction_block_height": 56700326, - "type_": "0x4::token::MutationEvent", - "data": { - "new_value": "", - "old_value": "Abby", - "mutated_field_name": "name" - }, - "indexed_type": "0x4::token::MutationEvent", - "event_index": 1 - }, - { - "sequence_number": 2, - "creation_number": 1125899906842625, - "account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "transaction_version": 145959468, - "transaction_block_height": 56700326, - "type_": "0x4::token::MutationEvent", - "data": { - "new_value": "https://arweave.net/Nx1YbpdKDS98x_JE0iuaNSAnwZ1rcf2r4MMvbjz_8uA", - "old_value": "https://slack-files.com/T032LMSJ0T0-F058JALVABC-32bc77fbd0", - "mutated_field_name": "uri" - }, - "indexed_type": "0x4::token::MutationEvent", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842624, - "account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "transaction_version": 145959468, - "transaction_block_height": 56700326, - "type_": "0x1::object::TransferEvent", - "data": { - "to": "0x0", - "from": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "object": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141" - }, - "indexed_type": "0x1::object::TransferEvent", - "event_index": 3 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/155112189/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/155112189/events.json deleted file mode 100644 index 8ea1382d3..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/155112189/events.json +++ /dev/null @@ -1,871 +0,0 @@ -[ - { - "sequence_number": 344428, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 0 - }, - { - "sequence_number": 344429, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 1 - }, - { - "sequence_number": 344430, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1863800000000" - }, - "aggregator_address": "0x7b5f536d201280a10d33d8c2202a1892b1dd8247aecfef7762ea8e7565eac7b6" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 2 - }, - { - "sequence_number": 344431, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 3 - }, - { - "sequence_number": 344432, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1016730000" - }, - "aggregator_address": "0x94a63284ace90c56f6326de5d62e867d915370a7d059bf974b39aefc699b8baa" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 4 - }, - { - "sequence_number": 344433, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "20236500000" - }, - "aggregator_address": "0x5af65afeeab555f8b742ce7fc2c539a5cb6a6fb2a6e6d96bc1b075fb28067808" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 5 - }, - { - "sequence_number": 344434, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 6 - }, - { - "sequence_number": 344435, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 7 - }, - { - "sequence_number": 344436, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 8 - }, - { - "sequence_number": 344437, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 9 - }, - { - "sequence_number": 344438, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1863800000000" - }, - "aggregator_address": "0x7b5f536d201280a10d33d8c2202a1892b1dd8247aecfef7762ea8e7565eac7b6" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 10 - }, - { - "sequence_number": 344439, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 11 - }, - { - "sequence_number": 344440, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1016730000" - }, - "aggregator_address": "0x94a63284ace90c56f6326de5d62e867d915370a7d059bf974b39aefc699b8baa" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 12 - }, - { - "sequence_number": 344441, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "20236500000" - }, - "aggregator_address": "0x5af65afeeab555f8b742ce7fc2c539a5cb6a6fb2a6e6d96bc1b075fb28067808" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 13 - }, - { - "sequence_number": 344442, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 14 - }, - { - "sequence_number": 344443, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1863800000000" - }, - "aggregator_address": "0x7b5f536d201280a10d33d8c2202a1892b1dd8247aecfef7762ea8e7565eac7b6" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 15 - }, - { - "sequence_number": 344444, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 16 - }, - { - "sequence_number": 344445, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1016730000" - }, - "aggregator_address": "0x94a63284ace90c56f6326de5d62e867d915370a7d059bf974b39aefc699b8baa" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 17 - }, - { - "sequence_number": 344446, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "20236500000" - }, - "aggregator_address": "0x5af65afeeab555f8b742ce7fc2c539a5cb6a6fb2a6e6d96bc1b075fb28067808" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 18 - }, - { - "sequence_number": 344447, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 19 - }, - { - "sequence_number": 344448, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 20 - }, - { - "sequence_number": 344449, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 21 - }, - { - "sequence_number": 344450, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1863800000000" - }, - "aggregator_address": "0x7b5f536d201280a10d33d8c2202a1892b1dd8247aecfef7762ea8e7565eac7b6" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 22 - }, - { - "sequence_number": 344451, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 23 - }, - { - "sequence_number": 344452, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1016730000" - }, - "aggregator_address": "0x94a63284ace90c56f6326de5d62e867d915370a7d059bf974b39aefc699b8baa" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 24 - }, - { - "sequence_number": 344453, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "20236500000" - }, - "aggregator_address": "0x5af65afeeab555f8b742ce7fc2c539a5cb6a6fb2a6e6d96bc1b075fb28067808" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 25 - }, - { - "sequence_number": 344454, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 26 - }, - { - "sequence_number": 344455, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 27 - }, - { - "sequence_number": 344456, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 28 - }, - { - "sequence_number": 344457, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 29 - }, - { - "sequence_number": 344458, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 30 - }, - { - "sequence_number": 344459, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1863800000000" - }, - "aggregator_address": "0x7b5f536d201280a10d33d8c2202a1892b1dd8247aecfef7762ea8e7565eac7b6" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 31 - }, - { - "sequence_number": 344460, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 32 - }, - { - "sequence_number": 344461, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1016730000" - }, - "aggregator_address": "0x94a63284ace90c56f6326de5d62e867d915370a7d059bf974b39aefc699b8baa" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 33 - }, - { - "sequence_number": 344462, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "20236500000" - }, - "aggregator_address": "0x5af65afeeab555f8b742ce7fc2c539a5cb6a6fb2a6e6d96bc1b075fb28067808" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 34 - }, - { - "sequence_number": 344463, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 35 - }, - { - "sequence_number": 344464, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1863800000000" - }, - "aggregator_address": "0x7b5f536d201280a10d33d8c2202a1892b1dd8247aecfef7762ea8e7565eac7b6" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 36 - }, - { - "sequence_number": 344465, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1000015000" - }, - "aggregator_address": "0xdc1045b4d9fd1f4221fc2f91b2090d88483ba9745f29cf2d96574611204659a5" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 37 - }, - { - "sequence_number": 344466, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "1016730000" - }, - "aggregator_address": "0x94a63284ace90c56f6326de5d62e867d915370a7d059bf974b39aefc699b8baa" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 38 - }, - { - "sequence_number": 344467, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "20236500000" - }, - "aggregator_address": "0x5af65afeeab555f8b742ce7fc2c539a5cb6a6fb2a6e6d96bc1b075fb28067808" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 39 - }, - { - "sequence_number": 344468, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 40 - }, - { - "sequence_number": 344469, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 41 - }, - { - "sequence_number": 3596, - "creation_number": 2, - "account_address": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x1::coin::DepositEvent", - "data": { - "amount": "2515578569" - }, - "indexed_type": "0x1::coin::DepositEvent", - "event_index": 42 - }, - { - "sequence_number": 344470, - "creation_number": 19, - "account_address": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "data": { - "cost": "0", - "result": { - "dec": 9, - "neg": false, - "value": "7958500000" - }, - "aggregator_address": "0xb8f20223af69dcbc33d29e8555e46d031915fc38cb1a4fff5d5167a1e08e8367" - }, - "indexed_type": "0x7d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8::events::AggregatorReadEvent", - "event_index": 43 - }, - { - "sequence_number": 2506, - "creation_number": 10, - "account_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::basket::SwapEvent", - "data": { - "user": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "fees_charged": "1227536", - "deposit_amount": "201426774", - "withdraw_amount": "2527965600", - "deposit_coin_type_info": { - "module_name": "0x6173736574", - "struct_name": "0x55534443", - "account_address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa" - }, - "withdraw_coin_type_info": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - } - }, - "indexed_type": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::basket::SwapEvent", - "event_index": 44 - }, - { - "sequence_number": 10180, - "creation_number": 13, - "account_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d", - "transaction_version": 155112189, - "transaction_block_height": 59919203, - "type_": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::order::FulfillOrderEvent", - "data": { - "order_id": "10497" - }, - "indexed_type": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::order::FulfillOrderEvent", - "event_index": 45 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/1845035942/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/1845035942/events.json deleted file mode 100644 index 10ce98027..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/1845035942/events.json +++ /dev/null @@ -1,100 +0,0 @@ -[ - { - "sequence_number": 37071, - "creation_number": 4, - "account_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "transaction_version": 1845035942, - "transaction_block_height": 244136188, - "type_": "0x3::token::MintTokenEvent", - "data": { - "id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "amount": "1" - }, - "indexed_type": "0x3::token::MintTokenEvent", - "event_index": 0 - }, - { - "sequence_number": 37071, - "creation_number": 5, - "account_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "transaction_version": 1845035942, - "transaction_block_height": 244136188, - "type_": "0x3::token::DepositEvent", - "data": { - "id": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "amount": "1" - }, - "indexed_type": "0x3::token::DepositEvent", - "event_index": 1 - }, - { - "sequence_number": 37071, - "creation_number": 6, - "account_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "transaction_version": 1845035942, - "transaction_block_height": 244136188, - "type_": "0x3::token::WithdrawEvent", - "data": { - "id": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "amount": "1" - }, - "indexed_type": "0x3::token::WithdrawEvent", - "event_index": 2 - }, - { - "sequence_number": 3, - "creation_number": 4, - "account_address": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "transaction_version": 1845035942, - "transaction_block_height": 244136188, - "type_": "0x3::token::DepositEvent", - "data": { - "id": { - "token_data_id": { - "name": "Growfitter Run Bronze Medal v3", - "creator": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "collection": "Growfitter Fitness Activity Medals v3" - }, - "property_version": "0" - }, - "amount": "1" - }, - "indexed_type": "0x3::token::DepositEvent", - "event_index": 3 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1845035942, - "transaction_block_height": 244136188, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "7", - "storage_fee_octas": "50360", - "execution_gas_units": "10", - "total_charge_gas_units": "520", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 4 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/308783012/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/308783012/events.json deleted file mode 100644 index 0d0606808..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/308783012/events.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "sequence_number": 3723913, - "creation_number": 1125899906842626, - "account_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "transaction_version": 308783012, - "transaction_block_height": 106350614, - "type_": "0x4::collection::MintEvent", - "data": { - "index": "3723914", - "token": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c" - }, - "indexed_type": "0x4::collection::MintEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842624, - "account_address": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "transaction_version": 308783012, - "transaction_block_height": 106350614, - "type_": "0x1::object::TransferEvent", - "data": { - "to": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "from": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "object": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c" - }, - "indexed_type": "0x1::object::TransferEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 308783012, - "transaction_block_height": 106350614, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "4", - "storage_fee_octas": "50000", - "execution_gas_units": "16", - "total_charge_gas_units": "520", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/325355235/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/325355235/events.json deleted file mode 100644 index c25f9d94f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/325355235/events.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "sequence_number": 4392521, - "creation_number": 1125899906842626, - "account_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "transaction_version": 325355235, - "transaction_block_height": 111985120, - "type_": "0x4::collection::MintEvent", - "data": { - "index": "4392522", - "token": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa" - }, - "indexed_type": "0x4::collection::MintEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842624, - "account_address": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "transaction_version": 325355235, - "transaction_block_height": 111985120, - "type_": "0x1::object::TransferEvent", - "data": { - "to": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "from": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "object": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa" - }, - "indexed_type": "0x1::object::TransferEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 325355235, - "transaction_block_height": 111985120, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "4", - "storage_fee_octas": "50000", - "execution_gas_units": "16", - "total_charge_gas_units": "520", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/453498957/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/453498957/events.json deleted file mode 100644 index e053c1ae7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/453498957/events.json +++ /dev/null @@ -1,77 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 1125899906842626, - "account_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "transaction_version": 453498957, - "transaction_block_height": 146272590, - "type_": "0x4::collection::MintEvent", - "data": { - "index": "1", - "token": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923" - }, - "indexed_type": "0x4::collection::MintEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842624, - "account_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "transaction_version": 453498957, - "transaction_block_height": 146272590, - "type_": "0x1::object::TransferEvent", - "data": { - "to": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "from": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "object": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923" - }, - "indexed_type": "0x1::object::TransferEvent", - "event_index": 1 - }, - { - "sequence_number": 1, - "creation_number": 1125899906842626, - "account_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "transaction_version": 453498957, - "transaction_block_height": 146272590, - "type_": "0x4::collection::MintEvent", - "data": { - "index": "2", - "token": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51" - }, - "indexed_type": "0x4::collection::MintEvent", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842624, - "account_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "transaction_version": 453498957, - "transaction_block_height": 146272590, - "type_": "0x1::object::TransferEvent", - "data": { - "to": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "from": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "object": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51" - }, - "indexed_type": "0x1::object::TransferEvent", - "event_index": 3 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 453498957, - "transaction_block_height": 146272590, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "6", - "storage_fee_octas": "100000", - "execution_gas_units": "7", - "total_charge_gas_units": "1013", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 4 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/508365567/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/508365567/events.json deleted file mode 100644 index 969952e5f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/508365567/events.json +++ /dev/null @@ -1,120 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 1125899906842626, - "account_address": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x1::fungible_asset::WithdrawEvent", - "data": { - "amount": "14644184" - }, - "indexed_type": "0x1::fungible_asset::WithdrawEvent", - "event_index": 0 - }, - { - "sequence_number": 133444, - "creation_number": 1125899906842626, - "account_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x4::collection::MintEvent", - "data": { - "index": "133445", - "token": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665" - }, - "indexed_type": "0x4::collection::MintEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842626, - "account_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x1::fungible_asset::DepositEvent", - "data": { - "amount": "14644184" - }, - "indexed_type": "0x1::fungible_asset::DepositEvent", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842628, - "account_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x1::fungible_asset::FrozenEvent", - "data": { - "frozen": true - }, - "indexed_type": "0x1::fungible_asset::FrozenEvent", - "event_index": 3 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842624, - "account_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x1::object::TransferEvent", - "data": { - "to": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "from": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "object": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665" - }, - "indexed_type": "0x1::object::TransferEvent", - "event_index": 4 - }, - { - "sequence_number": 0, - "creation_number": 1125899906842625, - "account_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x4::token::MutationEvent", - "data": { - "new_value": "https://api.cellana.finance/api/v1/ve-nft/uri/@0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "old_value": "https://api.cellana.finance/api/v1/ve-nft/uri/", - "mutated_field_name": "uri" - }, - "indexed_type": "0x4::token::MutationEvent", - "event_index": 5 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::CreateLockEvent", - "data": { - "owner": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "amount": "14644184", - "ve_token": { - "inner": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665" - }, - "lockup_end_epoch": "2880" - }, - "indexed_type": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::CreateLockEvent", - "event_index": 6 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 508365567, - "transaction_block_height": 159068756, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "14", - "storage_fee_octas": "62620", - "execution_gas_units": "37", - "total_charge_gas_units": "676", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 7 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/513424821/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/513424821/events.json deleted file mode 100644 index 962015fb6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/513424821/events.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "sequence_number": 160013523, - "creation_number": 3, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "transaction_version": 513424821, - "transaction_block_height": 160013523, - "type_": "0x1::block::NewBlockEvent", - "data": { - "hash": "0xd1725984e19ce9934848108b187705f4eabfa4c178b21daa385d75ff1baa153b", - "epoch": "6336", - "round": "13705", - "height": "160013523", - "proposer": "0x324df1e27c4129a58d73851ae0e9366064dc666a73e747051e203694a4cb257", - "time_microseconds": "1711050652758797", - "failed_proposer_indices": [], - "previous_block_votes_bitvec": "0x871bdec7775dffbd3affed7d2b9eceace0" - }, - "indexed_type": "0x1::block::NewBlockEvent", - "event_index": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/537250181/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/537250181/events.json deleted file mode 100644 index 4a0707896..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/537250181/events.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "sequence_number": 30142, - "creation_number": 1125899906842626, - "account_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "transaction_version": 537250181, - "transaction_block_height": 165399051, - "type_": "0x4::collection::MintEvent", - "data": { - "index": "30143", - "token": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9" - }, - "indexed_type": "0x4::collection::MintEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 537250181, - "transaction_block_height": 165399051, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "5", - "storage_fee_octas": "70750", - "execution_gas_units": "6", - "total_charge_gas_units": "718", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/578366445/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/578366445/events.json deleted file mode 100644 index 8691b4eaa..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/578366445/events.json +++ /dev/null @@ -1,35 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 578366445, - "transaction_block_height": 174826957, - "type_": "0x4::collection::Burn", - "data": { - "index": "31187", - "token": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "collection": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", - "previous_owner": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763" - }, - "indexed_type": "0x4::collection::Burn", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 578366445, - "transaction_block_height": 174826957, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "6", - "storage_fee_octas": "0", - "execution_gas_units": "4", - "total_charge_gas_units": "9", - "storage_fee_refund_octas": "75160" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/602320562/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/602320562/events.json deleted file mode 100644 index 8bf2bee92..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/602320562/events.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 602320562, - "transaction_block_height": 179784414, - "type_": "0x4::collection::Mint", - "data": { - "index": { - "value": "15436" - }, - "token": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "collection": "0x3738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f" - }, - "indexed_type": "0x4::collection::Mint", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 602320562, - "transaction_block_height": 179784414, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "5", - "storage_fee_octas": "72520", - "execution_gas_units": "7", - "total_charge_gas_units": "736", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/967255533/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/967255533/events.json deleted file mode 100644 index f1ccc6a7f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/967255533/events.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 1125899906842625, - "account_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "transaction_version": 967255533, - "transaction_block_height": 187592972, - "type_": "0x4::token::MutationEvent", - "data": { - "new_value": "https://arweave.net/-_cc-_HbzDofAF1_WkfGMfyJyejqU64ZdZmGFahNZlg", - "old_value": "", - "mutated_field_name": "uri" - }, - "indexed_type": "0x4::token::MutationEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 967255533, - "transaction_block_height": 187592972, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "4", - "storage_fee_octas": "2560", - "execution_gas_units": "11", - "total_charge_gas_units": "40", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/999929475/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/999929475/events.json deleted file mode 100644 index 979013be2..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/999929475/events.json +++ /dev/null @@ -1,145 +0,0 @@ -[ - { - "sequence_number": 88, - "creation_number": 3, - "account_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::coin::WithdrawEvent", - "data": { - "amount": "2333720700" - }, - "indexed_type": "0x1::coin::WithdrawEvent", - "event_index": 0 - }, - { - "sequence_number": 1357171, - "creation_number": 2, - "account_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::coin::DepositEvent", - "data": { - "amount": "2333720700" - }, - "indexed_type": "0x1::coin::DepositEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::fungible_asset::Deposit", - "data": { - "store": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "amount": "2331386980" - }, - "indexed_type": "0x1::fungible_asset::Deposit", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::fungible_asset::Deposit", - "data": { - "store": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "amount": "2333720" - }, - "indexed_type": "0x1::fungible_asset::Deposit", - "event_index": 3 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::fungible_asset::Withdraw", - "data": { - "store": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "amount": "162105637" - }, - "indexed_type": "0x1::fungible_asset::Withdraw", - "event_index": 4 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SwapEvent", - "data": { - "pool": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "to_token": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "amount_in": "2333720700", - "amount_out": "162105637", - "from_token": "0x1::aptos_coin::AptosCoin" - }, - "indexed_type": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SwapEvent", - "event_index": 5 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SyncEvent", - "data": { - "pool": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "reserves_1": "429891425615", - "reserves_2": "6184986629106" - }, - "indexed_type": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SyncEvent", - "event_index": 6 - }, - { - "sequence_number": 269832, - "creation_number": 7, - "account_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::coin::WithdrawEvent", - "data": { - "amount": "162105637" - }, - "indexed_type": "0x1::coin::WithdrawEvent", - "event_index": 7 - }, - { - "sequence_number": 142, - "creation_number": 4, - "account_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::coin::DepositEvent", - "data": { - "amount": "162105637" - }, - "indexed_type": "0x1::coin::DepositEvent", - "event_index": 8 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999929475, - "transaction_block_height": 194508912, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "21", - "storage_fee_octas": "0", - "execution_gas_units": "19", - "total_charge_gas_units": "40", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 9 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/999930475/events.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/999930475/events.json deleted file mode 100644 index 10802b645..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/events_processor/999930475/events.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999930475, - "transaction_block_height": 194509179, - "type_": "0x4::collection::Mint", - "data": { - "index": { - "value": "85328" - }, - "token": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "collection": "0xa79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0" - }, - "indexed_type": "0x4::collection::Mint", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 999930475, - "transaction_block_height": 194509179, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "5", - "storage_fee_octas": "72480", - "execution_gas_units": "7", - "total_charge_gas_units": "736", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/coin_supply.json deleted file mode 100644 index 7af2561de..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "110972396016310057", - "transaction_timestamp": "2024-08-07T09:56:34", - "transaction_epoch": 8023 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/current_fungible_asset_balances.json deleted file mode 100644 index c864690c3..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x35f3a343895ccc3e5418955c311bdd3f09cbd56730b5132585bb799f1c729d49", - "owner_address": "0x8eb76c7294a50b594c48ef13c7ce0a953320c9b25cdf1dd681fbeb9937524703", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "775443600", - "last_transaction_timestamp": "2024-08-07T09:56:34", - "last_transaction_version": 1080786089, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_activities.json deleted file mode 100644 index 43e373780..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "event_index": -1, - "owner_address": "0x8eb76c7294a50b594c48ef13c7ce0a953320c9b25cdf1dd681fbeb9937524703", - "storage_id": "0x35f3a343895ccc3e5418955c311bdd3f09cbd56730b5132585bb799f1c729d49", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "1700", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x9d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6::sidekick_capsule::delete", - "block_height": 210969872, - "token_standard": "v1", - "transaction_timestamp": "2024-08-07T09:56:34", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_balances.json deleted file mode 100644 index 2574c2555..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "write_set_change_index": 7, - "storage_id": "0x35f3a343895ccc3e5418955c311bdd3f09cbd56730b5132585bb799f1c729d49", - "owner_address": "0x8eb76c7294a50b594c48ef13c7ce0a953320c9b25cdf1dd681fbeb9937524703", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "775443600", - "transaction_timestamp": "2024-08-07T09:56:34", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1080786089/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/coin_supply.json deleted file mode 100644 index 165948190..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 145959468, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "103572793187305042", - "transaction_timestamp": "2023-05-22T20:59:44", - "transaction_epoch": 2670 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/current_fungible_asset_balances.json deleted file mode 100644 index 3f3c796d4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xf15e0dc7e719f23442a324b64e3563db1645bba5bc1f6698569f62e9b80aa89f", - "owner_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "24513481391", - "last_transaction_timestamp": "2023-05-22T20:59:44", - "last_transaction_version": 145959468, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_activities.json deleted file mode 100644 index d5c797460..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 145959468, - "event_index": -1, - "owner_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "storage_id": "0xf15e0dc7e719f23442a324b64e3563db1645bba5bc1f6698569f62e9b80aa89f", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "3300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": null, - "block_height": 56700326, - "token_standard": "v1", - "transaction_timestamp": "2023-05-22T20:59:44", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_balances.json deleted file mode 100644 index bef79aa47..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 145959468, - "write_set_change_index": 0, - "storage_id": "0xf15e0dc7e719f23442a324b64e3563db1645bba5bc1f6698569f62e9b80aa89f", - "owner_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "24513481391", - "transaction_timestamp": "2023-05-22T20:59:44", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/145959468/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/coin_supply.json deleted file mode 100644 index 911322e7c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 155112189, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "103836940792330456", - "transaction_timestamp": "2023-06-07T13:29:24", - "transaction_epoch": 2858 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/current_fungible_asset_balances.json deleted file mode 100644 index 84507e592..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/current_fungible_asset_balances.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "storage_id": "0x1adb6519b7e478f0dd910dd2e9be107f6a3b5e74c1bfbfb75279e1335394f09e", - "owner_address": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "19233292736", - "last_transaction_timestamp": "2023-06-07T13:29:24", - "last_transaction_version": 155112189, - "token_standard": "v1" - }, - { - "storage_id": "0x61d197d90eb984f9165576769d154843ff54b07c96017b931470efa1fe148972", - "owner_address": "0x25a606fdb1534fe2fd6f639e4c2fb0c46b3e5b8b3d84d1fa8632fd979fc55fa5", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "6716177200", - "last_transaction_timestamp": "2023-06-07T13:29:24", - "last_transaction_version": 155112189, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_activities.json deleted file mode 100644 index 597335408..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_activities.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "transaction_version": 155112189, - "event_index": -1, - "owner_address": "0x25a606fdb1534fe2fd6f639e4c2fb0c46b3e5b8b3d84d1fa8632fd979fc55fa5", - "storage_id": "0x61d197d90eb984f9165576769d154843ff54b07c96017b931470efa1fe148972", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "696400", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::keeper::fulfill_any_order", - "block_height": 59919203, - "token_standard": "v1", - "transaction_timestamp": "2023-06-07T13:29:24", - "storage_refund_amount": "0" - }, - { - "transaction_version": 155112189, - "event_index": 42, - "owner_address": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "storage_id": "0x1adb6519b7e478f0dd910dd2e9be107f6a3b5e74c1bfbfb75279e1335394f09e", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "2515578569", - "type_": "0x1::coin::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::keeper::fulfill_any_order", - "block_height": 59919203, - "token_standard": "v1", - "transaction_timestamp": "2023-06-07T13:29:24", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_balances.json deleted file mode 100644 index f76331fd2..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_balances.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "transaction_version": 155112189, - "write_set_change_index": 8, - "storage_id": "0x61d197d90eb984f9165576769d154843ff54b07c96017b931470efa1fe148972", - "owner_address": "0x25a606fdb1534fe2fd6f639e4c2fb0c46b3e5b8b3d84d1fa8632fd979fc55fa5", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "6716177200", - "transaction_timestamp": "2023-06-07T13:29:24", - "token_standard": "v1" - }, - { - "transaction_version": 155112189, - "write_set_change_index": 10, - "storage_id": "0x1adb6519b7e478f0dd910dd2e9be107f6a3b5e74c1bfbfb75279e1335394f09e", - "owner_address": "0xaf2ddc14d06dcb2684d06e545d82342916d7d956ada77721b2d10fb7650c17d6", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "19233292736", - "transaction_timestamp": "2023-06-07T13:29:24", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_metadata.json deleted file mode 100644 index caddd6844..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/155112189/fungible_asset_metadata.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "asset_type": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::lp_rewards::LPCoin<0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::baskets::Basket1, 0x1::aptos_coin::AptosCoin>", - "creator_address": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d", - "name": "Tsunami Liquidity Provider Coin", - "symbol": "TLP", - "decimals": 9, - "icon_uri": null, - "project_uri": null, - "last_transaction_version": 155112189, - "last_transaction_timestamp": "2023-06-07T13:29:24", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v1", - "maximum_v2": null, - "is_token_v2": null, - "supply_v2": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/coin_supply.json deleted file mode 100644 index 0e2ce87f0..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 1845035942, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "112277115393076001", - "transaction_timestamp": "2024-10-26T18:31:00", - "transaction_epoch": 8992 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/current_fungible_asset_balances.json deleted file mode 100644 index 8535148a8..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x93a04ca0a459f6d38291722c2e6bfd2a6258750d45a05dba012d6a1de3a5bb82", - "owner_address": "0x55248cd97eb8f1005bd28445f2dcbd2d367fc28a59ebefc6c6462c192923c524", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "8810621600", - "last_transaction_timestamp": "2024-10-26T18:31:00", - "last_transaction_version": 1845035942, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_activities.json deleted file mode 100644 index 00b8259ca..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 1845035942, - "event_index": -1, - "owner_address": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "storage_id": "0xb2097357206ed582473a0aaac2ed2d01f37ebc68901a68f55f9c3f78711c2d95", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "52000", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": "0x55248cd97eb8f1005bd28445f2dcbd2d367fc28a59ebefc6c6462c192923c524", - "is_transaction_success": true, - "entry_function_id_str": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21::LyncCards::mint_nft", - "block_height": 244136188, - "token_standard": "v1", - "transaction_timestamp": "2024-10-26T18:31:00", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_balances.json deleted file mode 100644 index 7640c4177..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 1845035942, - "write_set_change_index": 2, - "storage_id": "0x93a04ca0a459f6d38291722c2e6bfd2a6258750d45a05dba012d6a1de3a5bb82", - "owner_address": "0x55248cd97eb8f1005bd28445f2dcbd2d367fc28a59ebefc6c6462c192923c524", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "8810621600", - "transaction_timestamp": "2024-10-26T18:31:00", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/1845035942/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/coin_supply.json deleted file mode 100644 index c656edb6a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 308783012, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "106177548228160480", - "transaction_timestamp": "2023-10-24T09:08:03", - "transaction_epoch": 4534 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/current_fungible_asset_balances.json deleted file mode 100644 index 2e9144987..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xc617f51a505e596fb85ca0c323c884cbe718782a9606c8023b8910f7fa16fe87", - "owner_address": "0x28f87126ce5c2ead81ec4fef494c73d545757a9a634eb54d36ae5a9737f4f287", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "464000", - "last_transaction_timestamp": "2023-10-24T09:08:03", - "last_transaction_version": 308783012, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_activities.json deleted file mode 100644 index db2769f93..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 308783012, - "event_index": -1, - "owner_address": "0x28f87126ce5c2ead81ec4fef494c73d545757a9a634eb54d36ae5a9737f4f287", - "storage_id": "0xc617f51a505e596fb85ca0c323c884cbe718782a9606c8023b8910f7fa16fe87", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "52000", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "block_height": 106350614, - "token_standard": "v1", - "transaction_timestamp": "2023-10-24T09:08:03", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_balances.json deleted file mode 100644 index 00d4eedf7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 308783012, - "write_set_change_index": 0, - "storage_id": "0xc617f51a505e596fb85ca0c323c884cbe718782a9606c8023b8910f7fa16fe87", - "owner_address": "0x28f87126ce5c2ead81ec4fef494c73d545757a9a634eb54d36ae5a9737f4f287", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "464000", - "transaction_timestamp": "2023-10-24T09:08:03", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/308783012/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/coin_supply.json deleted file mode 100644 index b2497d3c9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 325355235, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "106457430431845969", - "transaction_timestamp": "2023-11-09T23:58:14", - "transaction_epoch": 4733 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/current_fungible_asset_balances.json deleted file mode 100644 index 3068692f9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xe95d290a0f6113eb21ba3f50d661bbd7db6797b3acad2930ccd4a1b3cd3de3cd", - "owner_address": "0xff0a486a69619d9e5661cf323d39e1cb7a005b945a9ebdf0df4f1f6b5947c2af", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "114600", - "last_transaction_timestamp": "2023-11-09T23:58:14", - "last_transaction_version": 325355235, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_activities.json deleted file mode 100644 index 0f3716269..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 325355235, - "event_index": -1, - "owner_address": "0xff0a486a69619d9e5661cf323d39e1cb7a005b945a9ebdf0df4f1f6b5947c2af", - "storage_id": "0xe95d290a0f6113eb21ba3f50d661bbd7db6797b3acad2930ccd4a1b3cd3de3cd", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "52000", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "block_height": 111985120, - "token_standard": "v1", - "transaction_timestamp": "2023-11-09T23:58:14", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_balances.json deleted file mode 100644 index 881da1f05..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 325355235, - "write_set_change_index": 4, - "storage_id": "0xe95d290a0f6113eb21ba3f50d661bbd7db6797b3acad2930ccd4a1b3cd3de3cd", - "owner_address": "0xff0a486a69619d9e5661cf323d39e1cb7a005b945a9ebdf0df4f1f6b5947c2af", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "114600", - "transaction_timestamp": "2023-11-09T23:58:14", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/325355235/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/coin_supply.json deleted file mode 100644 index c62005bbf..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 453498957, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "108125185789884776", - "transaction_timestamp": "2024-02-16T00:04:25", - "transaction_epoch": 5918 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/current_fungible_asset_balances.json deleted file mode 100644 index 0b46b3c7d..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xac2efa79a46a761f0b9ccf0e50d594cdfb2259d8f620e8d19ea5e11545b09678", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "8461800", - "last_transaction_timestamp": "2024-02-16T00:04:25", - "last_transaction_version": 453498957, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_activities.json deleted file mode 100644 index 067632c89..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 453498957, - "event_index": -1, - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "storage_id": "0xac2efa79a46a761f0b9ccf0e50d594cdfb2259d8f620e8d19ea5e11545b09678", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "101300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a::test2::mint_nft_batch", - "block_height": 146272590, - "token_standard": "v1", - "transaction_timestamp": "2024-02-16T00:04:25", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_balances.json deleted file mode 100644 index ab1f7a885..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 453498957, - "write_set_change_index": 4, - "storage_id": "0xac2efa79a46a761f0b9ccf0e50d594cdfb2259d8f620e8d19ea5e11545b09678", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "8461800", - "transaction_timestamp": "2024-02-16T00:04:25", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/453498957/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/coin_supply.json deleted file mode 100644 index a63b03d13..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 508365567, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "108655487588791357", - "transaction_timestamp": "2024-03-19T08:05:56", - "transaction_epoch": 6306 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/current_fungible_asset_balances.json deleted file mode 100644 index db2f5c020..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/current_fungible_asset_balances.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "storage_id": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_primary": false, - "is_frozen": false, - "amount": "5329839355263", - "last_transaction_timestamp": "2024-03-19T08:05:56", - "last_transaction_version": 508365567, - "token_standard": "v2" - }, - { - "storage_id": "0x47d0667a73feb419078a317784f803b7daebd3f6150c783cf3cfd194b966cc15", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "640250", - "last_transaction_timestamp": "2024-03-19T08:05:56", - "last_transaction_version": 508365567, - "token_standard": "v1" - }, - { - "storage_id": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_primary": true, - "is_frozen": false, - "amount": "0", - "last_transaction_timestamp": "2024-03-19T08:05:56", - "last_transaction_version": 508365567, - "token_standard": "v2" - }, - { - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_primary": false, - "is_frozen": true, - "amount": "14644184", - "last_transaction_timestamp": "2024-03-19T08:05:56", - "last_transaction_version": 508365567, - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_activities.json deleted file mode 100644 index 16b9023d3..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_activities.json +++ /dev/null @@ -1,74 +0,0 @@ -[ - { - "transaction_version": 508365567, - "event_index": -1, - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "storage_id": "0x47d0667a73feb419078a317784f803b7daebd3f6150c783cf3cfd194b966cc15", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "67600", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "block_height": 159068756, - "token_standard": "v1", - "transaction_timestamp": "2024-03-19T08:05:56", - "storage_refund_amount": "0" - }, - { - "transaction_version": 508365567, - "event_index": 0, - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "storage_id": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_frozen": null, - "amount": "14644184", - "type_": "0x1::fungible_asset::WithdrawEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "block_height": 159068756, - "token_standard": "v2", - "transaction_timestamp": "2024-03-19T08:05:56", - "storage_refund_amount": "0" - }, - { - "transaction_version": 508365567, - "event_index": 2, - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_frozen": null, - "amount": "14644184", - "type_": "0x1::fungible_asset::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "block_height": 159068756, - "token_standard": "v2", - "transaction_timestamp": "2024-03-19T08:05:56", - "storage_refund_amount": "0" - }, - { - "transaction_version": 508365567, - "event_index": 3, - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_frozen": true, - "amount": null, - "type_": "0x1::fungible_asset::FrozenEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "block_height": 159068756, - "token_standard": "v2", - "transaction_timestamp": "2024-03-19T08:05:56", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_balances.json deleted file mode 100644 index 3c6489ae0..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_balances.json +++ /dev/null @@ -1,50 +0,0 @@ -[ - { - "transaction_version": 508365567, - "write_set_change_index": 1, - "storage_id": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_primary": false, - "is_frozen": false, - "amount": "5329839355263", - "transaction_timestamp": "2024-03-19T08:05:56", - "token_standard": "v2" - }, - { - "transaction_version": 508365567, - "write_set_change_index": 8, - "storage_id": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_primary": true, - "is_frozen": false, - "amount": "0", - "transaction_timestamp": "2024-03-19T08:05:56", - "token_standard": "v2" - }, - { - "transaction_version": 508365567, - "write_set_change_index": 10, - "storage_id": "0x47d0667a73feb419078a317784f803b7daebd3f6150c783cf3cfd194b966cc15", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "640250", - "transaction_timestamp": "2024-03-19T08:05:56", - "token_standard": "v1" - }, - { - "transaction_version": 508365567, - "write_set_change_index": 13, - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "asset_type": "0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12", - "is_primary": false, - "is_frozen": true, - "amount": "14644184", - "transaction_timestamp": "2024-03-19T08:05:56", - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/508365567/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/coin_supply.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/coin_supply.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/current_fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/current_fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/513424821/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/coin_supply.json deleted file mode 100644 index 70f8e4798..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 537250181, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "108925890145365759", - "transaction_timestamp": "2024-04-04T22:38:56", - "transaction_epoch": 6505 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/current_fungible_asset_balances.json deleted file mode 100644 index 2034881ce..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xb56a23e747e41780163d26ec5bc9c5da845f81670cfbb8986afd67209d82ef24", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "844377100", - "last_transaction_timestamp": "2024-04-04T22:38:56", - "last_transaction_version": 537250181, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_activities.json deleted file mode 100644 index 075619a17..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 537250181, - "event_index": -1, - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "storage_id": "0xb56a23e747e41780163d26ec5bc9c5da845f81670cfbb8986afd67209d82ef24", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "71800", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4::aptos_token::mint", - "block_height": 165399051, - "token_standard": "v1", - "transaction_timestamp": "2024-04-04T22:38:56", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_balances.json deleted file mode 100644 index 97326b576..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 537250181, - "write_set_change_index": 9, - "storage_id": "0xb56a23e747e41780163d26ec5bc9c5da845f81670cfbb8986afd67209d82ef24", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "844377100", - "transaction_timestamp": "2024-04-04T22:38:56", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/537250181/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/coin_supply.json deleted file mode 100644 index ea4a7ffbd..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 578366445, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "109362269591398320", - "transaction_timestamp": "2024-04-30T23:50:44", - "transaction_epoch": 6827 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/current_fungible_asset_balances.json deleted file mode 100644 index 927c58fd5..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x33c6e7b8c756d53f34390f3932eef245f708e0d21e72f1b9fae787a41242d0d5", - "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "1222553200", - "last_transaction_timestamp": "2024-04-30T23:50:44", - "last_transaction_version": 578366445, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_activities.json deleted file mode 100644 index c2f314abc..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 578366445, - "event_index": -1, - "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "storage_id": "0x33c6e7b8c756d53f34390f3932eef245f708e0d21e72f1b9fae787a41242d0d5", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "900", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4::aptos_token::burn", - "block_height": 174826957, - "token_standard": "v1", - "transaction_timestamp": "2024-04-30T23:50:44", - "storage_refund_amount": "75160" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_balances.json deleted file mode 100644 index fd2abfc97..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 578366445, - "write_set_change_index": 5, - "storage_id": "0x33c6e7b8c756d53f34390f3932eef245f708e0d21e72f1b9fae787a41242d0d5", - "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "1222553200", - "transaction_timestamp": "2024-04-30T23:50:44", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/578366445/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/coin_supply.json deleted file mode 100644 index d739b594f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 602320562, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "109588276694972701", - "transaction_timestamp": "2024-05-15T00:13:40", - "transaction_epoch": 6996 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/current_fungible_asset_balances.json deleted file mode 100644 index 2e9347908..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x8f9f5b7c7c8b19563b9fdfab2be118555835146b15d47d01328b43516f61e52b", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "1175964450", - "last_transaction_timestamp": "2024-05-15T00:13:40", - "last_transaction_version": 602320562, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_activities.json deleted file mode 100644 index d02f74f16..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 602320562, - "event_index": -1, - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "storage_id": "0x8f9f5b7c7c8b19563b9fdfab2be118555835146b15d47d01328b43516f61e52b", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "73600", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4::aptos_token::mint", - "block_height": 179784414, - "token_standard": "v1", - "transaction_timestamp": "2024-05-15T00:13:40", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_balances.json deleted file mode 100644 index 4ddf9f597..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 602320562, - "write_set_change_index": 5, - "storage_id": "0x8f9f5b7c7c8b19563b9fdfab2be118555835146b15d47d01328b43516f61e52b", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "1175964450", - "transaction_timestamp": "2024-05-15T00:13:40", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/602320562/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/coin_supply.json deleted file mode 100644 index 4ccd84490..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 967255533, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "109947820651494579", - "transaction_timestamp": "2024-06-06T04:43:15", - "transaction_epoch": 7267 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/current_fungible_asset_balances.json deleted file mode 100644 index 7e107b680..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x1775ebfaab20c03d727afb3753513ae1a8fc2b35807d262658b3b5abe9c78863", - "owner_address": "0x08c9f3cc69b110791747d4d2be794bd2cdc003d1fc50af399bf4aabfde8aafc9", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "87281131", - "last_transaction_timestamp": "2024-06-06T04:43:15", - "last_transaction_version": 967255533, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_activities.json deleted file mode 100644 index 6da3eae55..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 967255533, - "event_index": -1, - "owner_address": "0x08c9f3cc69b110791747d4d2be794bd2cdc003d1fc50af399bf4aabfde8aafc9", - "storage_id": "0x1775ebfaab20c03d727afb3753513ae1a8fc2b35807d262658b3b5abe9c78863", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "4000", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0xa8a3cdff3068ee47cb0419cbd93ad1f71bdabb50431fc0f5b971a00c613b13d2::odyssey_v2::update_token_uri", - "block_height": 187592972, - "token_standard": "v1", - "transaction_timestamp": "2024-06-06T04:43:15", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_balances.json deleted file mode 100644 index 2d2381e4a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 967255533, - "write_set_change_index": 0, - "storage_id": "0x1775ebfaab20c03d727afb3753513ae1a8fc2b35807d262658b3b5abe9c78863", - "owner_address": "0x08c9f3cc69b110791747d4d2be794bd2cdc003d1fc50af399bf4aabfde8aafc9", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "87281131", - "transaction_timestamp": "2024-06-06T04:43:15", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/967255533/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/coin_supply.json deleted file mode 100644 index bab49b88c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 999929475, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "110269921639741626", - "transaction_timestamp": "2024-06-25T23:55:53", - "transaction_epoch": 7509 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/current_fungible_asset_balances.json deleted file mode 100644 index 02be6d1fc..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/current_fungible_asset_balances.json +++ /dev/null @@ -1,90 +0,0 @@ -[ - { - "storage_id": "0x12aee8d4b8ba1ff0b7b943fe2db30bdde3f3d52f83912e92a90c4610e11c1412", - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "114994000", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v1" - }, - { - "storage_id": "0x2283606d1303cb8c6df599a6b7d0cec85873d747d5db2f2142b594c2db9d83ad", - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "asset_type": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "is_primary": true, - "is_frozen": false, - "amount": "162105637", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v1" - }, - { - "storage_id": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "asset_type": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "is_primary": false, - "is_frozen": false, - "amount": "1000", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v2" - }, - { - "storage_id": "0x3e10c1bcedce2b6f6a51cf44682309fcb159151f4fcd8d1e5403cf5fa3d607b2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "111198107496469", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v1" - }, - { - "storage_id": "0x809c69006e5492c65a1d4b273c65318fb482bed7988c75c48b96d283263ba029", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "asset_type": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "is_primary": true, - "is_frozen": false, - "amount": "2060898834867", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v1" - }, - { - "storage_id": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "asset_type": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "is_primary": false, - "is_frozen": false, - "amount": "429891425615", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v2" - }, - { - "storage_id": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "is_primary": false, - "is_frozen": false, - "amount": "6184986629106", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v2" - }, - { - "storage_id": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "is_primary": false, - "is_frozen": false, - "amount": "5880750526", - "last_transaction_timestamp": "2024-06-25T23:55:53", - "last_transaction_version": 999929475, - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_activities.json deleted file mode 100644 index 7aafc7a90..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_activities.json +++ /dev/null @@ -1,146 +0,0 @@ -[ - { - "transaction_version": 999929475, - "event_index": -1, - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "storage_id": "0x12aee8d4b8ba1ff0b7b943fe2db30bdde3f3d52f83912e92a90c4610e11c1412", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "6000", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v1", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 0, - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "storage_id": "0x12aee8d4b8ba1ff0b7b943fe2db30bdde3f3d52f83912e92a90c4610e11c1412", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "2333720700", - "type_": "0x1::coin::WithdrawEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v1", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 1, - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "storage_id": "0x3e10c1bcedce2b6f6a51cf44682309fcb159151f4fcd8d1e5403cf5fa3d607b2", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "2333720700", - "type_": "0x1::coin::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v1", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 2, - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "storage_id": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "is_frozen": null, - "amount": "2331386980", - "type_": "0x1::fungible_asset::Deposit", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v2", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 3, - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "storage_id": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "is_frozen": null, - "amount": "2333720", - "type_": "0x1::fungible_asset::Deposit", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v2", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 4, - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "storage_id": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "asset_type": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "is_frozen": null, - "amount": "162105637", - "type_": "0x1::fungible_asset::Withdraw", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v2", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 7, - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "storage_id": "0x809c69006e5492c65a1d4b273c65318fb482bed7988c75c48b96d283263ba029", - "asset_type": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "is_frozen": null, - "amount": "162105637", - "type_": "0x1::coin::WithdrawEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v1", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - }, - { - "transaction_version": 999929475, - "event_index": 8, - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "storage_id": "0x2283606d1303cb8c6df599a6b7d0cec85873d747d5db2f2142b594c2db9d83ad", - "asset_type": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "is_frozen": null, - "amount": "162105637", - "type_": "0x1::coin::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "block_height": 194508912, - "token_standard": "v1", - "transaction_timestamp": "2024-06-25T23:55:53", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_balances.json deleted file mode 100644 index 5d96311a9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_balances.json +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "transaction_version": 999929475, - "write_set_change_index": 1, - "storage_id": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "asset_type": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "is_primary": false, - "is_frozen": false, - "amount": "1000", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v2" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 8, - "storage_id": "0x3e10c1bcedce2b6f6a51cf44682309fcb159151f4fcd8d1e5403cf5fa3d607b2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "111198107496469", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v1" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 9, - "storage_id": "0x809c69006e5492c65a1d4b273c65318fb482bed7988c75c48b96d283263ba029", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "asset_type": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "is_primary": true, - "is_frozen": false, - "amount": "2060898834867", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v1" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 15, - "storage_id": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "asset_type": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "is_primary": false, - "is_frozen": false, - "amount": "429891425615", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v2" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 18, - "storage_id": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "is_primary": false, - "is_frozen": false, - "amount": "6184986629106", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v2" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 21, - "storage_id": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "is_primary": false, - "is_frozen": false, - "amount": "5880750526", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v2" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 23, - "storage_id": "0x12aee8d4b8ba1ff0b7b943fe2db30bdde3f3d52f83912e92a90c4610e11c1412", - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "114994000", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v1" - }, - { - "transaction_version": 999929475, - "write_set_change_index": 24, - "storage_id": "0x2283606d1303cb8c6df599a6b7d0cec85873d747d5db2f2142b594c2db9d83ad", - "owner_address": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "asset_type": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC", - "is_primary": true, - "is_frozen": false, - "amount": "162105637", - "transaction_timestamp": "2024-06-25T23:55:53", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_metadata.json deleted file mode 100644 index 364b04762..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999929475/fungible_asset_metadata.json +++ /dev/null @@ -1,53 +0,0 @@ -[ - { - "asset_type": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "creator_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "name": "LP-USDC-APT", - "symbol": "LP", - "decimals": 8, - "icon_uri": "", - "project_uri": "", - "last_transaction_version": 999929475, - "last_transaction_timestamp": "2024-06-25T23:55:53", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v2", - "maximum_v2": null, - "is_token_v2": null, - "supply_v2": "1597732577821" - }, - { - "asset_type": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "creator_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "name": "USD Coin", - "symbol": "USDC", - "decimals": 6, - "icon_uri": "", - "project_uri": "", - "last_transaction_version": 999929475, - "last_transaction_timestamp": "2024-06-25T23:55:53", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v2", - "maximum_v2": null, - "is_token_v2": null, - "supply_v2": "2060898834867" - }, - { - "asset_type": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "creator_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "name": "Aptos Coin", - "symbol": "APT", - "decimals": 8, - "icon_uri": "", - "project_uri": "", - "last_transaction_version": 999929475, - "last_transaction_timestamp": "2024-06-25T23:55:53", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v2", - "maximum_v2": null, - "is_token_v2": null, - "supply_v2": "111198107496469" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/coin_supply.json deleted file mode 100644 index de830ad4c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 999930475, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "110269921622761956", - "transaction_timestamp": "2024-06-25T23:56:58", - "transaction_epoch": 7509 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/current_fungible_asset_balances.json deleted file mode 100644 index 08d60ae51..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xac293dd437263292d7574f1d880250a5f96340af924953985de5513df5c43792", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "120025850", - "last_transaction_timestamp": "2024-06-25T23:56:58", - "last_transaction_version": 999930475, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_activities.json deleted file mode 100644 index 6e026af3b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 999930475, - "event_index": -1, - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "storage_id": "0xac293dd437263292d7574f1d880250a5f96340af924953985de5513df5c43792", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "73600", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x4::aptos_token::mint", - "block_height": 194509179, - "token_standard": "v1", - "transaction_timestamp": "2024-06-25T23:56:58", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_balances.json deleted file mode 100644 index 0962e3292..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 999930475, - "write_set_change_index": 10, - "storage_id": "0xac293dd437263292d7574f1d880250a5f96340af924953985de5513df5c43792", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "120025850", - "transaction_timestamp": "2024-06-25T23:56:58", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/fungible_asset_processor/999930475/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1080786089/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1080786089/current_objects.json deleted file mode 100644 index a66503127..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1080786089/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 1080786089, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "owner_address": "0x7e387de2b7e8a29914dc6712cf745de00c7932adcc5fe2316976e48bdf23bb77", - "state_key_hash": "0x82da35424562d1440bd5a141007dfb52836c27972aa29fa29c8aede8d9bdfa61", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 1080786089, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1080786089/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1080786089/objects.json deleted file mode 100644 index 3a2138ba7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1080786089/objects.json +++ /dev/null @@ -1,90 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "write_set_change_index": 0, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 1, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 2, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 3, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 4, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 5, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 6, - "object_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "owner_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "state_key_hash": "0xb222a7a01ea9328075114e4e4f793bf4d30e44183ba5bd888098bf5c9484bd19", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1080786089, - "write_set_change_index": 9, - "object_address": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "owner_address": "0x7e387de2b7e8a29914dc6712cf745de00c7932adcc5fe2316976e48bdf23bb77", - "state_key_hash": "0x82da35424562d1440bd5a141007dfb52836c27972aa29fa29c8aede8d9bdfa61", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/145959468/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/145959468/current_objects.json deleted file mode 100644 index c57a981b6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/145959468/current_objects.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "object_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "state_key_hash": "0x0bf30d18a5c92b35ff20e5a92de934d67b3732179112699e8c6e27699669667e", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 145959468, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/145959468/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/145959468/objects.json deleted file mode 100644 index 924453e70..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/145959468/objects.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "transaction_version": 145959468, - "write_set_change_index": 2, - "object_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "state_key_hash": "0x0bf30d18a5c92b35ff20e5a92de934d67b3732179112699e8c6e27699669667e", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 145959468, - "write_set_change_index": 3, - "object_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "state_key_hash": "0x0bf30d18a5c92b35ff20e5a92de934d67b3732179112699e8c6e27699669667e", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 145959468, - "write_set_change_index": 4, - "object_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "state_key_hash": "0x0bf30d18a5c92b35ff20e5a92de934d67b3732179112699e8c6e27699669667e", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 145959468, - "write_set_change_index": 5, - "object_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "state_key_hash": "0x0bf30d18a5c92b35ff20e5a92de934d67b3732179112699e8c6e27699669667e", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/155112189/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/155112189/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/155112189/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/155112189/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/155112189/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/155112189/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1845035942/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1845035942/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1845035942/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1845035942/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1845035942/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/1845035942/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/current_objects.json deleted file mode 100644 index e88d2bc00..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/current_objects.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "object_address": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "owner_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "state_key_hash": "0xf45d26a295db9ee2d220932bfa9c535fba8fb2a1364dd834b31bec750088289f", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 308783012, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/objects.json deleted file mode 100644 index d6b887427..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/objects.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "transaction_version": 308783012, - "write_set_change_index": 2, - "object_address": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "owner_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "state_key_hash": "0xf45d26a295db9ee2d220932bfa9c535fba8fb2a1364dd834b31bec750088289f", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 308783012, - "write_set_change_index": 3, - "object_address": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "owner_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "state_key_hash": "0xf45d26a295db9ee2d220932bfa9c535fba8fb2a1364dd834b31bec750088289f", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 308783012, - "write_set_change_index": 5, - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 308783012, - "write_set_change_index": 6, - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 308783012, - "write_set_change_index": 7, - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/table_items.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/308783012/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/325355235/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/325355235/current_objects.json deleted file mode 100644 index bfdd4b8cc..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/325355235/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 325355235, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "owner_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "state_key_hash": "0xcea9d892098bd61d40ce77461fbaca49f74cf50ca3fd08fe724a77abdb1051b2", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 325355235, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/325355235/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/325355235/objects.json deleted file mode 100644 index e78a61bfb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/325355235/objects.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "transaction_version": 325355235, - "write_set_change_index": 1, - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 325355235, - "write_set_change_index": 2, - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 325355235, - "write_set_change_index": 3, - "object_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "state_key_hash": "0x89831c962a6d8ef922a58688dd7b949b1b83557241b0de2b1daf874f590b5667", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 325355235, - "write_set_change_index": 6, - "object_address": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "owner_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "state_key_hash": "0xcea9d892098bd61d40ce77461fbaca49f74cf50ca3fd08fe724a77abdb1051b2", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 325355235, - "write_set_change_index": 7, - "object_address": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "owner_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "state_key_hash": "0xcea9d892098bd61d40ce77461fbaca49f74cf50ca3fd08fe724a77abdb1051b2", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/453498957/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/453498957/current_objects.json deleted file mode 100644 index 7fedd0ad0..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/453498957/current_objects.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "object_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "state_key_hash": "0x6bbc1911b821889937cce64f01fbc1f5767302333bf2a969d785bb07eb998192", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 453498957, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "state_key_hash": "0x35017c0f2d9ba3150c1fb30357168cadc940017fcce5822dc541d2afa7fa2330", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 453498957, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "state_key_hash": "0xbf2e089c92283c3977e171bcf5c1523ebc49efe6a5799810f215a6ab29b5115c", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 453498957, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/453498957/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/453498957/objects.json deleted file mode 100644 index 1b08d79e7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/453498957/objects.json +++ /dev/null @@ -1,145 +0,0 @@ -[ - { - "transaction_version": 453498957, - "write_set_change_index": 0, - "object_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "state_key_hash": "0x6bbc1911b821889937cce64f01fbc1f5767302333bf2a969d785bb07eb998192", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 1, - "object_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "state_key_hash": "0x6bbc1911b821889937cce64f01fbc1f5767302333bf2a969d785bb07eb998192", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 2, - "object_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "state_key_hash": "0x6bbc1911b821889937cce64f01fbc1f5767302333bf2a969d785bb07eb998192", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 3, - "object_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "state_key_hash": "0x6bbc1911b821889937cce64f01fbc1f5767302333bf2a969d785bb07eb998192", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 6, - "object_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "state_key_hash": "0x35017c0f2d9ba3150c1fb30357168cadc940017fcce5822dc541d2afa7fa2330", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 7, - "object_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "state_key_hash": "0x35017c0f2d9ba3150c1fb30357168cadc940017fcce5822dc541d2afa7fa2330", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 8, - "object_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "state_key_hash": "0x35017c0f2d9ba3150c1fb30357168cadc940017fcce5822dc541d2afa7fa2330", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 9, - "object_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "state_key_hash": "0x35017c0f2d9ba3150c1fb30357168cadc940017fcce5822dc541d2afa7fa2330", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 10, - "object_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "state_key_hash": "0xbf2e089c92283c3977e171bcf5c1523ebc49efe6a5799810f215a6ab29b5115c", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 453498957, - "write_set_change_index": 11, - "object_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "state_key_hash": "0xbf2e089c92283c3977e171bcf5c1523ebc49efe6a5799810f215a6ab29b5115c", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 453498957, - "write_set_change_index": 12, - "object_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "state_key_hash": "0xbf2e089c92283c3977e171bcf5c1523ebc49efe6a5799810f215a6ab29b5115c", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 453498957, - "write_set_change_index": 13, - "object_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "state_key_hash": "0xbf2e089c92283c3977e171bcf5c1523ebc49efe6a5799810f215a6ab29b5115c", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 453498957, - "write_set_change_index": 14, - "object_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "state_key_hash": "0xbf2e089c92283c3977e171bcf5c1523ebc49efe6a5799810f215a6ab29b5115c", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/508365567/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/508365567/current_objects.json deleted file mode 100644 index cd784d206..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/508365567/current_objects.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842631", - "last_transaction_version": 508365567, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x10b456210632d2d0221555bc50b321ec52a6653f253586a0ea96a22cfb302ac9", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 508365567, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842629", - "last_transaction_version": 508365567, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/508365567/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/508365567/objects.json deleted file mode 100644 index 10a6c2c61..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/508365567/objects.json +++ /dev/null @@ -1,167 +0,0 @@ -[ - { - "transaction_version": 508365567, - "write_set_change_index": 0, - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "guid_creation_num": "1125899906842631", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 1, - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "guid_creation_num": "1125899906842631", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 2, - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "guid_creation_num": "1125899906842631", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 3, - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "guid_creation_num": "1125899906842631", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 4, - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "guid_creation_num": "1125899906842631", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 5, - "object_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x0f1171673d2e6e812b4b2f0f5f14fa026a4716240f00240f456d1d8a07ea19e8", - "guid_creation_num": "1125899906842631", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 7, - "object_address": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x10b456210632d2d0221555bc50b321ec52a6653f253586a0ea96a22cfb302ac9", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 8, - "object_address": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x10b456210632d2d0221555bc50b321ec52a6653f253586a0ea96a22cfb302ac9", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 9, - "object_address": "0xb8ed486274e5078cf814dfd5d377e95333d58593d2eba6a1aa33c1bf9f39bdab", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x10b456210632d2d0221555bc50b321ec52a6653f253586a0ea96a22cfb302ac9", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 508365567, - "write_set_change_index": 12, - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "guid_creation_num": "1125899906842629", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 508365567, - "write_set_change_index": 13, - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "guid_creation_num": "1125899906842629", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 508365567, - "write_set_change_index": 14, - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "guid_creation_num": "1125899906842629", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 508365567, - "write_set_change_index": 15, - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "guid_creation_num": "1125899906842629", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 508365567, - "write_set_change_index": 16, - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "guid_creation_num": "1125899906842629", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 508365567, - "write_set_change_index": 17, - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "guid_creation_num": "1125899906842629", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/513424821/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/513424821/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/513424821/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/513424821/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/513424821/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/513424821/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/537250181/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/537250181/current_objects.json deleted file mode 100644 index 360b9c2d2..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/537250181/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0xf98b9b9994f8f5060a0bbc0d6758927d92ba59ee6d6dc0607d653ef7cd382118", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 537250181, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0x0a9eab47710801487ee97446da0337c850a71f76b137fc723581df8da89c72f9", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 537250181, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/537250181/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/537250181/objects.json deleted file mode 100644 index 2fb781efe..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/537250181/objects.json +++ /dev/null @@ -1,101 +0,0 @@ -[ - { - "transaction_version": 537250181, - "write_set_change_index": 0, - "object_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0xf98b9b9994f8f5060a0bbc0d6758927d92ba59ee6d6dc0607d653ef7cd382118", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 537250181, - "write_set_change_index": 1, - "object_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0xf98b9b9994f8f5060a0bbc0d6758927d92ba59ee6d6dc0607d653ef7cd382118", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 537250181, - "write_set_change_index": 2, - "object_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0xf98b9b9994f8f5060a0bbc0d6758927d92ba59ee6d6dc0607d653ef7cd382118", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 537250181, - "write_set_change_index": 3, - "object_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0xf98b9b9994f8f5060a0bbc0d6758927d92ba59ee6d6dc0607d653ef7cd382118", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 537250181, - "write_set_change_index": 4, - "object_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0xf98b9b9994f8f5060a0bbc0d6758927d92ba59ee6d6dc0607d653ef7cd382118", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 537250181, - "write_set_change_index": 5, - "object_address": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0x0a9eab47710801487ee97446da0337c850a71f76b137fc723581df8da89c72f9", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 537250181, - "write_set_change_index": 6, - "object_address": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0x0a9eab47710801487ee97446da0337c850a71f76b137fc723581df8da89c72f9", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 537250181, - "write_set_change_index": 7, - "object_address": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0x0a9eab47710801487ee97446da0337c850a71f76b137fc723581df8da89c72f9", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 537250181, - "write_set_change_index": 8, - "object_address": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "state_key_hash": "0x0a9eab47710801487ee97446da0337c850a71f76b137fc723581df8da89c72f9", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/602320562/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/602320562/current_objects.json deleted file mode 100644 index 61852a5a9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/602320562/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x080bc6227f89a2b3eca42b9b80c7c442d024795f7f179b6ed81e6b38a7ae5879", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 602320562, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x15b5b1873c5ab54201076a30a177efdb98d62f7980c0c4169101677b10a0213d", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 602320562, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/602320562/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/602320562/objects.json deleted file mode 100644 index f226d10ac..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/602320562/objects.json +++ /dev/null @@ -1,112 +0,0 @@ -[ - { - "transaction_version": 602320562, - "write_set_change_index": 0, - "object_address": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x080bc6227f89a2b3eca42b9b80c7c442d024795f7f179b6ed81e6b38a7ae5879", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 602320562, - "write_set_change_index": 1, - "object_address": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x080bc6227f89a2b3eca42b9b80c7c442d024795f7f179b6ed81e6b38a7ae5879", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 602320562, - "write_set_change_index": 2, - "object_address": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x080bc6227f89a2b3eca42b9b80c7c442d024795f7f179b6ed81e6b38a7ae5879", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 602320562, - "write_set_change_index": 3, - "object_address": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x080bc6227f89a2b3eca42b9b80c7c442d024795f7f179b6ed81e6b38a7ae5879", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 602320562, - "write_set_change_index": 4, - "object_address": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x080bc6227f89a2b3eca42b9b80c7c442d024795f7f179b6ed81e6b38a7ae5879", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 602320562, - "write_set_change_index": 7, - "object_address": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x15b5b1873c5ab54201076a30a177efdb98d62f7980c0c4169101677b10a0213d", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 602320562, - "write_set_change_index": 8, - "object_address": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x15b5b1873c5ab54201076a30a177efdb98d62f7980c0c4169101677b10a0213d", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 602320562, - "write_set_change_index": 9, - "object_address": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x15b5b1873c5ab54201076a30a177efdb98d62f7980c0c4169101677b10a0213d", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 602320562, - "write_set_change_index": 10, - "object_address": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x15b5b1873c5ab54201076a30a177efdb98d62f7980c0c4169101677b10a0213d", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 602320562, - "write_set_change_index": 11, - "object_address": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "state_key_hash": "0x15b5b1873c5ab54201076a30a177efdb98d62f7980c0c4169101677b10a0213d", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/967255533/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/967255533/current_objects.json deleted file mode 100644 index 669a1d711..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/967255533/current_objects.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 967255533, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/967255533/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/967255533/objects.json deleted file mode 100644 index 406551373..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/967255533/objects.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "transaction_version": 967255533, - "write_set_change_index": 2, - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 967255533, - "write_set_change_index": 3, - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 967255533, - "write_set_change_index": 4, - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 967255533, - "write_set_change_index": 5, - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 967255533, - "write_set_change_index": 6, - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999929475/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999929475/current_objects.json deleted file mode 100644 index 1b385c10b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999929475/current_objects.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842632", - "last_transaction_version": 999929475, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0xe1c41250a0cefcdefa4b063f10537a1788e2acff3e8d09bb1a3827c4c5827412", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 999929475, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0xa8e2b5b712aef28f872ac6843b6da4962cf615d96d0a78e3c093b8af1e4d6f78", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 999929475, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x0bd14a9b7d13ae857fcf245cada40b3a25138adc0f351fb44a853aac9b6ee310", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 999929475, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x12a6c8807f671b00f10528bfbbdfc29a424729e52fd8ecc55a1f2c5776bf22e5", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842628", - "last_transaction_version": 999929475, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0x63c7ef7bb692edfffe5379bbd393b4f87c4cd05c8fd9f97f55370445cf13797f", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 999929475, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999929475/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999929475/objects.json deleted file mode 100644 index 851b9054a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999929475/objects.json +++ /dev/null @@ -1,277 +0,0 @@ -[ - { - "transaction_version": 999929475, - "write_set_change_index": 0, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 1, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 2, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 3, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 4, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 5, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 6, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 7, - "object_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "state_key_hash": "0x706b801b5e16677cc713c617e84fd435b622adfce970de0e4a2b45bb08554a56", - "guid_creation_num": "1125899906842632", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 10, - "object_address": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0xe1c41250a0cefcdefa4b063f10537a1788e2acff3e8d09bb1a3827c4c5827412", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 11, - "object_address": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0xe1c41250a0cefcdefa4b063f10537a1788e2acff3e8d09bb1a3827c4c5827412", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 12, - "object_address": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0xe1c41250a0cefcdefa4b063f10537a1788e2acff3e8d09bb1a3827c4c5827412", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 13, - "object_address": "0x50fdfa97914bd00b656e3041e143f157c84931eb1ca7224b8a8570e7d5be70f2", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0xe1c41250a0cefcdefa4b063f10537a1788e2acff3e8d09bb1a3827c4c5827412", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 14, - "object_address": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0xa8e2b5b712aef28f872ac6843b6da4962cf615d96d0a78e3c093b8af1e4d6f78", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 15, - "object_address": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0xa8e2b5b712aef28f872ac6843b6da4962cf615d96d0a78e3c093b8af1e4d6f78", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 16, - "object_address": "0x89cee32338902b6f79f9c75c317d32ac061771817c0d5b0802f97ec44ebfc7d4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0xa8e2b5b712aef28f872ac6843b6da4962cf615d96d0a78e3c093b8af1e4d6f78", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 17, - "object_address": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x0bd14a9b7d13ae857fcf245cada40b3a25138adc0f351fb44a853aac9b6ee310", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 18, - "object_address": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x0bd14a9b7d13ae857fcf245cada40b3a25138adc0f351fb44a853aac9b6ee310", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 19, - "object_address": "0x9120a6a57b1463607f27c140b3a8c5542c74a2411d632eb6f25bab0b40a987a4", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x0bd14a9b7d13ae857fcf245cada40b3a25138adc0f351fb44a853aac9b6ee310", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 20, - "object_address": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x12a6c8807f671b00f10528bfbbdfc29a424729e52fd8ecc55a1f2c5776bf22e5", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 21, - "object_address": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x12a6c8807f671b00f10528bfbbdfc29a424729e52fd8ecc55a1f2c5776bf22e5", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 22, - "object_address": "0x97325d3a5abbfe422b8dece076302efd20c0a2dc5c2a5b7954ba8cc203d2f08e", - "owner_address": "0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c", - "state_key_hash": "0x12a6c8807f671b00f10528bfbbdfc29a424729e52fd8ecc55a1f2c5776bf22e5", - "guid_creation_num": "1125899906842628", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 26, - "object_address": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0x63c7ef7bb692edfffe5379bbd393b4f87c4cd05c8fd9f97f55370445cf13797f", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 27, - "object_address": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0x63c7ef7bb692edfffe5379bbd393b4f87c4cd05c8fd9f97f55370445cf13797f", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 28, - "object_address": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0x63c7ef7bb692edfffe5379bbd393b4f87c4cd05c8fd9f97f55370445cf13797f", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999929475, - "write_set_change_index": 29, - "object_address": "0xedc2704f2cef417a06d1756a04a16a9fa6faaed13af469be9cdfcac5a21a8e2e", - "owner_address": "0x3b38735644d0be8ac37ebd84a1e42fa5c2487495ef8782f6c694b1a147f82426", - "state_key_hash": "0x63c7ef7bb692edfffe5379bbd393b4f87c4cd05c8fd9f97f55370445cf13797f", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999930475/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999930475/current_objects.json deleted file mode 100644 index 155236de7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999930475/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xe899538195515f9c024582030517823682ad9bffa633c870aa30a7315e7b0745", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 999930475, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xfcd38e968125fdf9431d81e680626e780be5ba9bbbdcb8b2ea549e55f0eab292", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842626", - "last_transaction_version": 999930475, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999930475/objects.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999930475/objects.json deleted file mode 100644 index 0bedd0cc4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/999930475/objects.json +++ /dev/null @@ -1,112 +0,0 @@ -[ - { - "transaction_version": 999930475, - "write_set_change_index": 0, - "object_address": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xe899538195515f9c024582030517823682ad9bffa633c870aa30a7315e7b0745", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 999930475, - "write_set_change_index": 1, - "object_address": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xe899538195515f9c024582030517823682ad9bffa633c870aa30a7315e7b0745", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 999930475, - "write_set_change_index": 2, - "object_address": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xe899538195515f9c024582030517823682ad9bffa633c870aa30a7315e7b0745", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 999930475, - "write_set_change_index": 3, - "object_address": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xe899538195515f9c024582030517823682ad9bffa633c870aa30a7315e7b0745", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 999930475, - "write_set_change_index": 4, - "object_address": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xe899538195515f9c024582030517823682ad9bffa633c870aa30a7315e7b0745", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 999930475, - "write_set_change_index": 5, - "object_address": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xfcd38e968125fdf9431d81e680626e780be5ba9bbbdcb8b2ea549e55f0eab292", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999930475, - "write_set_change_index": 6, - "object_address": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xfcd38e968125fdf9431d81e680626e780be5ba9bbbdcb8b2ea549e55f0eab292", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999930475, - "write_set_change_index": 7, - "object_address": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xfcd38e968125fdf9431d81e680626e780be5ba9bbbdcb8b2ea549e55f0eab292", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999930475, - "write_set_change_index": 8, - "object_address": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xfcd38e968125fdf9431d81e680626e780be5ba9bbbdcb8b2ea549e55f0eab292", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 999930475, - "write_set_change_index": 9, - "object_address": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "state_key_hash": "0xfcd38e968125fdf9431d81e680626e780be5ba9bbbdcb8b2ea549e55f0eab292", - "guid_creation_num": "1125899906842626", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1080786089/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/145959468/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/155112189/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/1845035942/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/308783012/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/325355235/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/453498957/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/508365567/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/513424821/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/537250181/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/578366445/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/602320562/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/967255533/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999929475/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/stake_processor/999930475/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/collections_v2.json deleted file mode 100644 index ca74acd91..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "write_set_change_index": 1, - "collection_id": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "creator_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "collection_name": "SuperV Sidekick Capsules", - "description": "The Sidekick Capsules Collection for Supervillain: Idle RPG. Consuming a capsule yields a random Sidekick, which can be used in Supervillain: Idle RPG.", - "uri": "https://public.vir.supervlabs.io/virweb/nft/capsules/collection.png", - "current_supply": "20029", - "max_supply": null, - "total_minted_v2": "103227", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-08-07T09:56:34.211969", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_collections_v2.json deleted file mode 100644 index b71ad6968..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "creator_address": "0x09d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6", - "collection_name": "SuperV Sidekick Capsules", - "description": "The Sidekick Capsules Collection for Supervillain: Idle RPG. Consuming a capsule yields a random Sidekick, which can be used in Supervillain: Idle RPG.", - "uri": "https://public.vir.supervlabs.io/virweb/nft/capsules/collection.png", - "current_supply": "20029", - "max_supply": null, - "total_minted_v2": "103227", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 1080786089, - "last_transaction_timestamp": "2024-08-07T09:56:34.211969", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_datas_v2.json deleted file mode 100644 index 899ca4035..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "collection_id": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "token_name": "", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "", - "description": "", - "token_properties": null, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 1080786089, - "last_transaction_timestamp": "2024-08-07T09:56:34.211969", - "is_deleted_v2": true, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_ownerships_v2.json deleted file mode 100644 index 484bea339..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "property_version_v1": "0", - "owner_address": "0x7e387de2b7e8a29914dc6712cf745de00c7932adcc5fe2316976e48bdf23bb77", - "storage_id": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": true, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 1080786089, - "last_transaction_timestamp": "2024-08-07T09:56:34.211969", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_activities_v2.json deleted file mode 100644 index 3e742b48f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_activities_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "event_index": 0, - "event_account_address": "0x21d71e37dd165ee34e44086bed0832d9b30941e58f0b50beee8b5772e51ae2e8", - "token_data_id": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "property_version_v1": "0", - "type_": "0x4::collection::BurnEvent", - "from_address": "0x7e387de2b7e8a29914dc6712cf745de00c7932adcc5fe2316976e48bdf23bb77", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x9d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6::sidekick_capsule::delete", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-08-07T09:56:34.211969" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_ownerships_v2.json deleted file mode 100644 index c56d80e61..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1080786089/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "write_set_change_index": 9, - "token_data_id": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "property_version_v1": "0", - "owner_address": "0x7e387de2b7e8a29914dc6712cf745de00c7932adcc5fe2316976e48bdf23bb77", - "storage_id": "0xf90eabf85b23988baf34872795c9cdd4ad777126d572e6befaa519b0effc2db6", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": true, - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-08-07T09:56:34.211969", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_datas_v2.json deleted file mode 100644 index 57500cd43..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "collection_id": "0x139e21974cb4ee185b95708bebd571d77cec25e51df5ebd242712ed09bda8ca4", - "token_name": "", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://arweave.net/Nx1YbpdKDS98x_JE0iuaNSAnwZ1rcf2r4MMvbjz_8uA", - "description": "", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 145959468, - "last_transaction_timestamp": "2023-05-22T20:59:44.834006", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_ownerships_v2.json deleted file mode 100644 index b02bfd227..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_ownerships_v2.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "storage_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 145959468, - "last_transaction_timestamp": "2023-05-22T20:59:44.834006", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "owner_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "storage_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 145959468, - "last_transaction_timestamp": "2023-05-22T20:59:44.834006", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_activities_v2.json deleted file mode 100644 index b3a3e3b2b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_activities_v2.json +++ /dev/null @@ -1,70 +0,0 @@ -[ - { - "transaction_version": 145959468, - "event_index": 0, - "event_account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "type_": "0x4::token::MutationEvent", - "from_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "to_address": null, - "token_amount": "0", - "before_value": "Undefined", - "after_value": "", - "entry_function_id_str": null, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-05-22T20:59:44.834006" - }, - { - "transaction_version": 145959468, - "event_index": 1, - "event_account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "type_": "0x4::token::MutationEvent", - "from_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "to_address": null, - "token_amount": "0", - "before_value": "Abby", - "after_value": "", - "entry_function_id_str": null, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-05-22T20:59:44.834006" - }, - { - "transaction_version": 145959468, - "event_index": 2, - "event_account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "type_": "0x4::token::MutationEvent", - "from_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "to_address": null, - "token_amount": "0", - "before_value": "https://slack-files.com/T032LMSJ0T0-F058JALVABC-32bc77fbd0", - "after_value": "https://arweave.net/Nx1YbpdKDS98x_JE0iuaNSAnwZ1rcf2r4MMvbjz_8uA", - "entry_function_id_str": null, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-05-22T20:59:44.834006" - }, - { - "transaction_version": 145959468, - "event_index": 3, - "event_account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "type_": "0x1::object::TransferEvent", - "from_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "to_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": null, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-05-22T20:59:44.834006" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_datas_v2.json deleted file mode 100644 index 8be05a0e8..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 145959468, - "write_set_change_index": 5, - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "collection_id": "0x139e21974cb4ee185b95708bebd571d77cec25e51df5ebd242712ed09bda8ca4", - "token_name": "", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://arweave.net/Nx1YbpdKDS98x_JE0iuaNSAnwZ1rcf2r4MMvbjz_8uA", - "token_properties": {}, - "description": "", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2023-05-22T20:59:44.834006", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_ownerships_v2.json deleted file mode 100644 index 37d29734c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/145959468/token_ownerships_v2.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "transaction_version": 145959468, - "write_set_change_index": -3, - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "owner_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "storage_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-05-22T20:59:44.834006", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 145959468, - "write_set_change_index": 5, - "token_data_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "property_version_v1": "0", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "storage_id": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-05-22T20:59:44.834006", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/155112189/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_ownerships_v2.json deleted file mode 100644 index 76130c9f5..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0xca02b5619c4c0bf13691a324bd421eb7a718f1d80ba70fe2fd909a83cae100ed", - "property_version_v1": "0", - "owner_address": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "storage_id": "0xe5f482394040569082220b42ee87f8a626bbaa81f3aebd004322b7d81a75382f", - "amount": "1", - "table_type_v1": "0x3::token::TokenStore", - "token_properties_mutated_v1": {}, - "is_soulbound_v2": null, - "token_standard": "v1", - "is_fungible_v2": null, - "last_transaction_version": 1845035942, - "last_transaction_timestamp": "2024-10-26T18:31:00.902365", - "non_transferrable_by_owner": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_activities_v2.json deleted file mode 100644 index db5bb5c05..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_activities_v2.json +++ /dev/null @@ -1,70 +0,0 @@ -[ - { - "transaction_version": 1845035942, - "event_index": 0, - "event_account_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "token_data_id": "0xca02b5619c4c0bf13691a324bd421eb7a718f1d80ba70fe2fd909a83cae100ed", - "property_version_v1": "0", - "type_": "0x3::token::MintTokenEvent", - "from_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21::LyncCards::mint_nft", - "token_standard": "v1", - "is_fungible_v2": null, - "transaction_timestamp": "2024-10-26T18:31:00.902365" - }, - { - "transaction_version": 1845035942, - "event_index": 1, - "event_account_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "token_data_id": "0xca02b5619c4c0bf13691a324bd421eb7a718f1d80ba70fe2fd909a83cae100ed", - "property_version_v1": "0", - "type_": "0x3::token::DepositEvent", - "from_address": null, - "to_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21::LyncCards::mint_nft", - "token_standard": "v1", - "is_fungible_v2": null, - "transaction_timestamp": "2024-10-26T18:31:00.902365" - }, - { - "transaction_version": 1845035942, - "event_index": 2, - "event_account_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "token_data_id": "0xca02b5619c4c0bf13691a324bd421eb7a718f1d80ba70fe2fd909a83cae100ed", - "property_version_v1": "0", - "type_": "0x3::token::WithdrawEvent", - "from_address": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21::LyncCards::mint_nft", - "token_standard": "v1", - "is_fungible_v2": null, - "transaction_timestamp": "2024-10-26T18:31:00.902365" - }, - { - "transaction_version": 1845035942, - "event_index": 3, - "event_account_address": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "token_data_id": "0xca02b5619c4c0bf13691a324bd421eb7a718f1d80ba70fe2fd909a83cae100ed", - "property_version_v1": "0", - "type_": "0x3::token::DepositEvent", - "from_address": null, - "to_address": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21::LyncCards::mint_nft", - "token_standard": "v1", - "is_fungible_v2": null, - "transaction_timestamp": "2024-10-26T18:31:00.902365" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_ownerships_v2.json deleted file mode 100644 index 3ca61c088..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/1845035942/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 1845035942, - "write_set_change_index": 6, - "token_data_id": "0xca02b5619c4c0bf13691a324bd421eb7a718f1d80ba70fe2fd909a83cae100ed", - "property_version_v1": "0", - "owner_address": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "storage_id": "0xe5f482394040569082220b42ee87f8a626bbaa81f3aebd004322b7d81a75382f", - "amount": "1", - "table_type_v1": "0x3::token::TokenStore", - "token_properties_mutated_v1": {}, - "is_soulbound_v2": null, - "token_standard": "v1", - "is_fungible_v2": null, - "transaction_timestamp": "2024-10-26T18:31:00.902365", - "non_transferrable_by_owner": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/collections_v2.json deleted file mode 100644 index 92186e1f9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 308783012, - "write_set_change_index": 6, - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "creator_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "collection_name": "Lollipop", - "description": "Lollipop NFT Gift", - "uri": "https://chingari.io", - "current_supply": "3723914", - "max_supply": null, - "total_minted_v2": "3723914", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2023-10-24T09:08:03.606880", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_datas_v2.json deleted file mode 100644 index 6e1f419bf..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "token_name": "Lollipop", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://ipfs.io/ipfs/bafybeib5uyxz5ycvakfjjq3zj2qknb2go4fgnqo67snrj6aecjlg4cmwrq/Lollipop.json", - "description": "Lollipop NFT Gift", - "token_properties": null, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 308783012, - "last_transaction_timestamp": "2023-10-24T09:08:03.606880", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_ownerships_v2.json deleted file mode 100644 index df7cb0d9b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_ownerships_v2.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "property_version_v1": "0", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "storage_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 308783012, - "last_transaction_timestamp": "2023-10-24T09:08:03.606880", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "property_version_v1": "0", - "owner_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "storage_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 308783012, - "last_transaction_timestamp": "2023-10-24T09:08:03.606880", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_activities_v2.json deleted file mode 100644 index 0fdaa5eeb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_activities_v2.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "transaction_version": 308783012, - "event_index": 0, - "event_account_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-10-24T09:08:03.606880" - }, - { - "transaction_version": 308783012, - "event_index": 1, - "event_account_address": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "property_version_v1": "0", - "type_": "0x1::object::TransferEvent", - "from_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "to_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-10-24T09:08:03.606880" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_datas_v2.json deleted file mode 100644 index e00356592..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 308783012, - "write_set_change_index": 3, - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "token_name": "Lollipop", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://ipfs.io/ipfs/bafybeib5uyxz5ycvakfjjq3zj2qknb2go4fgnqo67snrj6aecjlg4cmwrq/Lollipop.json", - "token_properties": null, - "description": "Lollipop NFT Gift", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2023-10-24T09:08:03.606880", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_ownerships_v2.json deleted file mode 100644 index 8323ffce1..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/308783012/token_ownerships_v2.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "transaction_version": 308783012, - "write_set_change_index": -1, - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "property_version_v1": "0", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "storage_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-10-24T09:08:03.606880", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 308783012, - "write_set_change_index": 3, - "token_data_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "property_version_v1": "0", - "owner_address": "0x9dbbb06745c8f0242199bf5ce60ace04ff3bad41a9c697440009c9689587e694", - "storage_id": "0x6fd8ee875fb55e03b1f9643d3f229f0b077a71cfe7ffc8ba7e09ff4392950e5c", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-10-24T09:08:03.606880", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/collections_v2.json deleted file mode 100644 index e49331160..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 325355235, - "write_set_change_index": 2, - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "creator_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "collection_name": "Lollipop", - "description": "Lollipop NFT Gift", - "uri": "https://chingari.io", - "current_supply": "4392522", - "max_supply": null, - "total_minted_v2": "4392522", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2023-11-09T23:58:14.442073", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_collections_v2.json deleted file mode 100644 index 7f96641fe..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "creator_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "collection_name": "Lollipop", - "description": "Lollipop NFT Gift", - "uri": "https://chingari.io", - "current_supply": "4392522", - "max_supply": null, - "total_minted_v2": "4392522", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 325355235, - "last_transaction_timestamp": "2023-11-09T23:58:14.442073", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_datas_v2.json deleted file mode 100644 index 715a0fb11..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "token_name": "Lollipop", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://ipfs.io/ipfs/bafybeib5uyxz5ycvakfjjq3zj2qknb2go4fgnqo67snrj6aecjlg4cmwrq/Lollipop.json", - "description": "Lollipop NFT Gift", - "token_properties": null, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 325355235, - "last_transaction_timestamp": "2023-11-09T23:58:14.442073", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_ownerships_v2.json deleted file mode 100644 index f0d56f704..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_ownerships_v2.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "property_version_v1": "0", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "storage_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 325355235, - "last_transaction_timestamp": "2023-11-09T23:58:14.442073", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "property_version_v1": "0", - "owner_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "storage_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 325355235, - "last_transaction_timestamp": "2023-11-09T23:58:14.442073", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_activities_v2.json deleted file mode 100644 index 32420251f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_activities_v2.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "transaction_version": 325355235, - "event_index": 0, - "event_account_address": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-11-09T23:58:14.442073" - }, - { - "transaction_version": 325355235, - "event_index": 1, - "event_account_address": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "property_version_v1": "0", - "type_": "0x1::object::TransferEvent", - "from_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "to_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-11-09T23:58:14.442073" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_datas_v2.json deleted file mode 100644 index 4b870f54f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 325355235, - "write_set_change_index": 7, - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a", - "token_name": "Lollipop", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://ipfs.io/ipfs/bafybeib5uyxz5ycvakfjjq3zj2qknb2go4fgnqo67snrj6aecjlg4cmwrq/Lollipop.json", - "token_properties": null, - "description": "Lollipop NFT Gift", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2023-11-09T23:58:14.442073", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_ownerships_v2.json deleted file mode 100644 index 541390af9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/325355235/token_ownerships_v2.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "transaction_version": 325355235, - "write_set_change_index": -1, - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "property_version_v1": "0", - "owner_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0", - "storage_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-11-09T23:58:14.442073", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 325355235, - "write_set_change_index": 7, - "token_data_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "property_version_v1": "0", - "owner_address": "0xa281f5b2d909bfadf70099f6b9c24369e12c49f9035437526c53cd3e75d6f08f", - "storage_id": "0xff4ab259fd6773861c2046d1f89b5ff944d0229dd9c1f6952a3b6fd2d2885dfa", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2023-11-09T23:58:14.442073", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/collections_v2.json deleted file mode 100644 index 833d0f39a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 453498957, - "write_set_change_index": 12, - "collection_id": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "creator_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "collection_name": "NFT Name", - "description": "NFT Description", - "uri": "https://media.tenor.com/BzQbr22cbwIAAAAi/1inch-1inch-exchange.gif", - "current_supply": "2", - "max_supply": "1000000000", - "total_minted_v2": "2", - "mutable_description": false, - "mutable_uri": false, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_collections_v2.json deleted file mode 100644 index bee1a506a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "creator_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "collection_name": "NFT Name", - "description": "NFT Description", - "uri": "https://media.tenor.com/BzQbr22cbwIAAAAi/1inch-1inch-exchange.gif", - "current_supply": "2", - "max_supply": "1000000000", - "total_minted_v2": "2", - "mutable_description": false, - "mutable_uri": false, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_datas_v2.json deleted file mode 100644 index 313961bff..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_datas_v2.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "collection_id": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "token_name": "NFT Description", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://media.tenor.com/BzQbr22cbwIAAAAi/1inch-1inch-exchange.gif", - "description": "NFT Description", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "is_deleted_v2": false, - "decimals": 0 - }, - { - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "collection_id": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "token_name": "NFT Description", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://media.tenor.com/BzQbr22cbwIAAAAi/1inch-1inch-exchange.gif", - "description": "NFT Description", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_ownerships_v2.json deleted file mode 100644 index 9ff6a21ff..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_ownerships_v2.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "property_version_v1": "0", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "storage_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "property_version_v1": "0", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "storage_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "property_version_v1": "0", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "storage_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "property_version_v1": "0", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "storage_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 453498957, - "last_transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_activities_v2.json deleted file mode 100644 index 52e2284ff..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_activities_v2.json +++ /dev/null @@ -1,70 +0,0 @@ -[ - { - "transaction_version": 453498957, - "event_index": 0, - "event_account_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a::test2::mint_nft_batch", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448" - }, - { - "transaction_version": 453498957, - "event_index": 1, - "event_account_address": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "property_version_v1": "0", - "type_": "0x1::object::TransferEvent", - "from_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "to_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a::test2::mint_nft_batch", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448" - }, - { - "transaction_version": 453498957, - "event_index": 2, - "event_account_address": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a::test2::mint_nft_batch", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448" - }, - { - "transaction_version": 453498957, - "event_index": 3, - "event_account_address": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "property_version_v1": "0", - "type_": "0x1::object::TransferEvent", - "from_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "to_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a::test2::mint_nft_batch", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_datas_v2.json deleted file mode 100644 index 85480340f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_datas_v2.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "transaction_version": 453498957, - "write_set_change_index": 3, - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "collection_id": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "token_name": "NFT Description", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://media.tenor.com/BzQbr22cbwIAAAAi/1inch-1inch-exchange.gif", - "token_properties": {}, - "description": "NFT Description", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "is_deleted_v2": null, - "decimals": 0 - }, - { - "transaction_version": 453498957, - "write_set_change_index": 9, - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "collection_id": "0xbd0ac9755fe762df448ee99e356ebe262c3ec535c2c7d0b835da3709cb22df97", - "token_name": "NFT Description", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://media.tenor.com/BzQbr22cbwIAAAAi/1inch-1inch-exchange.gif", - "token_properties": {}, - "description": "NFT Description", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_ownerships_v2.json deleted file mode 100644 index 4da42fc25..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/453498957/token_ownerships_v2.json +++ /dev/null @@ -1,66 +0,0 @@ -[ - { - "transaction_version": 453498957, - "write_set_change_index": -3, - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "property_version_v1": "0", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "storage_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": -1, - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "property_version_v1": "0", - "owner_address": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "storage_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 3, - "token_data_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "property_version_v1": "0", - "owner_address": "0xf4202dd85700667e130a89af97634266d012a83a7945b2d1640f848cd4556e20", - "storage_id": "0x2a8822cbd320abf7e363a7197626161eaf8b8de51f1da239e84255336b1e8923", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 453498957, - "write_set_change_index": 9, - "token_data_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "property_version_v1": "0", - "owner_address": "0x1746a006565e5b25c20539d429402e652eef906731d00622cda6e3425c1efa73", - "storage_id": "0x41428e9025efe2c2a97de15b25d753ebb19264e8ecee56cb3d9bdd62a19d7a51", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-02-16T00:04:25.089448", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/collections_v2.json deleted file mode 100644 index e32b2f67c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 508365567, - "write_set_change_index": 3, - "collection_id": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "creator_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "collection_name": "Cellana Voting Tokens", - "description": "Cellana Voting Tokens", - "uri": "https://api.cellana.finance/api/v1/ve-nft/uri/", - "current_supply": "127168", - "max_supply": null, - "total_minted_v2": "133445", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-03-19T08:05:56.983680", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_collections_v2.json deleted file mode 100644 index 6176ccd4a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "creator_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "collection_name": "Cellana Voting Tokens", - "description": "Cellana Voting Tokens", - "uri": "https://api.cellana.finance/api/v1/ve-nft/uri/", - "current_supply": "127168", - "max_supply": null, - "total_minted_v2": "133445", - "mutable_description": null, - "mutable_uri": null, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 508365567, - "last_transaction_timestamp": "2024-03-19T08:05:56.983680", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_datas_v2.json deleted file mode 100644 index 07a1ed1ce..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "collection_id": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "token_name": "veCELL", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://api.cellana.finance/api/v1/ve-nft/uri/@0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "description": "NFT representing voting power in Cellana corresponding to $CELL locked up", - "token_properties": null, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 508365567, - "last_transaction_timestamp": "2024-03-19T08:05:56.983680", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_ownerships_v2.json deleted file mode 100644 index 236f09d2f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_ownerships_v2.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 508365567, - "last_transaction_timestamp": "2024-03-19T08:05:56.983680", - "non_transferrable_by_owner": false - }, - { - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 508365567, - "last_transaction_timestamp": "2024-03-19T08:05:56.983680", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_v2_metadata.json deleted file mode 100644 index c1ef7f2a5..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/current_token_v2_metadata.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "resource_type": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::VeCellanaToken", - "data": { - "end_epoch": "2880", - "snapshots": { - "big_vec": { - "vec": [] - }, - "inline_vec": [ - { - "epoch": "2828", - "end_epoch": "2880", - "locked_amount": "14644184" - } - ], - "bucket_size": { - "vec": [] - }, - "inline_capacity": { - "vec": [] - } - }, - "locked_amount": "14644184", - "next_rebase_epoch": "2828" - }, - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "last_transaction_version": 508365567 - }, - { - "object_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "resource_type": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::VeCellanaTokenRefs", - "data": { - "burn_ref": { - "self": { - "vec": [] - }, - "inner": { - "vec": [ - { - "self": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665" - } - ] - } - }, - "transfer_ref": { - "self": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665" - } - }, - "state_key_hash": "0x8ff39c220595e9fcc0bc4c40c6dce4f518e36f8fdbdc9570a33e1942802ba763", - "last_transaction_version": 508365567 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_activities_v2.json deleted file mode 100644 index fe5aa9be1..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_activities_v2.json +++ /dev/null @@ -1,53 +0,0 @@ -[ - { - "transaction_version": 508365567, - "event_index": 1, - "event_account_address": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-03-19T08:05:56.983680" - }, - { - "transaction_version": 508365567, - "event_index": 4, - "event_account_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "type_": "0x1::object::TransferEvent", - "from_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "to_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-03-19T08:05:56.983680" - }, - { - "transaction_version": 508365567, - "event_index": 5, - "event_account_address": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "type_": "0x4::token::MutationEvent", - "from_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "to_address": null, - "token_amount": "0", - "before_value": "https://api.cellana.finance/api/v1/ve-nft/uri/", - "after_value": "https://api.cellana.finance/api/v1/ve-nft/uri/@0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-03-19T08:05:56.983680" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_datas_v2.json deleted file mode 100644 index 163b223af..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 508365567, - "write_set_change_index": 15, - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "collection_id": "0x30e2f18b1f9c447e7dadd7a05966e721ab6512b81ee977cb053edb86cc1b1d65", - "token_name": "veCELL", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://api.cellana.finance/api/v1/ve-nft/uri/@0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "token_properties": null, - "description": "NFT representing voting power in Cellana corresponding to $CELL locked up", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-03-19T08:05:56.983680", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_ownerships_v2.json deleted file mode 100644 index df854452d..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/508365567/token_ownerships_v2.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "transaction_version": 508365567, - "write_set_change_index": -4, - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "owner_address": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1", - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-03-19T08:05:56.983680", - "non_transferrable_by_owner": false - }, - { - "transaction_version": 508365567, - "write_set_change_index": 15, - "token_data_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "property_version_v1": "0", - "owner_address": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "storage_id": "0xeaa02d37c4896e95813543a3df80d09863d1a4d91f3f14c02db033f2f7a3f665", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-03-19T08:05:56.983680", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/513424821/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/collections_v2.json deleted file mode 100644 index 93ac99117..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 537250181, - "write_set_change_index": 2, - "collection_id": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "creator_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "collection_name": "STAN EsportsElite Collection V3", - "description": "Welcome to the EsportsElite Collection, where every NFT is a gateway to unparalleled gaming benefits and exclusive experiences. Unleash the full potential of your collection as each NFT comes packed with a multitude of perks, unlocking new levels of excitement and rewards as you ascend from Level 1 to 100. Whether you're a seasoned gamer or a collector seeking the ultimate thrill, the EsportsElite Collection offers an immersive journey through the world of esports, where each NFT upgrade brings you closer to gaming greatness. Join the ranks of the elite and elevate your gaming experience with the EsportsElite Collection.", - "uri": " ", - "current_supply": "30143", - "max_supply": "18446744073709551615", - "total_minted_v2": "30143", - "mutable_description": true, - "mutable_uri": true, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-04-04T22:38:56.926423", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_collections_v2.json deleted file mode 100644 index b70877354..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "creator_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "collection_name": "STAN EsportsElite Collection V3", - "description": "Welcome to the EsportsElite Collection, where every NFT is a gateway to unparalleled gaming benefits and exclusive experiences. Unleash the full potential of your collection as each NFT comes packed with a multitude of perks, unlocking new levels of excitement and rewards as you ascend from Level 1 to 100. Whether you're a seasoned gamer or a collector seeking the ultimate thrill, the EsportsElite Collection offers an immersive journey through the world of esports, where each NFT upgrade brings you closer to gaming greatness. Join the ranks of the elite and elevate your gaming experience with the EsportsElite Collection.", - "uri": " ", - "current_supply": "30143", - "max_supply": "18446744073709551615", - "total_minted_v2": "30143", - "mutable_description": true, - "mutable_uri": true, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 537250181, - "last_transaction_timestamp": "2024-04-04T22:38:56.926423", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_datas_v2.json deleted file mode 100644 index 05b94250a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "collection_id": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "token_name": "TSG Legend", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://bafybeierhssqdg7fv64xkkjuvsq4bikj2yfmuxm4dvb6jxb2un4yw37ohi.ipfs.w3s.link/83.webp", - "description": "This is TSG Legend NFT", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 537250181, - "last_transaction_timestamp": "2024-04-04T22:38:56.926423", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_ownerships_v2.json deleted file mode 100644 index a7b58ea33..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "property_version_v1": "0", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "storage_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 537250181, - "last_transaction_timestamp": "2024-04-04T22:38:56.926423", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_activities_v2.json deleted file mode 100644 index eece624cb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_activities_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "transaction_version": 537250181, - "event_index": 0, - "event_account_address": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "token_data_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x4::aptos_token::mint", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-04-04T22:38:56.926423" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_datas_v2.json deleted file mode 100644 index c436deea2..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 537250181, - "write_set_change_index": 8, - "token_data_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "collection_id": "0x2bed7aeca079697ec1700cc48bee658b2331d80996b05e56dfcb39fae22cbb63", - "token_name": "TSG Legend", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://bafybeierhssqdg7fv64xkkjuvsq4bikj2yfmuxm4dvb6jxb2un4yw37ohi.ipfs.w3s.link/83.webp", - "token_properties": {}, - "description": "This is TSG Legend NFT", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-04-04T22:38:56.926423", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_ownerships_v2.json deleted file mode 100644 index b615735f5..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/537250181/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 537250181, - "write_set_change_index": 8, - "token_data_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "property_version_v1": "0", - "owner_address": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "storage_id": "0x88fbd363b60336c664a3114000d723efffa6f745be049e42ca98aa631b018ac9", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-04-04T22:38:56.926423", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/collections_v2.json deleted file mode 100644 index 1cb96c4c5..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 578366445, - "write_set_change_index": 2, - "collection_id": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", - "creator_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "collection_name": "Aptos Airdrop", - "description": "Congratulations, your account is eligible to receive airdrop tokens!", - "uri": "https://pwncdn.com/nft/img/collection", - "current_supply": "137694", - "max_supply": "1000000000", - "total_minted_v2": "137696", - "mutable_description": false, - "mutable_uri": false, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-04-30T23:50:44.443590", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_collections_v2.json deleted file mode 100644 index 5757f07a0..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", - "creator_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "collection_name": "Aptos Airdrop", - "description": "Congratulations, your account is eligible to receive airdrop tokens!", - "uri": "https://pwncdn.com/nft/img/collection", - "current_supply": "137694", - "max_supply": "1000000000", - "total_minted_v2": "137696", - "mutable_description": false, - "mutable_uri": false, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 578366445, - "last_transaction_timestamp": "2024-04-30T23:50:44.443590", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_datas_v2.json deleted file mode 100644 index 4660cde24..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "collection_id": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", - "token_name": "", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "", - "description": "", - "token_properties": null, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 578366445, - "last_transaction_timestamp": "2024-04-30T23:50:44.443590", - "is_deleted_v2": true, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_ownerships_v2.json deleted file mode 100644 index 7e813d221..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "property_version_v1": "0", - "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "storage_id": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": null, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 578366445, - "last_transaction_timestamp": "2024-04-30T23:50:44.443590", - "non_transferrable_by_owner": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_activities_v2.json deleted file mode 100644 index 51d36b593..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_activities_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "transaction_version": 578366445, - "event_index": 0, - "event_account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "token_data_id": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "property_version_v1": "0", - "type_": "0x4::collection::Burn", - "from_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x4::aptos_token::burn", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-04-30T23:50:44.443590" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_ownerships_v2.json deleted file mode 100644 index a0042a79d..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/578366445/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 578366445, - "write_set_change_index": 7, - "token_data_id": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "property_version_v1": "0", - "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "storage_id": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", - "amount": "0", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": null, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-04-30T23:50:44.443590", - "non_transferrable_by_owner": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/collections_v2.json deleted file mode 100644 index d4f3db264..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 602320562, - "write_set_change_index": 2, - "collection_id": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "creator_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "collection_name": "STAN EsportsElite Collection V18", - "description": "Welcome to the EsportsElite Collection, where every NFT is a gateway to unparalleled gaming benefits and exclusive experiences. Unleash the full potential of your collection as each NFT comes packed with a multitude of perks, unlocking new levels of excitement and rewards as you ascend from Level 1 to 100. Whether you're a seasoned gamer or a collector seeking the ultimate thrill, the EsportsElite Collection offers an immersive journey through the world of esports, where each NFT upgrade brings you closer to gaming greatness. Join the ranks of the elite and elevate your gaming experience with the EsportsElite Collection.", - "uri": " ", - "current_supply": "15436", - "max_supply": null, - "total_minted_v2": "15436", - "mutable_description": true, - "mutable_uri": true, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-05-15T00:13:40.850375", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_collections_v2.json deleted file mode 100644 index 9ad52d097..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "creator_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "collection_name": "STAN EsportsElite Collection V18", - "description": "Welcome to the EsportsElite Collection, where every NFT is a gateway to unparalleled gaming benefits and exclusive experiences. Unleash the full potential of your collection as each NFT comes packed with a multitude of perks, unlocking new levels of excitement and rewards as you ascend from Level 1 to 100. Whether you're a seasoned gamer or a collector seeking the ultimate thrill, the EsportsElite Collection offers an immersive journey through the world of esports, where each NFT upgrade brings you closer to gaming greatness. Join the ranks of the elite and elevate your gaming experience with the EsportsElite Collection.", - "uri": " ", - "current_supply": "15436", - "max_supply": null, - "total_minted_v2": "15436", - "mutable_description": true, - "mutable_uri": true, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 602320562, - "last_transaction_timestamp": "2024-05-15T00:13:40.850375", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_datas_v2.json deleted file mode 100644 index 286090d01..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "collection_id": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "token_name": "Fozy Ajay", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://bafybeierhssqdg7fv64xkkjuvsq4bikj2yfmuxm4dvb6jxb2un4yw37ohi.ipfs.w3s.link/82.webp", - "description": "This is Fozy Ajay NFT", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 602320562, - "last_transaction_timestamp": "2024-05-15T00:13:40.850375", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_ownerships_v2.json deleted file mode 100644 index af7f4d7fd..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "property_version_v1": "0", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "storage_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 602320562, - "last_transaction_timestamp": "2024-05-15T00:13:40.850375", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_activities_v2.json deleted file mode 100644 index dbf6f74eb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_activities_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "transaction_version": 602320562, - "event_index": 0, - "event_account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "token_data_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x4::aptos_token::mint", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-05-15T00:13:40.850375" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_datas_v2.json deleted file mode 100644 index 6a7a6234f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 602320562, - "write_set_change_index": 10, - "token_data_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "collection_id": "0x03738dc12733429d94935a8cace840eb3615cbcc2031c6491f6616b8e58e0e7f", - "token_name": "Fozy Ajay", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://bafybeierhssqdg7fv64xkkjuvsq4bikj2yfmuxm4dvb6jxb2un4yw37ohi.ipfs.w3s.link/82.webp", - "token_properties": {}, - "description": "This is Fozy Ajay NFT", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-05-15T00:13:40.850375", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_ownerships_v2.json deleted file mode 100644 index 21f7b1db7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/602320562/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 602320562, - "write_set_change_index": 10, - "token_data_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "property_version_v1": "0", - "owner_address": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "storage_id": "0x5d42972f67d68e51862f7c1c5ece9f4135a9a3150ae08be19274b591c77587f2", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-05-15T00:13:40.850375", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_datas_v2.json deleted file mode 100644 index a29a6f397..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "collection_id": "0x3d1b16f4597bdf5f385dbbedf21c4dae7198c00af8933bea87b947658af92d65", - "token_name": "Aptomojis #373", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://arweave.net/-_cc-_HbzDofAF1_WkfGMfyJyejqU64ZdZmGFahNZlg", - "description": "", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 967255533, - "last_transaction_timestamp": "2024-06-06T04:43:15.798869", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_ownerships_v2.json deleted file mode 100644 index e07c3f71a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "property_version_v1": "0", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "storage_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 967255533, - "last_transaction_timestamp": "2024-06-06T04:43:15.798869", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_v2_metadata.json deleted file mode 100644 index 3f6f5c5aa..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/current_token_v2_metadata.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "object_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "resource_type": "0xa8a3cdff3068ee47cb0419cbd93ad1f71bdabb50431fc0f5b971a00c613b13d2::token_components::TokenRefs", - "data": { - "burn_ref": { - "vec": [ - { - "self": { - "vec": [] - }, - "inner": { - "vec": [ - { - "self": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4" - } - ] - } - } - ] - }, - "extend_ref": { - "vec": [ - { - "self": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4" - } - ] - }, - "mutator_ref": { - "vec": [ - { - "self": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4" - } - ] - }, - "transfer_ref": { - "vec": [ - { - "self": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4" - } - ] - }, - "property_mutator_ref": { - "vec": [ - { - "self": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4" - } - ] - } - }, - "state_key_hash": "0x46062b050b32127b0939f63ea81c9d1529131721f32b43afbf08ff72b9ad1766", - "last_transaction_version": 967255533 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_activities_v2.json deleted file mode 100644 index 276097d03..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_activities_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "transaction_version": 967255533, - "event_index": 0, - "event_account_address": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "token_data_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "property_version_v1": "0", - "type_": "0x4::token::MutationEvent", - "from_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "to_address": null, - "token_amount": "0", - "before_value": "", - "after_value": "https://arweave.net/-_cc-_HbzDofAF1_WkfGMfyJyejqU64ZdZmGFahNZlg", - "entry_function_id_str": "0xa8a3cdff3068ee47cb0419cbd93ad1f71bdabb50431fc0f5b971a00c613b13d2::odyssey_v2::update_token_uri", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-06-06T04:43:15.798869" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_datas_v2.json deleted file mode 100644 index 868449c99..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 967255533, - "write_set_change_index": 4, - "token_data_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "collection_id": "0x3d1b16f4597bdf5f385dbbedf21c4dae7198c00af8933bea87b947658af92d65", - "token_name": "Aptomojis #373", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://arweave.net/-_cc-_HbzDofAF1_WkfGMfyJyejqU64ZdZmGFahNZlg", - "token_properties": {}, - "description": "", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-06-06T04:43:15.798869", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_ownerships_v2.json deleted file mode 100644 index 10645f3a6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/967255533/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 967255533, - "write_set_change_index": 4, - "token_data_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "property_version_v1": "0", - "owner_address": "0x23246b2ad4ea793d6c061f415c58f9c442f434a9a888b2f6bd73e6b611e6774b", - "storage_id": "0x1910ed3769bf094c43cf0c81470265304014c4ae7cbb4991fcc194f2c42bb4b4", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-06-06T04:43:15.798869", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999929475/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/collections_v2.json deleted file mode 100644 index 9e42b3fe4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/collections_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 999930475, - "write_set_change_index": 2, - "collection_id": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "creator_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "collection_name": "STAN EsportsElite Collection V15", - "description": "Welcome to the EsportsElite Collection, where every NFT is a gateway to unparalleled gaming benefits and exclusive experiences. Unleash the full potential of your collection as each NFT comes packed with a multitude of perks, unlocking new levels of excitement and rewards as you ascend from Level 1 to 100. Whether you're a seasoned gamer or a collector seeking the ultimate thrill, the EsportsElite Collection offers an immersive journey through the world of esports, where each NFT upgrade brings you closer to gaming greatness. Join the ranks of the elite and elevate your gaming experience with the EsportsElite Collection.", - "uri": " ", - "current_supply": "85328", - "max_supply": null, - "total_minted_v2": "85328", - "mutable_description": true, - "mutable_uri": true, - "table_handle_v1": null, - "token_standard": "v2", - "transaction_timestamp": "2024-06-25T23:56:58.254577", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_collections_v2.json deleted file mode 100644 index 6b16a8dc3..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_collections_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "collection_id": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "creator_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "collection_name": "STAN EsportsElite Collection V15", - "description": "Welcome to the EsportsElite Collection, where every NFT is a gateway to unparalleled gaming benefits and exclusive experiences. Unleash the full potential of your collection as each NFT comes packed with a multitude of perks, unlocking new levels of excitement and rewards as you ascend from Level 1 to 100. Whether you're a seasoned gamer or a collector seeking the ultimate thrill, the EsportsElite Collection offers an immersive journey through the world of esports, where each NFT upgrade brings you closer to gaming greatness. Join the ranks of the elite and elevate your gaming experience with the EsportsElite Collection.", - "uri": " ", - "current_supply": "85328", - "max_supply": null, - "total_minted_v2": "85328", - "mutable_description": true, - "mutable_uri": true, - "table_handle_v1": null, - "token_standard": "v2", - "last_transaction_version": 999930475, - "last_transaction_timestamp": "2024-06-25T23:56:58.254577", - "collection_properties": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_datas_v2.json deleted file mode 100644 index e6c378a88..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_datas_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "token_data_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "collection_id": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "token_name": "SK SABIR", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://bafybeierhssqdg7fv64xkkjuvsq4bikj2yfmuxm4dvb6jxb2un4yw37ohi.ipfs.w3s.link/75.webp", - "description": "This is SK SABIR NFT", - "token_properties": {}, - "token_standard": "v2", - "is_fungible_v2": false, - "last_transaction_version": 999930475, - "last_transaction_timestamp": "2024-06-25T23:56:58.254577", - "is_deleted_v2": false, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_ownerships_v2.json deleted file mode 100644 index 0dd71f97f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_ownerships_v2.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "token_data_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "property_version_v1": "0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "storage_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "last_transaction_version": 999930475, - "last_transaction_timestamp": "2024-06-25T23:56:58.254577", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_activities_v2.json deleted file mode 100644 index 2805b276f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_activities_v2.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "transaction_version": 999930475, - "event_index": 0, - "event_account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "token_data_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "property_version_v1": "0", - "type_": "0x4::collection::MintEvent", - "from_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "to_address": null, - "token_amount": "1", - "before_value": null, - "after_value": null, - "entry_function_id_str": "0x4::aptos_token::mint", - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-06-25T23:56:58.254577" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_datas_v2.json deleted file mode 100644 index e12aa7130..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_datas_v2.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 999930475, - "write_set_change_index": 8, - "token_data_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "collection_id": "0x0a79561c62c2eac5f008e13aa4c2e13f67c9bd538ef7d9df54fe9215da0a0bc0", - "token_name": "SK SABIR", - "maximum": null, - "supply": null, - "largest_property_version_v1": null, - "token_uri": "https://bafybeierhssqdg7fv64xkkjuvsq4bikj2yfmuxm4dvb6jxb2un4yw37ohi.ipfs.w3s.link/75.webp", - "token_properties": {}, - "description": "This is SK SABIR NFT", - "token_standard": "v2", - "is_fungible_v2": false, - "transaction_timestamp": "2024-06-25T23:56:58.254577", - "is_deleted_v2": null, - "decimals": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_ownerships_v2.json deleted file mode 100644 index d9932cc6c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/token_v2_processor/999930475/token_ownerships_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "transaction_version": 999930475, - "write_set_change_index": 8, - "token_data_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "property_version_v1": "0", - "owner_address": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "storage_id": "0x175d46f34304375e44870e953b5f4d34fb5b3f6dbf47a9ecc7fdfc7ee3b3e1c9", - "amount": "1", - "table_type_v1": null, - "token_properties_mutated_v1": null, - "is_soulbound_v2": false, - "token_standard": "v2", - "is_fungible_v2": null, - "transaction_timestamp": "2024-06-25T23:56:58.254577", - "non_transferrable_by_owner": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1080786089/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1080786089/signatures.json deleted file mode 100644 index 4011035af..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1080786089/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 1080786089, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 210969872, - "signer": "0x8eb76c7294a50b594c48ef13c7ce0a953320c9b25cdf1dd681fbeb9937524703", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x7888b21138e0d1933484fe859df0997d7284e3eb3160e6e34cb3fda77a6e864a", - "signature": "0x4cd022e2151611b9db7d552c57fac9feb71188451078c0bbaa08a75ccf7a59cebe25984da96f880f4e177c16dae39c69f845a1a9b42ac8511404cf4cfb91db0e", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1080786089/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1080786089/user_transactions.json deleted file mode 100644 index 40eb74c77..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1080786089/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 1080786089, - "block_height": 210969872, - "parent_signature_type": "ed25519_signature", - "sender": "0x8eb76c7294a50b594c48ef13c7ce0a953320c9b25cdf1dd681fbeb9937524703", - "sequence_number": 53968, - "max_gas_amount": "200000", - "expiration_timestamp_secs": "2024-08-07T09:56:53", - "gas_unit_price": "100", - "timestamp": "2024-08-07T09:56:34.211969", - "entry_function_id_str": "0x9d518b9b84f327eafc5f6632200ea224a818a935ffd6be5d78ada250bbc44a6::sidekick_capsule::delete", - "epoch": 8023 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/145959468/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/145959468/signatures.json deleted file mode 100644 index d1f5df716..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/145959468/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 145959468, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 56700326, - "signer": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x6350bfbabd1f0b8a7bdb35c6881819d9e00e6c0cb06b2a5998ee360516c24975", - "signature": "0x49b38a969be3943adf3fca9ad0a19c518de40d44dc3bc2c01bc51cb881f1c5677f07c861e9933a0b65b542b68100674133c42736ca1a23e834303d6b4a04ad02", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/145959468/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/145959468/user_transactions.json deleted file mode 100644 index 8b4628587..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/145959468/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 145959468, - "block_height": 56700326, - "parent_signature_type": "ed25519_signature", - "sender": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be", - "sequence_number": 1500, - "max_gas_amount": "100000", - "expiration_timestamp_secs": "2023-05-22T21:09:43", - "gas_unit_price": "100", - "timestamp": "2023-05-22T20:59:44.834006", - "entry_function_id_str": "", - "epoch": 2670 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/155112189/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/155112189/signatures.json deleted file mode 100644 index c609a6ee6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/155112189/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 155112189, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 59919203, - "signer": "0x25a606fdb1534fe2fd6f639e4c2fb0c46b3e5b8b3d84d1fa8632fd979fc55fa5", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xe817f8e739eb625f024f56639f75d757d24e124e1b961d355ce1258d3cfde180", - "signature": "0x94d2ec98f8ed3c2a9fb46b68d470332db6530d9ac4df3bb48b5796ef0cc4f99a16ae427b68fd4d394a08fa0fcdc166e361a7ceae6af58cbe79fbf36c46ffad03", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/155112189/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/155112189/user_transactions.json deleted file mode 100644 index 457362ad6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/155112189/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 155112189, - "block_height": 59919203, - "parent_signature_type": "ed25519_signature", - "sender": "0x25a606fdb1534fe2fd6f639e4c2fb0c46b3e5b8b3d84d1fa8632fd979fc55fa5", - "sequence_number": 17216, - "max_gas_amount": "990000", - "expiration_timestamp_secs": "2023-06-07T13:29:34", - "gas_unit_price": "100", - "timestamp": "2023-06-07T13:29:24.956225", - "entry_function_id_str": "0x1786191d0ce793debfdef9890868abdcdc7053f982ccdd102a72732b3082f31d::keeper::fulfill_any_order", - "epoch": 2858 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1845035942/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1845035942/signatures.json deleted file mode 100644 index 0ca1513f4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1845035942/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 1845035942, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 244136188, - "signer": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x39bc96896ef0bc99b0ec904b2698172fbdb242cf94cd7e32d499ee7930acda50", - "signature": "0x9cc5c274870f966801b73e488e2590ca0be088c263f87641f4aa13ba19bbe7c7e1e6529f35a9734567d7a37083175c2e929136652bb608ae3aaa0da80623c90c", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1845035942/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1845035942/user_transactions.json deleted file mode 100644 index 68f560f2d..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/1845035942/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 1845035942, - "block_height": 244136188, - "parent_signature_type": "fee_payer_signature", - "sender": "0xd9701b178ea81161e998ff2a545654d8eefe6f54035ab931bc02eef03fd1645f", - "sequence_number": 3, - "max_gas_amount": "200000", - "expiration_timestamp_secs": "2024-10-26T18:31:18", - "gas_unit_price": "100", - "timestamp": "2024-10-26T18:31:00.902365", - "entry_function_id_str": "0x128b657b70be52e3f5a7e998d4ca7d1bca886394c5ccf24036d2171368599f21::LyncCards::mint_nft", - "epoch": 8992 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/308783012/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/308783012/signatures.json deleted file mode 100644 index 99e277d23..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/308783012/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 308783012, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 106350614, - "signer": "0x28f87126ce5c2ead81ec4fef494c73d545757a9a634eb54d36ae5a9737f4f287", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x28259cd61970d3ef1e620df6a33cb5c95b9a09b7ae43415f55679691c3af1630", - "signature": "0x833798fac881cbc33887e3fd57e9d38e59e51d04e2fde293e48c9f1e642269a0edc403fdfc64a0bf39584368900b490c80d366c631261aedd42e3121ad364f01", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/308783012/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/308783012/user_transactions.json deleted file mode 100644 index 14c953fdf..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/308783012/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 308783012, - "block_height": 106350614, - "parent_signature_type": "ed25519_signature", - "sender": "0x28f87126ce5c2ead81ec4fef494c73d545757a9a634eb54d36ae5a9737f4f287", - "sequence_number": 15108, - "max_gas_amount": "900", - "expiration_timestamp_secs": "2023-10-24T09:48:02", - "gas_unit_price": "100", - "timestamp": "2023-10-24T09:08:03.606880", - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "epoch": 4534 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/325355235/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/325355235/signatures.json deleted file mode 100644 index a7ae3cc64..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/325355235/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 325355235, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 111985120, - "signer": "0xff0a486a69619d9e5661cf323d39e1cb7a005b945a9ebdf0df4f1f6b5947c2af", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xf544c799d1a50b87fd6b42699d84cc56af06b4f4f8a3bdafde1bf5a4cad5333c", - "signature": "0xf363be91f4cab87ba6553261fe19eefbffaed79116ff2e47cd36311310c79f79b3f5674eb88d2942794480eeee713b685e16c7d95a3bf7bb02c1f5eb910bae02", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/325355235/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/325355235/user_transactions.json deleted file mode 100644 index 73eb384a8..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/325355235/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 325355235, - "block_height": 111985120, - "parent_signature_type": "ed25519_signature", - "sender": "0xff0a486a69619d9e5661cf323d39e1cb7a005b945a9ebdf0df4f1f6b5947c2af", - "sequence_number": 74, - "max_gas_amount": "900", - "expiration_timestamp_secs": "2023-11-10T00:38:13", - "gas_unit_price": "100", - "timestamp": "2023-11-09T23:58:14.442073", - "entry_function_id_str": "0x8d2d7bcde13b2513617df3f98cdd5d0e4b9f714c6308b9204fe18ad900d92609::mint::resource_mint_token_memo", - "epoch": 4733 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/453498957/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/453498957/signatures.json deleted file mode 100644 index 16d9e1e81..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/453498957/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 453498957, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 146272590, - "signer": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x8dd5125343b1803c4b2bd0dcffce5ded8eaff6cd8a81ea14c62f6f77e3043bfe", - "signature": "0xe18156abd5c28e4aeae670ee109fb17d53f710744bee95ea683d57393ce1e45e7f8a5393d15dd06d59508ea60b0489187537ac90c53ae1c581b3b3c56394210c", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/453498957/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/453498957/user_transactions.json deleted file mode 100644 index 9df681947..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/453498957/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 453498957, - "block_height": 146272590, - "parent_signature_type": "ed25519_signature", - "sender": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a", - "sequence_number": 8, - "max_gas_amount": "2026", - "expiration_timestamp_secs": "2024-02-16T00:05:54", - "gas_unit_price": "100", - "timestamp": "2024-02-16T00:04:25.089448", - "entry_function_id_str": "0x40fc28526d4c093fac5cd2bb43e7adf41a48dbbe5edf7a1dd57a3a89c627d17a::test2::mint_nft_batch", - "epoch": 5918 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/508365567/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/508365567/signatures.json deleted file mode 100644 index 097dc8749..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/508365567/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 508365567, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 159068756, - "signer": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x0baa77e3bb4e93674c7f92c7fbca57e370c66c2dc575b04689de5e848a44b14e", - "signature": "0xc44647f092fcf410053b7c018fa440dba1e0900e8eef4ec46b64e8698418c992c5a60ac03413036e6b1582ce7780ecf67d194f199d473222863b8662a4a98506", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/508365567/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/508365567/user_transactions.json deleted file mode 100644 index 97adfc876..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/508365567/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 508365567, - "block_height": 159068756, - "parent_signature_type": "ed25519_signature", - "sender": "0xc8af29debf02369958769a77388c84a3040b9ffe9ba1f82c1c9f5c6dcb61030e", - "sequence_number": 2, - "max_gas_amount": "5000", - "expiration_timestamp_secs": "2024-03-19T08:15:56", - "gas_unit_price": "100", - "timestamp": "2024-03-19T08:05:56.983680", - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::voting_escrow::create_lock_entry", - "epoch": 6306 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/513424821/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/513424821/signatures.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/513424821/signatures.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/513424821/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/513424821/user_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/513424821/user_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/537250181/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/537250181/signatures.json deleted file mode 100644 index c2b720b5a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/537250181/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 537250181, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 165399051, - "signer": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xb79ddbfa684bbe46300eceefb812471e61d9465a08b761a0b6475745326b91d1", - "signature": "0x878732b29cae1da09e4ca4073ef4da7e1187794b9c0846ad0251e3d1e407459a5960fb7e7a26425e833398327f73e6795bad2e30b264bbb2a19ba2eb77624607", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/537250181/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/537250181/user_transactions.json deleted file mode 100644 index 667369452..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/537250181/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 537250181, - "block_height": 165399051, - "parent_signature_type": "ed25519_signature", - "sender": "0xb82a0077ab08cc414bd283aefe62e6dd42311150ed851ccd307d02a0f765bff2", - "sequence_number": 58286, - "max_gas_amount": "1000", - "expiration_timestamp_secs": "2024-04-04T23:38:55", - "gas_unit_price": "100", - "timestamp": "2024-04-04T22:38:56.926423", - "entry_function_id_str": "0x4::aptos_token::mint", - "epoch": 6505 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/578366445/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/578366445/signatures.json deleted file mode 100644 index 26911d81b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/578366445/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 578366445, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 174826957, - "signer": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x09a0437b67514941f39bec7afdfa4c1ab9f14a5b8219d317ec4d4125885895e3", - "signature": "0x8f36f3b11f8193686b5ff764b76275604fbe70ca98edc7170ee79395f1de02c01a3eed31c85c636c507c6ac781e7cbe46bf09981c1a6a7be40316e8fa90ddb08", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/578366445/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/578366445/user_transactions.json deleted file mode 100644 index 472a6fb97..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/578366445/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 578366445, - "block_height": 174826957, - "parent_signature_type": "ed25519_signature", - "sender": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", - "sequence_number": 2774, - "max_gas_amount": "18", - "expiration_timestamp_secs": "2024-04-30T23:52:14", - "gas_unit_price": "100", - "timestamp": "2024-04-30T23:50:44.443590", - "entry_function_id_str": "0x4::aptos_token::burn", - "epoch": 6827 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/602320562/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/602320562/signatures.json deleted file mode 100644 index a00d8a0ef..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/602320562/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 602320562, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 179784414, - "signer": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xc536d47227ade0a2f002023e848276241ab810d4855da919efc1920746b8da42", - "signature": "0x99dc156a7d9b74ce547393497bcf76b5c6cdcad3d8d84a5c9693a4fcb53f40274fa0903d0438c61e6aa8778548ad6fa60a0b66c0b0a12e3a5c0093020b4da204", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/602320562/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/602320562/user_transactions.json deleted file mode 100644 index 290d569ac..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/602320562/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 602320562, - "block_height": 179784414, - "parent_signature_type": "ed25519_signature", - "sender": "0x12479ac53f2d918bb7ad9259bfc4fe10eb0688d4a54ef36be0c23b5174da8f21", - "sequence_number": 28950, - "max_gas_amount": "1000", - "expiration_timestamp_secs": "2024-05-15T01:13:39", - "gas_unit_price": "100", - "timestamp": "2024-05-15T00:13:40.850375", - "entry_function_id_str": "0x4::aptos_token::mint", - "epoch": 6996 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/967255533/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/967255533/signatures.json deleted file mode 100644 index e2becd763..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/967255533/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 967255533, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 187592972, - "signer": "0x08c9f3cc69b110791747d4d2be794bd2cdc003d1fc50af399bf4aabfde8aafc9", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xdc077e1a245c551af0eb85514ba3d88c604fe920f1466de11b32560dbdb8ef34", - "signature": "0xcdb8ce877c54ba1025a90cc8f4a622082f005b93cf226623ec0847c3387476b66ac7e80fbcdca96fb9306ff042b534b83746c8c8fa2a3fd6cc38ac3e5b5e4803", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/967255533/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/967255533/user_transactions.json deleted file mode 100644 index 089eb0dcf..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/967255533/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 967255533, - "block_height": 187592972, - "parent_signature_type": "ed25519_signature", - "sender": "0x08c9f3cc69b110791747d4d2be794bd2cdc003d1fc50af399bf4aabfde8aafc9", - "sequence_number": 1850, - "max_gas_amount": "200000", - "expiration_timestamp_secs": "2024-06-06T04:43:35", - "gas_unit_price": "100", - "timestamp": "2024-06-06T04:43:15.798869", - "entry_function_id_str": "0xa8a3cdff3068ee47cb0419cbd93ad1f71bdabb50431fc0f5b971a00c613b13d2::odyssey_v2::update_token_uri", - "epoch": 7267 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999929475/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999929475/signatures.json deleted file mode 100644 index e0c52d039..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999929475/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 999929475, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 194508912, - "signer": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x258f90622170e9c274e873bbae949abe77f735e808a266b2c08035c1994da3aa", - "signature": "0x846601921951dcac90036f2a7f240ee0f0b4eabf6b19afca7190994d80f86743055a8cf20aea007258b2d6906208f5d447f3df143e0777c36ac1dd77f24b200f", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999929475/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999929475/user_transactions.json deleted file mode 100644 index 9d003e193..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999929475/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 999929475, - "block_height": 194508912, - "parent_signature_type": "ed25519_signature", - "sender": "0xaf1fbd1c118239498c0fec0e5cec54a50d03250fe1aca589a6b903566ba1d4db", - "sequence_number": 608, - "max_gas_amount": "48", - "expiration_timestamp_secs": "2024-06-25T23:57:23", - "gas_unit_price": "150", - "timestamp": "2024-06-25T23:55:53.903373", - "entry_function_id_str": "0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::router::swap_route_entry_both_coins", - "epoch": 7509 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999930475/signatures.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999930475/signatures.json deleted file mode 100644 index efb9bf373..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999930475/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 999930475, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 194509179, - "signer": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x9641bf54511c1e6cb31790fd7e5884a9f7d3128f7bfc59cf68ef76f9760c814a", - "signature": "0xcc0083d97ac2f0d7460e2be0fe452b4b324ddcac3c66bdc1f9d8784246c4aeb054ec21ce2cd592e66ef5f7893f4f2c65853ebc4a03d018d75776428dd2082b02", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999930475/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999930475/user_transactions.json deleted file mode 100644 index 9adeea433..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/user_transaction_processor/999930475/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 999930475, - "block_height": 194509179, - "parent_signature_type": "ed25519_signature", - "sender": "0xf31b3dac60ad3ee27399f14984d634ae5d0fd060a5b4ec30b0e4207d60cdc458", - "sequence_number": 85328, - "max_gas_amount": "1000", - "expiration_timestamp_secs": "2024-06-26T00:56:57", - "gas_unit_price": "100", - "timestamp": "2024-06-25T23:56:58.254577", - "entry_function_id_str": "0x4::aptos_token::mint", - "epoch": 7509 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1200394037/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/1255836496/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/2646510387/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/278556781/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/3/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5523474016/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5979639459/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/ans_processor/5992795934/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/block_metadata_transactions.json deleted file mode 100644 index 3c7e83448..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/block_metadata_transactions.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "version": 1, - "block_height": 1, - "id": "0x01f4392dc07a74b39eaea58b912855cbbd1ab67e5089ae6166329e883c2085f0", - "round": 3, - "epoch": 1, - "previous_block_votes_bitvec": [ - 0 - ], - "proposer": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "failed_proposer_indices": [ - 2, - 1 - ], - "timestamp": "2022-09-09T01:24:17.227425" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/table_items.json deleted file mode 100644 index 03894958e..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 1, - "write_set_change_index": 15, - "transaction_block_height": 1, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18448344078275751615", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry
>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/table_items.json deleted file mode 100644 index 2cdc351e0..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1200394037/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 1200394037, - "write_set_change_index": 4, - "transaction_block_height": 275972253, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "19151940986583212718", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/current_table_items.json deleted file mode 100644 index 330dd2a07..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/current_table_items.json +++ /dev/null @@ -1,267 +0,0 @@ -[ - { - "table_handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_hash": "f6537e5060615a49807b317b5401b87503b07e3e3cefb9f59468f92df02b7b14", - "key": "0x0900000000000000", - "decoded_key": "9", - "decoded_value": [ - { - "key": "0x83a55f01c01c0fa1096cc55986ce3428c4ddab71493b9cca3e8d94ece66ff697", - "hash": "8046752321105805449", - "value": "0" - }, - { - "key": "0x3a7c89d503f8be84412525499c618460c8ae2a08ae652d6119cc30415d1ce206", - "hash": "2908462515524274665", - "value": "0" - }, - { - "key": "0xb3c0746c90ef3c0ba555551be2a1e1c55ef1e4cafbc170fbaef37df9faba7cf5", - "hash": "1932904779373436489", - "value": "0" - }, - { - "key": "0x552854056b0ad1d7a436e2c196f3996757630e50639f58100e0de2b2cdd04969", - "hash": "2004094296203441417", - "value": "0" - }, - { - "key": "0xc58de7fbfdaa8e1857e52aa0659b5fe6f54f29f510d20f338eb0686325407b5a", - "hash": "1942560521513954601", - "value": "0" - }, - { - "key": "0xf487d23a5864e90176f2f4e276b903bec41904b68b740e73aecd8194f9dd660f", - "hash": "5661537235661999817", - "value": "0" - }, - { - "key": "0xc84b5b79d59f99b82eea459f74d809f2978a8ff185e8f2a40c3be11ec70aa4ae", - "hash": "13575303547012165513", - "value": "0" - }, - { - "key": "0xe44fefa1a8bad2fb3e061201b4360803986de06a8551e5de0a88fd32d869de41", - "hash": "2410977227812208297", - "value": "0" - }, - { - "key": "0x2070985e9158c3694885c953481de969c9bfb4ead9d573d3c24605c809138318", - "hash": "11569246644723027305", - "value": "0" - }, - { - "key": "0xf611624ac72eb6618b8d812a95c950543d222533492ca03e0ef76d02d2358613", - "hash": "12641925964633415497", - "value": "0" - }, - { - "key": "0xe72410b5f79dfd914daa83f65a4f71c993108ae08ee7d907bc157740c53380d6", - "hash": "14462551473246294921", - "value": "0" - }, - { - "key": "0xa0d3b3b57d4cb0a25c1c6de8b0781e3f33a36f6ecacdbca8e498ba1b7ed1da91", - "hash": "17218538654712486985", - "value": "0" - }, - { - "key": "0x416ee75acfa793a14ee882c509e4134e012aa607c0faa231bc70cb76f3a65f8d", - "hash": "9251213141402161577", - "value": "0" - }, - { - "key": "0xa0e9b3a21cb95cd61bcffe8a3652c5e7b46cec4bfa560ab2e6c6646b1ed7954e", - "hash": "13941648119810601417", - "value": "0" - }, - { - "key": "0xb5d606293487f8facf53b29461167a6afea40db46bdc5a3ea0d971be7f420102", - "hash": "17486164447159136041", - "value": "0" - }, - { - "key": "0x1a42a01a6f6754cf0a1ee2499722413cbd8197c0d017af883cbbf0703ad8f967", - "hash": "15430896326167539977", - "value": "0" - }, - { - "key": "0xa9d5f0e5980f1186280354a38acd806febfe1cf246cf58f758a243773c1a3ae0", - "hash": "13907381651495880169", - "value": "0" - }, - { - "key": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "hash": "13587116394056395145", - "value": "0" - } - ], - "is_deleted": false, - "last_transaction_version": 1255836496 - }, - { - "table_handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_hash": "f6537e5060615a49807b317b5401b87503b07e3e3cefb9f59468f92df02b7b14", - "key": "0x0900000000000000", - "decoded_key": "9", - "decoded_value": [ - { - "key": "0x83a55f01c01c0fa1096cc55986ce3428c4ddab71493b9cca3e8d94ece66ff697", - "hash": "8046752321105805449", - "value": "596853427" - }, - { - "key": "0xb3c0746c90ef3c0ba555551be2a1e1c55ef1e4cafbc170fbaef37df9faba7cf5", - "hash": "1932904779373436489", - "value": "596853427" - }, - { - "key": "0x552854056b0ad1d7a436e2c196f3996757630e50639f58100e0de2b2cdd04969", - "hash": "2004094296203441417", - "value": "596853427" - }, - { - "key": "0xf487d23a5864e90176f2f4e276b903bec41904b68b740e73aecd8194f9dd660f", - "hash": "5661537235661999817", - "value": "596853427" - }, - { - "key": "0xc84b5b79d59f99b82eea459f74d809f2978a8ff185e8f2a40c3be11ec70aa4ae", - "hash": "13575303547012165513", - "value": "596853427" - }, - { - "key": "0xf611624ac72eb6618b8d812a95c950543d222533492ca03e0ef76d02d2358613", - "hash": "12641925964633415497", - "value": "596853427" - }, - { - "key": "0xe72410b5f79dfd914daa83f65a4f71c993108ae08ee7d907bc157740c53380d6", - "hash": "14462551473246294921", - "value": "596853427" - }, - { - "key": "0xa0d3b3b57d4cb0a25c1c6de8b0781e3f33a36f6ecacdbca8e498ba1b7ed1da91", - "hash": "17218538654712486985", - "value": "596853427" - }, - { - "key": "0xa0e9b3a21cb95cd61bcffe8a3652c5e7b46cec4bfa560ab2e6c6646b1ed7954e", - "hash": "13941648119810601417", - "value": "596853427" - }, - { - "key": "0x1a42a01a6f6754cf0a1ee2499722413cbd8197c0d017af883cbbf0703ad8f967", - "hash": "15430896326167539977", - "value": "596853427" - }, - { - "key": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "hash": "13587116394056395145", - "value": "596853427" - } - ], - "is_deleted": false, - "last_transaction_version": 1255836496 - }, - { - "table_handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_hash": "f6537e5060615a49807b317b5401b87503b07e3e3cefb9f59468f92df02b7b14", - "key": "0x0900000000000000", - "decoded_key": "9", - "decoded_value": [ - { - "key": "0x83a55f01c01c0fa1096cc55986ce3428c4ddab71493b9cca3e8d94ece66ff697", - "hash": "8046752321105805449", - "value": "3985397" - }, - { - "key": "0x3a7c89d503f8be84412525499c618460c8ae2a08ae652d6119cc30415d1ce206", - "hash": "2908462515524274665", - "value": "198284" - }, - { - "key": "0xb3c0746c90ef3c0ba555551be2a1e1c55ef1e4cafbc170fbaef37df9faba7cf5", - "hash": "1932904779373436489", - "value": "198281" - }, - { - "key": "0x552854056b0ad1d7a436e2c196f3996757630e50639f58100e0de2b2cdd04969", - "hash": "2004094296203441417", - "value": "99140" - }, - { - "key": "0xc58de7fbfdaa8e1857e52aa0659b5fe6f54f29f510d20f338eb0686325407b5a", - "hash": "1942560521513954601", - "value": "99139" - }, - { - "key": "0xf487d23a5864e90176f2f4e276b903bec41904b68b740e73aecd8194f9dd660f", - "hash": "5661537235661999817", - "value": "198277" - }, - { - "key": "0xc84b5b79d59f99b82eea459f74d809f2978a8ff185e8f2a40c3be11ec70aa4ae", - "hash": "13575303547012165513", - "value": "198275" - }, - { - "key": "0xe44fefa1a8bad2fb3e061201b4360803986de06a8551e5de0a88fd32d869de41", - "hash": "2410977227812208297", - "value": "297411" - }, - { - "key": "0x2070985e9158c3694885c953481de969c9bfb4ead9d573d3c24605c809138318", - "hash": "11569246644723027305", - "value": "99137" - }, - { - "key": "0xf611624ac72eb6618b8d812a95c950543d222533492ca03e0ef76d02d2358613", - "hash": "12641925964633415497", - "value": "297411" - }, - { - "key": "0xe72410b5f79dfd914daa83f65a4f71c993108ae08ee7d907bc157740c53380d6", - "hash": "14462551473246294921", - "value": "198271" - }, - { - "key": "0xa0d3b3b57d4cb0a25c1c6de8b0781e3f33a36f6ecacdbca8e498ba1b7ed1da91", - "hash": "17218538654712486985", - "value": "297407" - }, - { - "key": "0x416ee75acfa793a14ee882c509e4134e012aa607c0faa231bc70cb76f3a65f8d", - "hash": "9251213141402161577", - "value": "198268" - }, - { - "key": "0xa0e9b3a21cb95cd61bcffe8a3652c5e7b46cec4bfa560ab2e6c6646b1ed7954e", - "hash": "13941648119810601417", - "value": "297401" - }, - { - "key": "0xb5d606293487f8facf53b29461167a6afea40db46bdc5a3ea0d971be7f420102", - "hash": "17486164447159136041", - "value": "99133" - }, - { - "key": "0x1a42a01a6f6754cf0a1ee2499722413cbd8197c0d017af883cbbf0703ad8f967", - "hash": "15430896326167539977", - "value": "99132" - }, - { - "key": "0xa9d5f0e5980f1186280354a38acd806febfe1cf246cf58f758a243773c1a3ae0", - "hash": "13907381651495880169", - "value": "297358" - }, - { - "key": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "hash": "13587116394056395145", - "value": "297354" - } - ], - "is_deleted": false, - "last_transaction_version": 1255836496 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/table_items.json deleted file mode 100644 index cbdfc479b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/table_items.json +++ /dev/null @@ -1,280 +0,0 @@ -[ - { - "key": "0x0900000000000000", - "transaction_version": 1255836496, - "write_set_change_index": 19, - "transaction_block_height": 295534162, - "table_handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "decoded_key": "9", - "decoded_value": [ - { - "key": "0x83a55f01c01c0fa1096cc55986ce3428c4ddab71493b9cca3e8d94ece66ff697", - "hash": "8046752321105805449", - "value": "0" - }, - { - "key": "0x3a7c89d503f8be84412525499c618460c8ae2a08ae652d6119cc30415d1ce206", - "hash": "2908462515524274665", - "value": "0" - }, - { - "key": "0xb3c0746c90ef3c0ba555551be2a1e1c55ef1e4cafbc170fbaef37df9faba7cf5", - "hash": "1932904779373436489", - "value": "0" - }, - { - "key": "0x552854056b0ad1d7a436e2c196f3996757630e50639f58100e0de2b2cdd04969", - "hash": "2004094296203441417", - "value": "0" - }, - { - "key": "0xc58de7fbfdaa8e1857e52aa0659b5fe6f54f29f510d20f338eb0686325407b5a", - "hash": "1942560521513954601", - "value": "0" - }, - { - "key": "0xf487d23a5864e90176f2f4e276b903bec41904b68b740e73aecd8194f9dd660f", - "hash": "5661537235661999817", - "value": "0" - }, - { - "key": "0xc84b5b79d59f99b82eea459f74d809f2978a8ff185e8f2a40c3be11ec70aa4ae", - "hash": "13575303547012165513", - "value": "0" - }, - { - "key": "0xe44fefa1a8bad2fb3e061201b4360803986de06a8551e5de0a88fd32d869de41", - "hash": "2410977227812208297", - "value": "0" - }, - { - "key": "0x2070985e9158c3694885c953481de969c9bfb4ead9d573d3c24605c809138318", - "hash": "11569246644723027305", - "value": "0" - }, - { - "key": "0xf611624ac72eb6618b8d812a95c950543d222533492ca03e0ef76d02d2358613", - "hash": "12641925964633415497", - "value": "0" - }, - { - "key": "0xe72410b5f79dfd914daa83f65a4f71c993108ae08ee7d907bc157740c53380d6", - "hash": "14462551473246294921", - "value": "0" - }, - { - "key": "0xa0d3b3b57d4cb0a25c1c6de8b0781e3f33a36f6ecacdbca8e498ba1b7ed1da91", - "hash": "17218538654712486985", - "value": "0" - }, - { - "key": "0x416ee75acfa793a14ee882c509e4134e012aa607c0faa231bc70cb76f3a65f8d", - "hash": "9251213141402161577", - "value": "0" - }, - { - "key": "0xa0e9b3a21cb95cd61bcffe8a3652c5e7b46cec4bfa560ab2e6c6646b1ed7954e", - "hash": "13941648119810601417", - "value": "0" - }, - { - "key": "0xb5d606293487f8facf53b29461167a6afea40db46bdc5a3ea0d971be7f420102", - "hash": "17486164447159136041", - "value": "0" - }, - { - "key": "0x1a42a01a6f6754cf0a1ee2499722413cbd8197c0d017af883cbbf0703ad8f967", - "hash": "15430896326167539977", - "value": "0" - }, - { - "key": "0xa9d5f0e5980f1186280354a38acd806febfe1cf246cf58f758a243773c1a3ae0", - "hash": "13907381651495880169", - "value": "0" - }, - { - "key": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "hash": "13587116394056395145", - "value": "0" - } - ], - "is_deleted": false - }, - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 1255836496, - "write_set_change_index": 20, - "transaction_block_height": 295534162, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "29152644549222814344", - "is_deleted": false - }, - { - "key": "0x0900000000000000", - "transaction_version": 1255836496, - "write_set_change_index": 21, - "transaction_block_height": 295534162, - "table_handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "decoded_key": "9", - "decoded_value": [ - { - "key": "0x83a55f01c01c0fa1096cc55986ce3428c4ddab71493b9cca3e8d94ece66ff697", - "hash": "8046752321105805449", - "value": "596853427" - }, - { - "key": "0xb3c0746c90ef3c0ba555551be2a1e1c55ef1e4cafbc170fbaef37df9faba7cf5", - "hash": "1932904779373436489", - "value": "596853427" - }, - { - "key": "0x552854056b0ad1d7a436e2c196f3996757630e50639f58100e0de2b2cdd04969", - "hash": "2004094296203441417", - "value": "596853427" - }, - { - "key": "0xf487d23a5864e90176f2f4e276b903bec41904b68b740e73aecd8194f9dd660f", - "hash": "5661537235661999817", - "value": "596853427" - }, - { - "key": "0xc84b5b79d59f99b82eea459f74d809f2978a8ff185e8f2a40c3be11ec70aa4ae", - "hash": "13575303547012165513", - "value": "596853427" - }, - { - "key": "0xf611624ac72eb6618b8d812a95c950543d222533492ca03e0ef76d02d2358613", - "hash": "12641925964633415497", - "value": "596853427" - }, - { - "key": "0xe72410b5f79dfd914daa83f65a4f71c993108ae08ee7d907bc157740c53380d6", - "hash": "14462551473246294921", - "value": "596853427" - }, - { - "key": "0xa0d3b3b57d4cb0a25c1c6de8b0781e3f33a36f6ecacdbca8e498ba1b7ed1da91", - "hash": "17218538654712486985", - "value": "596853427" - }, - { - "key": "0xa0e9b3a21cb95cd61bcffe8a3652c5e7b46cec4bfa560ab2e6c6646b1ed7954e", - "hash": "13941648119810601417", - "value": "596853427" - }, - { - "key": "0x1a42a01a6f6754cf0a1ee2499722413cbd8197c0d017af883cbbf0703ad8f967", - "hash": "15430896326167539977", - "value": "596853427" - }, - { - "key": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "hash": "13587116394056395145", - "value": "596853427" - } - ], - "is_deleted": false - }, - { - "key": "0x0900000000000000", - "transaction_version": 1255836496, - "write_set_change_index": 22, - "transaction_block_height": 295534162, - "table_handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "decoded_key": "9", - "decoded_value": [ - { - "key": "0x83a55f01c01c0fa1096cc55986ce3428c4ddab71493b9cca3e8d94ece66ff697", - "hash": "8046752321105805449", - "value": "3985397" - }, - { - "key": "0x3a7c89d503f8be84412525499c618460c8ae2a08ae652d6119cc30415d1ce206", - "hash": "2908462515524274665", - "value": "198284" - }, - { - "key": "0xb3c0746c90ef3c0ba555551be2a1e1c55ef1e4cafbc170fbaef37df9faba7cf5", - "hash": "1932904779373436489", - "value": "198281" - }, - { - "key": "0x552854056b0ad1d7a436e2c196f3996757630e50639f58100e0de2b2cdd04969", - "hash": "2004094296203441417", - "value": "99140" - }, - { - "key": "0xc58de7fbfdaa8e1857e52aa0659b5fe6f54f29f510d20f338eb0686325407b5a", - "hash": "1942560521513954601", - "value": "99139" - }, - { - "key": "0xf487d23a5864e90176f2f4e276b903bec41904b68b740e73aecd8194f9dd660f", - "hash": "5661537235661999817", - "value": "198277" - }, - { - "key": "0xc84b5b79d59f99b82eea459f74d809f2978a8ff185e8f2a40c3be11ec70aa4ae", - "hash": "13575303547012165513", - "value": "198275" - }, - { - "key": "0xe44fefa1a8bad2fb3e061201b4360803986de06a8551e5de0a88fd32d869de41", - "hash": "2410977227812208297", - "value": "297411" - }, - { - "key": "0x2070985e9158c3694885c953481de969c9bfb4ead9d573d3c24605c809138318", - "hash": "11569246644723027305", - "value": "99137" - }, - { - "key": "0xf611624ac72eb6618b8d812a95c950543d222533492ca03e0ef76d02d2358613", - "hash": "12641925964633415497", - "value": "297411" - }, - { - "key": "0xe72410b5f79dfd914daa83f65a4f71c993108ae08ee7d907bc157740c53380d6", - "hash": "14462551473246294921", - "value": "198271" - }, - { - "key": "0xa0d3b3b57d4cb0a25c1c6de8b0781e3f33a36f6ecacdbca8e498ba1b7ed1da91", - "hash": "17218538654712486985", - "value": "297407" - }, - { - "key": "0x416ee75acfa793a14ee882c509e4134e012aa607c0faa231bc70cb76f3a65f8d", - "hash": "9251213141402161577", - "value": "198268" - }, - { - "key": "0xa0e9b3a21cb95cd61bcffe8a3652c5e7b46cec4bfa560ab2e6c6646b1ed7954e", - "hash": "13941648119810601417", - "value": "297401" - }, - { - "key": "0xb5d606293487f8facf53b29461167a6afea40db46bdc5a3ea0d971be7f420102", - "hash": "17486164447159136041", - "value": "99133" - }, - { - "key": "0x1a42a01a6f6754cf0a1ee2499722413cbd8197c0d017af883cbbf0703ad8f967", - "hash": "15430896326167539977", - "value": "99132" - }, - { - "key": "0xa9d5f0e5980f1186280354a38acd806febfe1cf246cf58f758a243773c1a3ae0", - "hash": "13907381651495880169", - "value": "297358" - }, - { - "key": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "hash": "13587116394056395145", - "value": "297354" - } - ], - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/1255836496/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/block_metadata_transactions.json deleted file mode 100644 index 27eda9576..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/block_metadata_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 2, - "block_height": 2, - "id": "0x7155ede2ab87b66e7beba3210b43367eb90daff8891d44ed05eed20a71b9b55a", - "round": 1, - "epoch": 2, - "previous_block_votes_bitvec": [ - 0 - ], - "proposer": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "failed_proposer_indices": [], - "timestamp": "2022-09-09T01:24:17.332551" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/2646510387/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/table_items.json deleted file mode 100644 index cba9a3aad..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 278556781, - "write_set_change_index": 7, - "transaction_block_height": 20040326, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18544645433533405815", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/278556781/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/3/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/table_items.json deleted file mode 100644 index c18172930..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 5523474016, - "write_set_change_index": 44, - "transaction_block_height": 322305240, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "29159026553346716168", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5523474016/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/current_table_items.json deleted file mode 100644 index 1037fe6f5..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/current_table_items.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_hash": "61ff6dde49d23af0395c534ca7bee92391910cd0ac4e4ba3d35a2619e49a1775", - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "29164832318786122251", - "is_deleted": false, - "last_transaction_version": 5979639459 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/table_items.json deleted file mode 100644 index df8a5b3d4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 5979639459, - "write_set_change_index": 4, - "transaction_block_height": 354619634, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "29164832318786122251", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/table_metadatas.json deleted file mode 100644 index 7e2e1fab8..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5979639459/table_metadatas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/current_table_items.json deleted file mode 100644 index bc3bbf053..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/current_table_items.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_hash": "61ff6dde49d23af0395c534ca7bee92391910cd0ac4e4ba3d35a2619e49a1775", - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "29165678689185321503", - "is_deleted": false, - "last_transaction_version": 5992795934 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/table_items.json deleted file mode 100644 index a5745dfc7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 5992795934, - "write_set_change_index": 6, - "transaction_block_height": 356437526, - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "29165678689185321503", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/table_metadatas.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/table_metadatas.json deleted file mode 100644 index 33d9c2700..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/default_processor/5992795934/table_metadatas.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - }, - { - "handle": "0x15ee8af17d949286d38de4eb223262852b6150022e25478ca31111d38939c7e9", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0x5e32abbab0789e8f6c5f559946d0e77e2de62d76f878b77a8cbab5327dac1e0a", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - }, - { - "handle": "0xad589a70930e065131f7b748607ca8a3e998149c9e15134bcf2b608b7fca003e", - "key_type": "u64", - "value_type": "vector<0x1::smart_table::Entry>" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1/events.json deleted file mode 100644 index 338e7e633..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1/events.json +++ /dev/null @@ -1,94 +0,0 @@ -[ - { - "sequence_number": 1, - "creation_number": 3, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "transaction_version": 1, - "transaction_block_height": 1, - "type_": "0x1::block::NewBlockEvent", - "data": { - "hash": "0x1f4392dc07a74b39eaea58b912855cbbd1ab67e5089ae6166329e883c2085f0", - "epoch": "1", - "round": "3", - "height": "1", - "proposer": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "time_microseconds": "1662686657227425", - "failed_proposer_indices": [ - "2", - "1" - ], - "previous_block_votes_bitvec": "0x00" - }, - "indexed_type": "0x1::block::NewBlockEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 12, - "account_address": "0xb7c7d12080209e9dc14498c80200706e760363fb31782247e82cf57d1d6e5d6c", - "transaction_version": 1, - "transaction_block_height": 1, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xb7c7d12080209e9dc14498c80200706e760363fb31782247e82cf57d1d6e5d6c", - "rewards_amount": "0" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 12, - "account_address": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "transaction_version": 1, - "transaction_block_height": 1, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "rewards_amount": "4566200000" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 12, - "account_address": "0x828ca971e35c8b9a807439e5a328fdc9a5ed0efbfb12f40bc451d17f6998be3f", - "transaction_version": 1, - "transaction_block_height": 1, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x828ca971e35c8b9a807439e5a328fdc9a5ed0efbfb12f40bc451d17f6998be3f", - "rewards_amount": "0" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 3 - }, - { - "sequence_number": 0, - "creation_number": 12, - "account_address": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "transaction_version": 1, - "transaction_block_height": 1, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "rewards_amount": "0" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 4 - }, - { - "sequence_number": 1, - "creation_number": 2, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "transaction_version": 1, - "transaction_block_height": 1, - "type_": "0x1::reconfiguration::NewEpochEvent", - "data": { - "epoch": "2" - }, - "indexed_type": "0x1::reconfiguration::NewEpochEvent", - "event_index": 5 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1200394037/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1200394037/events.json deleted file mode 100644 index fa02c1060..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1200394037/events.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1200394037, - "transaction_block_height": 275972253, - "type_": "0x1::fungible_asset::Frozen", - "data": { - "store": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "frozen": true - }, - "indexed_type": "0x1::fungible_asset::Frozen", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1200394037, - "transaction_block_height": 275972253, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "5", - "storage_fee_octas": "53240", - "execution_gas_units": "5", - "total_charge_gas_units": "542", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1255836496/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1255836496/events.json deleted file mode 100644 index a10bb69f9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/1255836496/events.json +++ /dev/null @@ -1,77 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 3, - "account_address": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "transaction_version": 1255836496, - "transaction_block_height": 295534162, - "type_": "0x1::coin::WithdrawEvent", - "data": { - "amount": "300000" - }, - "indexed_type": "0x1::coin::WithdrawEvent", - "event_index": 0 - }, - { - "sequence_number": 707, - "creation_number": 4, - "account_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "transaction_version": 1255836496, - "transaction_block_height": 295534162, - "type_": "0x1::coin::DepositEvent", - "data": { - "amount": "300000" - }, - "indexed_type": "0x1::coin::DepositEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1255836496, - "transaction_block_height": 295534162, - "type_": "0x1::fungible_asset::Deposit", - "data": { - "store": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "amount": "300000" - }, - "indexed_type": "0x1::fungible_asset::Deposit", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1255836496, - "transaction_block_height": 295534162, - "type_": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::lending_pool::Deposit", - "data": { - "pool": { - "inner": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8" - }, - "user": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "token": "0x1::aptos_coin::AptosCoin", - "amount": "300000" - }, - "indexed_type": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::lending_pool::Deposit", - "event_index": 3 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 1255836496, - "transaction_block_height": 295534162, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "16", - "storage_fee_octas": "45720", - "execution_gas_units": "32", - "total_charge_gas_units": "505", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 4 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/2/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/2/events.json deleted file mode 100644 index 1c54ddcd9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/2/events.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "sequence_number": 2, - "creation_number": 3, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "transaction_version": 2, - "transaction_block_height": 2, - "type_": "0x1::block::NewBlockEvent", - "data": { - "hash": "0x7155ede2ab87b66e7beba3210b43367eb90daff8891d44ed05eed20a71b9b55a", - "epoch": "2", - "round": "1", - "height": "2", - "proposer": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "time_microseconds": "1662686657332551", - "failed_proposer_indices": [], - "previous_block_votes_bitvec": "0x00" - }, - "indexed_type": "0x1::block::NewBlockEvent", - "event_index": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/2646510387/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/2646510387/events.json deleted file mode 100644 index 7684dbf5a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/2646510387/events.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 2646510387, - "transaction_block_height": 305131416, - "type_": "0x1::fungible_asset::Withdraw", - "data": { - "store": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "amount": "300" - }, - "indexed_type": "0x1::fungible_asset::Withdraw", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 2646510387, - "transaction_block_height": 305131416, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "1", - "storage_fee_octas": "0", - "execution_gas_units": "3", - "total_charge_gas_units": "3", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/278556781/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/278556781/events.json deleted file mode 100644 index b3c4de024..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/278556781/events.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "sequence_number": 2, - "creation_number": 0, - "account_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "transaction_version": 278556781, - "transaction_block_height": 20040326, - "type_": "0x1::account::CoinRegisterEvent", - "data": { - "type_info": { - "module_name": "0x70726f746f6e5f63626479", - "struct_name": "0x5052545f4b4642434343", - "account_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862" - } - }, - "indexed_type": "0x1::account::CoinRegisterEvent", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 10, - "account_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "transaction_version": 278556781, - "transaction_block_height": 20040326, - "type_": "0x1::coin::DepositEvent", - "data": { - "amount": "1000000000000000000" - }, - "indexed_type": "0x1::coin::DepositEvent", - "event_index": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/3/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/3/events.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/3/events.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5523474016/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5523474016/events.json deleted file mode 100644 index d1a0d7d76..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5523474016/events.json +++ /dev/null @@ -1,281 +0,0 @@ -[ - { - "sequence_number": 9814, - "creation_number": 12, - "account_address": "0x0a4113560d0b18ba38797f2a899c4b27e0c5b0476be5d8f6be68fba8b1861ed0", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xa4113560d0b18ba38797f2a899c4b27e0c5b0476be5d8f6be68fba8b1861ed0", - "rewards_amount": "789371656" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 0 - }, - { - "sequence_number": 4252, - "creation_number": 12, - "account_address": "0x286e8af6717ef6b1e361aae8ab28dd6664bf562c2805dd9a53432246ec66566e", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x286e8af6717ef6b1e361aae8ab28dd6664bf562c2805dd9a53432246ec66566e", - "rewards_amount": "19174256316" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 1 - }, - { - "sequence_number": 9823, - "creation_number": 12, - "account_address": "0x116176e2af223a8b7f8db80dc52f7a423b4d7f8c0553a1747e92ef58849aff4f", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x116176e2af223a8b7f8db80dc52f7a423b4d7f8c0553a1747e92ef58849aff4f", - "rewards_amount": "19178730843" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 2 - }, - { - "sequence_number": 3697, - "creation_number": 12, - "account_address": "0xba08cec00a8cfa1deff6c9212dda8d198c8fa6ee1992f3ada76d645f99e3402b", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xba08cec00a8cfa1deff6c9212dda8d198c8fa6ee1992f3ada76d645f99e3402b", - "rewards_amount": "818123890" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 3 - }, - { - "sequence_number": 9813, - "creation_number": 12, - "account_address": "0x12000330d7cd8a748f46c25e6ce5d236a27e13d0b510d4516ac84ecc5fddd002", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x12000330d7cd8a748f46c25e6ce5d236a27e13d0b510d4516ac84ecc5fddd002", - "rewards_amount": "19178287161" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 4 - }, - { - "sequence_number": 14143, - "creation_number": 12, - "account_address": "0x5176f2252762e527e3598c22f1bdb3a1ac0ff0db2d7518cabbc99305330a864a", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x5176f2252762e527e3598c22f1bdb3a1ac0ff0db2d7518cabbc99305330a864a", - "rewards_amount": "963055869" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 5 - }, - { - "sequence_number": 9812, - "creation_number": 12, - "account_address": "0xf0a156ed79ab6ccb5a643af48716263b565fd985ba36560966b4a91bdc8521f4", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xf0a156ed79ab6ccb5a643af48716263b565fd985ba36560966b4a91bdc8521f4", - "rewards_amount": "19177688699" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 6 - }, - { - "sequence_number": 7807, - "creation_number": 12, - "account_address": "0xa562415be88d9f08ba98fa3f6af9be0e36580c0f8fff5100a50b519e8f4a15c9", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xa562415be88d9f08ba98fa3f6af9be0e36580c0f8fff5100a50b519e8f4a15c9", - "rewards_amount": "841058926" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 7 - }, - { - "sequence_number": 9823, - "creation_number": 12, - "account_address": "0x676f640c90cb6c45f21be50974531d440309aa4ddad919ae0429039789a3d8a9", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x676f640c90cb6c45f21be50974531d440309aa4ddad919ae0429039789a3d8a9", - "rewards_amount": "19178518163" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 8 - }, - { - "sequence_number": 9829, - "creation_number": 12, - "account_address": "0x03c04549114877c55f45649aba48ac0a4ff086ab7bdce3b8cc8d3d9947bc0d99", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x3c04549114877c55f45649aba48ac0a4ff086ab7bdce3b8cc8d3d9947bc0d99", - "rewards_amount": "19185171265" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 9 - }, - { - "sequence_number": 4252, - "creation_number": 12, - "account_address": "0x6d00a8a82bd0b6d187f9a328118ad61b5c80237362e8f5dd2454f2d3a1b03890", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x6d00a8a82bd0b6d187f9a328118ad61b5c80237362e8f5dd2454f2d3a1b03890", - "rewards_amount": "19174925092" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 10 - }, - { - "sequence_number": 8256, - "creation_number": 12, - "account_address": "0x7a2ddb6af66beb0d9987c6c9010cb9053454f067e16775a8ecf19961195c3d28", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x7a2ddb6af66beb0d9987c6c9010cb9053454f067e16775a8ecf19961195c3d28", - "rewards_amount": "18813123628" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 11 - }, - { - "sequence_number": 8641, - "creation_number": 10, - "account_address": "0xeecd6e9fb71f3a67db6321e93deecf7a9d7c3f4fac6cd170deb3e8b183281943", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xeecd6e9fb71f3a67db6321e93deecf7a9d7c3f4fac6cd170deb3e8b183281943", - "rewards_amount": "828031401" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 12 - }, - { - "sequence_number": 1882, - "creation_number": 12, - "account_address": "0xfd47a2fb988c959839ea2fe4d7169b48536a42bf5e4933790701a08252ba2039", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xfd47a2fb988c959839ea2fe4d7169b48536a42bf5e4933790701a08252ba2039", - "rewards_amount": "798768182" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 13 - }, - { - "sequence_number": 2197, - "creation_number": 12, - "account_address": "0x479ca442491cfd636f84fa8e56fa420c8038587e459e886d16a0b9d3993b16ba", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x479ca442491cfd636f84fa8e56fa420c8038587e459e886d16a0b9d3993b16ba", - "rewards_amount": "18896078163" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 14 - }, - { - "sequence_number": 2199, - "creation_number": 12, - "account_address": "0x95a0e6b1105ba7ef9382e585d32e9dbf1a73833975af77d9b6924aa33468df07", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x95a0e6b1105ba7ef9382e585d32e9dbf1a73833975af77d9b6924aa33468df07", - "rewards_amount": "18894077814" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 15 - }, - { - "sequence_number": 225, - "creation_number": 12, - "account_address": "0xb59c2db675c086d0c07b0f5d5ebd95ea9ead4429d836284fc4a576c4eed5799c", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xb59c2db675c086d0c07b0f5d5ebd95ea9ead4429d836284fc4a576c4eed5799c", - "rewards_amount": "787639333" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 16 - }, - { - "sequence_number": 405, - "creation_number": 12, - "account_address": "0x50e52098d22c91f4c6a0065d03b2602cc2643089b218096e3cfe5f1bd98d80e6", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0x50e52098d22c91f4c6a0065d03b2602cc2643089b218096e3cfe5f1bd98d80e6", - "rewards_amount": "789473752" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 17 - }, - { - "sequence_number": 330, - "creation_number": 10, - "account_address": "0xa5ed5d5e8c892165b18c2062596e8d1139fbb2cc451d430f787cd707122ce023", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::stake::DistributeRewardsEvent", - "data": { - "pool_address": "0xa5ed5d5e8c892165b18c2062596e8d1139fbb2cc451d430f787cd707122ce023", - "rewards_amount": "787913628" - }, - "indexed_type": "0x1::stake::DistributeRewardsEvent", - "event_index": 18 - }, - { - "sequence_number": 16643, - "creation_number": 2, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "transaction_version": 5523474016, - "transaction_block_height": 322305240, - "type_": "0x1::reconfiguration::NewEpochEvent", - "data": { - "epoch": "16644" - }, - "indexed_type": "0x1::reconfiguration::NewEpochEvent", - "event_index": 19 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5979639459/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5979639459/events.json deleted file mode 100644 index ed5feab5f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5979639459/events.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0xb7a4a81a3d513e3e18ee6bec61a001d7e18c5d92bb6645a2f21f0b0fec2531a6", - "transaction_version": 5979639459, - "transaction_block_height": 354619634, - "type_": "0x1::account::CoinRegisterEvent", - "data": { - "type_info": { - "module_name": "0x6170746f735f636f696e", - "struct_name": "0x4170746f73436f696e", - "account_address": "0x1" - } - }, - "indexed_type": "0x1::account::CoinRegisterEvent", - "event_index": 0 - }, - { - "sequence_number": 21684, - "creation_number": 3, - "account_address": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "transaction_version": 5979639459, - "transaction_block_height": 354619634, - "type_": "0x1::coin::WithdrawEvent", - "data": { - "amount": "10" - }, - "indexed_type": "0x1::coin::WithdrawEvent", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 2, - "account_address": "0xb7a4a81a3d513e3e18ee6bec61a001d7e18c5d92bb6645a2f21f0b0fec2531a6", - "transaction_version": 5979639459, - "transaction_block_height": 354619634, - "type_": "0x1::coin::DepositEvent", - "data": { - "amount": "10" - }, - "indexed_type": "0x1::coin::DepositEvent", - "event_index": 2 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 5979639459, - "transaction_block_height": 354619634, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "5", - "storage_fee_octas": "98800", - "execution_gas_units": "6", - "total_charge_gas_units": "999", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 3 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5992795934/events.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5992795934/events.json deleted file mode 100644 index dd105cc73..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/events_processor/5992795934/events.json +++ /dev/null @@ -1,47 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 5992795934, - "transaction_block_height": 356437526, - "type_": "0x1::fungible_asset::Withdraw", - "data": { - "store": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "amount": "100000000" - }, - "indexed_type": "0x1::fungible_asset::Withdraw", - "event_index": 0 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 5992795934, - "transaction_block_height": 356437526, - "type_": "0x1::fungible_asset::Deposit", - "data": { - "store": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "amount": "100000000" - }, - "indexed_type": "0x1::fungible_asset::Deposit", - "event_index": 1 - }, - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 5992795934, - "transaction_block_height": 356437526, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "7", - "storage_fee_octas": "0", - "execution_gas_units": "5", - "total_charge_gas_units": "12", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/coin_supply.json deleted file mode 100644 index 05dd7f35b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 1, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "18448344078275751615", - "transaction_timestamp": "2022-09-09T01:24:17", - "transaction_epoch": 1 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/current_fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/current_fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/coin_supply.json deleted file mode 100644 index ecf32ae69..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 1200394037, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "19151940986583212718", - "transaction_timestamp": "2024-05-22T05:52:52", - "transaction_epoch": 14987 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/current_fungible_asset_balances.json deleted file mode 100644 index 27b7244ad..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/current_fungible_asset_balances.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "storage_id": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "owner_address": "0xbc054b63705ba1440cd48527756adc0861310658dcb3b13b13f5193d447c1f1e", - "asset_type": "0xa0e8bee18e7ed6c7f52ff2708c367c7214083e16dc69827c0311dab87f17f554", - "is_primary": true, - "is_frozen": true, - "amount": "0", - "last_transaction_timestamp": "2024-05-22T05:52:52", - "last_transaction_version": 1200394037, - "token_standard": "v2" - }, - { - "storage_id": "0x30ada02023d8f633496e5119bdf88f898ddb11e95bb2f1f73aedbf75b042e502", - "owner_address": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99580400", - "last_transaction_timestamp": "2024-05-22T05:52:52", - "last_transaction_version": 1200394037, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_activities.json deleted file mode 100644 index f7fe2bb48..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_activities.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "transaction_version": 1200394037, - "event_index": -1, - "owner_address": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc", - "storage_id": "0x30ada02023d8f633496e5119bdf88f898ddb11e95bb2f1f73aedbf75b042e502", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "54200", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc::fa_coin::freeze_account", - "block_height": 275972253, - "token_standard": "v1", - "transaction_timestamp": "2024-05-22T05:52:52", - "storage_refund_amount": "0" - }, - { - "transaction_version": 1200394037, - "event_index": 0, - "owner_address": "0xbc054b63705ba1440cd48527756adc0861310658dcb3b13b13f5193d447c1f1e", - "storage_id": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "asset_type": "0xa0e8bee18e7ed6c7f52ff2708c367c7214083e16dc69827c0311dab87f17f554", - "is_frozen": true, - "amount": null, - "type_": "0x1::fungible_asset::Frozen", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc::fa_coin::freeze_account", - "block_height": 275972253, - "token_standard": "v2", - "transaction_timestamp": "2024-05-22T05:52:52", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_balances.json deleted file mode 100644 index b1894b963..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_balances.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "transaction_version": 1200394037, - "write_set_change_index": 0, - "storage_id": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "owner_address": "0xbc054b63705ba1440cd48527756adc0861310658dcb3b13b13f5193d447c1f1e", - "asset_type": "0xa0e8bee18e7ed6c7f52ff2708c367c7214083e16dc69827c0311dab87f17f554", - "is_primary": true, - "is_frozen": true, - "amount": "0", - "transaction_timestamp": "2024-05-22T05:52:52", - "token_standard": "v2" - }, - { - "transaction_version": 1200394037, - "write_set_change_index": 2, - "storage_id": "0x30ada02023d8f633496e5119bdf88f898ddb11e95bb2f1f73aedbf75b042e502", - "owner_address": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99580400", - "transaction_timestamp": "2024-05-22T05:52:52", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1200394037/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/coin_supply.json deleted file mode 100644 index 937a86719..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 1255836496, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "29152644549222814344", - "transaction_timestamp": "2024-06-18T05:07:55", - "transaction_epoch": 15650 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/current_fungible_asset_balances.json deleted file mode 100644 index e5c643eb6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/current_fungible_asset_balances.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "storage_id": "0x2086a7aaf18928233884d1725d4f92c5f26c67ac03cb98fe2dc40c99671282dc", - "owner_address": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "29450400", - "last_transaction_timestamp": "2024-06-18T05:07:55", - "last_transaction_version": 1255836496, - "token_standard": "v1" - }, - { - "storage_id": "0x56c216a20a151df2e917008e27f3b70250f1cbb80eeef24e64e2335630825fa3", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "17374075418", - "last_transaction_timestamp": "2024-06-18T05:07:55", - "last_transaction_version": 1255836496, - "token_standard": "v1" - }, - { - "storage_id": "0x7ea259eaaacce518a7479baca008e17fab2d0267a16e11979d52eb6c5433aad6", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "asset_type": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "is_primary": false, - "is_frozen": false, - "amount": "93054699", - "last_transaction_timestamp": "2024-06-18T05:07:55", - "last_transaction_version": 1255836496, - "token_standard": "v2" - }, - { - "storage_id": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "asset_type": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "is_primary": false, - "is_frozen": false, - "amount": "17272186129", - "last_transaction_timestamp": "2024-06-18T05:07:55", - "last_transaction_version": 1255836496, - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_activities.json deleted file mode 100644 index deda77d29..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_activities.json +++ /dev/null @@ -1,74 +0,0 @@ -[ - { - "transaction_version": 1255836496, - "event_index": -1, - "owner_address": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "storage_id": "0x2086a7aaf18928233884d1725d4f92c5f26c67ac03cb98fe2dc40c99671282dc", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "50500", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::meso::deposit_coin", - "block_height": 295534162, - "token_standard": "v1", - "transaction_timestamp": "2024-06-18T05:07:55", - "storage_refund_amount": "0" - }, - { - "transaction_version": 1255836496, - "event_index": 0, - "owner_address": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "storage_id": "0x2086a7aaf18928233884d1725d4f92c5f26c67ac03cb98fe2dc40c99671282dc", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300000", - "type_": "0x1::coin::WithdrawEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::meso::deposit_coin", - "block_height": 295534162, - "token_standard": "v1", - "transaction_timestamp": "2024-06-18T05:07:55", - "storage_refund_amount": "0" - }, - { - "transaction_version": 1255836496, - "event_index": 1, - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "storage_id": "0x56c216a20a151df2e917008e27f3b70250f1cbb80eeef24e64e2335630825fa3", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300000", - "type_": "0x1::coin::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::meso::deposit_coin", - "block_height": 295534162, - "token_standard": "v1", - "transaction_timestamp": "2024-06-18T05:07:55", - "storage_refund_amount": "0" - }, - { - "transaction_version": 1255836496, - "event_index": 2, - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "storage_id": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "asset_type": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "is_frozen": null, - "amount": "300000", - "type_": "0x1::fungible_asset::Deposit", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::meso::deposit_coin", - "block_height": 295534162, - "token_standard": "v2", - "transaction_timestamp": "2024-06-18T05:07:55", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_balances.json deleted file mode 100644 index 2dd21aa02..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_balances.json +++ /dev/null @@ -1,50 +0,0 @@ -[ - { - "transaction_version": 1255836496, - "write_set_change_index": 4, - "storage_id": "0x56c216a20a151df2e917008e27f3b70250f1cbb80eeef24e64e2335630825fa3", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "17374075418", - "transaction_timestamp": "2024-06-18T05:07:55", - "token_standard": "v1" - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 5, - "storage_id": "0x7ea259eaaacce518a7479baca008e17fab2d0267a16e11979d52eb6c5433aad6", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "asset_type": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "is_primary": false, - "is_frozen": false, - "amount": "93054699", - "transaction_timestamp": "2024-06-18T05:07:55", - "token_standard": "v2" - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 8, - "storage_id": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "asset_type": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "is_primary": false, - "is_frozen": false, - "amount": "17272186129", - "transaction_timestamp": "2024-06-18T05:07:55", - "token_standard": "v2" - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 16, - "storage_id": "0x2086a7aaf18928233884d1725d4f92c5f26c67ac03cb98fe2dc40c99671282dc", - "owner_address": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "29450400", - "transaction_timestamp": "2024-06-18T05:07:55", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_metadata.json deleted file mode 100644 index cce12e785..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/1255836496/fungible_asset_metadata.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "asset_type": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "creator_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "name": "Aptos Coin", - "symbol": "APT", - "decimals": 8, - "icon_uri": "", - "project_uri": "", - "last_transaction_version": 1255836496, - "last_transaction_timestamp": "2024-06-18T05:07:55", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v2", - "maximum_v2": "340282366920938463463374607431768211455", - "is_token_v2": null, - "supply_v2": "17374075418" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/coin_supply.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/coin_supply.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/current_fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/current_fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/coin_supply.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/coin_supply.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/current_fungible_asset_balances.json deleted file mode 100644 index 0925ff889..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "asset_type": "0x000000000000000000000000000000000000000000000000000000000000000a", - "is_primary": true, - "is_frozen": false, - "amount": "398922140", - "last_transaction_timestamp": "2024-07-01T22:15:07", - "last_transaction_version": 2646510387, - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_activities.json deleted file mode 100644 index 07de287ba..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_activities.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "transaction_version": 2646510387, - "event_index": -1, - "owner_address": "0x25b7c0bcd05c7ca74dfd664345f0c7a80678eea427a73cbd0792a8ceb34f59aa", - "storage_id": "0x36f7aaf44e5c6ffcf68cc8ceb4d09a1cca4f353dab08698b830433944b1084d4", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "is_transaction_success": true, - "entry_function_id_str": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5::fungible_asset_example::no_op", - "block_height": 305131416, - "token_standard": "v1", - "transaction_timestamp": "2024-07-01T22:15:07", - "storage_refund_amount": "0" - }, - { - "transaction_version": 2646510387, - "event_index": 0, - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "storage_id": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "asset_type": "0x000000000000000000000000000000000000000000000000000000000000000a", - "is_frozen": null, - "amount": "300", - "type_": "0x1::fungible_asset::Withdraw", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5::fungible_asset_example::no_op", - "block_height": 305131416, - "token_standard": "v2", - "transaction_timestamp": "2024-07-01T22:15:07", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_balances.json deleted file mode 100644 index 20a2632e1..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 2646510387, - "write_set_change_index": 9, - "storage_id": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "asset_type": "0x000000000000000000000000000000000000000000000000000000000000000a", - "is_primary": true, - "is_frozen": false, - "amount": "398922140", - "transaction_timestamp": "2024-07-01T22:15:07", - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_metadata.json deleted file mode 100644 index 3e92428fc..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/2646510387/fungible_asset_metadata.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "asset_type": "0x000000000000000000000000000000000000000000000000000000000000000a", - "creator_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "name": "Aptos Coin", - "symbol": "APT", - "decimals": 8, - "icon_uri": "", - "project_uri": "", - "last_transaction_version": 2646510387, - "last_transaction_timestamp": "2024-07-01T22:15:07", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v2", - "maximum_v2": "340282366920938463463374607431768211455", - "is_token_v2": null, - "supply_v2": "126973053239" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/coin_supply.json deleted file mode 100644 index c7455ae56..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 278556781, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "18544645433533405815", - "transaction_timestamp": "2022-10-13T01:46:57", - "transaction_epoch": 746 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/current_fungible_asset_balances.json deleted file mode 100644 index f45ae6826..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/current_fungible_asset_balances.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "storage_id": "0xa0f5bae99aac34d548f1c5f487800e375e451c1d9576bcdae6f3902752c83c01", - "owner_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "10041540182", - "last_transaction_timestamp": "2022-10-13T01:46:57", - "last_transaction_version": 278556781, - "token_standard": "v1" - }, - { - "storage_id": "0xfc6edbad85409914ab088b68fed0528e4d8e36dcee31075bb8252b4f426a6cff", - "owner_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "asset_type": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862::proton_cbdy::PRT_KFBCCC", - "is_primary": true, - "is_frozen": false, - "amount": "1000000000000000000", - "last_transaction_timestamp": "2022-10-13T01:46:57", - "last_transaction_version": 278556781, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_activities.json deleted file mode 100644 index 436b43072..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_activities.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "transaction_version": 278556781, - "event_index": -1, - "owner_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "storage_id": "0xa0f5bae99aac34d548f1c5f487800e375e451c1d9576bcdae6f3902752c83c01", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "2787000", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1::code::publish_package_txn", - "block_height": 20040326, - "token_standard": "v1", - "transaction_timestamp": "2022-10-13T01:46:57", - "storage_refund_amount": "0" - }, - { - "transaction_version": 278556781, - "event_index": 1, - "owner_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "storage_id": "0xfc6edbad85409914ab088b68fed0528e4d8e36dcee31075bb8252b4f426a6cff", - "asset_type": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862::proton_cbdy::PRT_KFBCCC", - "is_frozen": null, - "amount": "1000000000000000000", - "type_": "0x1::coin::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1::code::publish_package_txn", - "block_height": 20040326, - "token_standard": "v1", - "transaction_timestamp": "2022-10-13T01:46:57", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_balances.json deleted file mode 100644 index 779d4957c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_balances.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "transaction_version": 278556781, - "write_set_change_index": 3, - "storage_id": "0xa0f5bae99aac34d548f1c5f487800e375e451c1d9576bcdae6f3902752c83c01", - "owner_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "10041540182", - "transaction_timestamp": "2022-10-13T01:46:57", - "token_standard": "v1" - }, - { - "transaction_version": 278556781, - "write_set_change_index": 4, - "storage_id": "0xfc6edbad85409914ab088b68fed0528e4d8e36dcee31075bb8252b4f426a6cff", - "owner_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "asset_type": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862::proton_cbdy::PRT_KFBCCC", - "is_primary": true, - "is_frozen": false, - "amount": "1000000000000000000", - "transaction_timestamp": "2022-10-13T01:46:57", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_metadata.json deleted file mode 100644 index e8e1451fe..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/278556781/fungible_asset_metadata.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "asset_type": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862::proton_cbdy::PRT_KFBCCC", - "creator_address": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "name": "Aptos", - "symbol": "APT", - "decimals": 10, - "icon_uri": null, - "project_uri": null, - "last_transaction_version": 278556781, - "last_transaction_timestamp": "2022-10-13T01:46:57", - "supply_aggregator_table_handle_v1": null, - "supply_aggregator_table_key_v1": null, - "token_standard": "v1", - "maximum_v2": null, - "is_token_v2": null, - "supply_v2": null - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/coin_supply.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/coin_supply.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/current_fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/current_fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/3/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/coin_supply.json deleted file mode 100644 index 3d51eb2f6..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 5523474016, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "29159026553346716168", - "transaction_timestamp": "2024-07-29T00:02:18", - "transaction_epoch": 16643 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/current_fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/current_fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5523474016/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/coin_supply.json deleted file mode 100644 index 04bab61ee..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 5979639459, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "29164832318786122251", - "transaction_timestamp": "2024-09-13T16:48:29", - "transaction_epoch": 17778 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/current_fungible_asset_balances.json deleted file mode 100644 index 9727ea023..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/current_fungible_asset_balances.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "storage_id": "0x239f9719aceb8223231f615e436fcfc8b7e7a6cb03350d00dc72b47678e5d78b", - "owner_address": "0xb7a4a81a3d513e3e18ee6bec61a001d7e18c5d92bb6645a2f21f0b0fec2531a6", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "10", - "last_transaction_timestamp": "2024-09-13T16:48:29", - "last_transaction_version": 5979639459, - "token_standard": "v1" - }, - { - "storage_id": "0x32edf0b123cd57094ba7b0b5a0b1524e0f2117b547adf65e8b0c08b39e30d242", - "owner_address": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "16673484350", - "last_transaction_timestamp": "2024-09-13T16:48:29", - "last_transaction_version": 5979639459, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_activities.json deleted file mode 100644 index 5e99ebdf9..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_activities.json +++ /dev/null @@ -1,56 +0,0 @@ -[ - { - "transaction_version": 5979639459, - "event_index": -1, - "owner_address": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "storage_id": "0x32edf0b123cd57094ba7b0b5a0b1524e0f2117b547adf65e8b0c08b39e30d242", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "99900", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1::aptos_account::transfer", - "block_height": 354619634, - "token_standard": "v1", - "transaction_timestamp": "2024-09-13T16:48:29", - "storage_refund_amount": "0" - }, - { - "transaction_version": 5979639459, - "event_index": 1, - "owner_address": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "storage_id": "0x32edf0b123cd57094ba7b0b5a0b1524e0f2117b547adf65e8b0c08b39e30d242", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "10", - "type_": "0x1::coin::WithdrawEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1::aptos_account::transfer", - "block_height": 354619634, - "token_standard": "v1", - "transaction_timestamp": "2024-09-13T16:48:29", - "storage_refund_amount": "0" - }, - { - "transaction_version": 5979639459, - "event_index": 2, - "owner_address": "0xb7a4a81a3d513e3e18ee6bec61a001d7e18c5d92bb6645a2f21f0b0fec2531a6", - "storage_id": "0x239f9719aceb8223231f615e436fcfc8b7e7a6cb03350d00dc72b47678e5d78b", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "10", - "type_": "0x1::coin::DepositEvent", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x1::aptos_account::transfer", - "block_height": 354619634, - "token_standard": "v1", - "transaction_timestamp": "2024-09-13T16:48:29", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_balances.json deleted file mode 100644 index 9305714f7..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_balances.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "transaction_version": 5979639459, - "write_set_change_index": 0, - "storage_id": "0x32edf0b123cd57094ba7b0b5a0b1524e0f2117b547adf65e8b0c08b39e30d242", - "owner_address": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "16673484350", - "transaction_timestamp": "2024-09-13T16:48:29", - "token_standard": "v1" - }, - { - "transaction_version": 5979639459, - "write_set_change_index": 2, - "storage_id": "0x239f9719aceb8223231f615e436fcfc8b7e7a6cb03350d00dc72b47678e5d78b", - "owner_address": "0xb7a4a81a3d513e3e18ee6bec61a001d7e18c5d92bb6645a2f21f0b0fec2531a6", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "10", - "transaction_timestamp": "2024-09-13T16:48:29", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5979639459/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/coin_supply.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/coin_supply.json deleted file mode 100644 index 78207671f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 5992795934, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "29165678689185321503", - "transaction_timestamp": "2024-09-16T06:58:10", - "transaction_epoch": 17841 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/current_fungible_asset_balances.json deleted file mode 100644 index fdb2aaccb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/current_fungible_asset_balances.json +++ /dev/null @@ -1,35 +0,0 @@ -[ - { - "storage_id": "0x5120dc6832daa352228ba75c1e7e73f57a80b608c900a7060382516a5c035f20", - "owner_address": "0xd34ea8c6faa9d25a9f07504759c1d92bd5ad05af89062d57cf69dd4861fe3e3c", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "18901942640", - "last_transaction_timestamp": "2024-09-16T06:58:10", - "last_transaction_version": 5992795934, - "token_standard": "v1" - }, - { - "storage_id": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "owner_address": "0x422e4585fdb8705aeaafb9501e7e03dc8125134da04ed8322244687c50c3fa55", - "asset_type": "0x618d700859af35c08518d1552c2601808261288cfd032461fb3424587484ac7f", - "is_primary": true, - "is_frozen": false, - "amount": "0", - "last_transaction_timestamp": "2024-09-16T06:58:10", - "last_transaction_version": 5992795934, - "token_standard": "v2" - }, - { - "storage_id": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "owner_address": "0x13fc6cb932ab90e65ce901460ce8d4b232d4e365294c6ea5afca94625adba47f", - "asset_type": "0x618d700859af35c08518d1552c2601808261288cfd032461fb3424587484ac7f", - "is_primary": true, - "is_frozen": false, - "amount": "9996985969300000000", - "last_transaction_timestamp": "2024-09-16T06:58:10", - "last_transaction_version": 5992795934, - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_activities.json deleted file mode 100644 index bc3197a95..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_activities.json +++ /dev/null @@ -1,56 +0,0 @@ -[ - { - "transaction_version": 5992795934, - "event_index": -1, - "owner_address": "0xd34ea8c6faa9d25a9f07504759c1d92bd5ad05af89062d57cf69dd4861fe3e3c", - "storage_id": "0x5120dc6832daa352228ba75c1e7e73f57a80b608c900a7060382516a5c035f20", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "1200", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x7120b5552460116c3734ec3fed721e376bf9afc10c1bba13c678d74cd4608f12::TeviStar::force_transfer", - "block_height": 356437526, - "token_standard": "v1", - "transaction_timestamp": "2024-09-16T06:58:10", - "storage_refund_amount": "0" - }, - { - "transaction_version": 5992795934, - "event_index": 0, - "owner_address": "0x422e4585fdb8705aeaafb9501e7e03dc8125134da04ed8322244687c50c3fa55", - "storage_id": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "asset_type": "0x618d700859af35c08518d1552c2601808261288cfd032461fb3424587484ac7f", - "is_frozen": null, - "amount": "100000000", - "type_": "0x1::fungible_asset::Withdraw", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x7120b5552460116c3734ec3fed721e376bf9afc10c1bba13c678d74cd4608f12::TeviStar::force_transfer", - "block_height": 356437526, - "token_standard": "v2", - "transaction_timestamp": "2024-09-16T06:58:10", - "storage_refund_amount": "0" - }, - { - "transaction_version": 5992795934, - "event_index": 1, - "owner_address": "0x13fc6cb932ab90e65ce901460ce8d4b232d4e365294c6ea5afca94625adba47f", - "storage_id": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "asset_type": "0x618d700859af35c08518d1552c2601808261288cfd032461fb3424587484ac7f", - "is_frozen": null, - "amount": "100000000", - "type_": "0x1::fungible_asset::Deposit", - "is_gas_fee": false, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": "0x7120b5552460116c3734ec3fed721e376bf9afc10c1bba13c678d74cd4608f12::TeviStar::force_transfer", - "block_height": 356437526, - "token_standard": "v2", - "transaction_timestamp": "2024-09-16T06:58:10", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_balances.json deleted file mode 100644 index 750b30768..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_balances.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "transaction_version": 5992795934, - "write_set_change_index": 0, - "storage_id": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "owner_address": "0x422e4585fdb8705aeaafb9501e7e03dc8125134da04ed8322244687c50c3fa55", - "asset_type": "0x618d700859af35c08518d1552c2601808261288cfd032461fb3424587484ac7f", - "is_primary": true, - "is_frozen": false, - "amount": "0", - "transaction_timestamp": "2024-09-16T06:58:10", - "token_standard": "v2" - }, - { - "transaction_version": 5992795934, - "write_set_change_index": 2, - "storage_id": "0x5120dc6832daa352228ba75c1e7e73f57a80b608c900a7060382516a5c035f20", - "owner_address": "0xd34ea8c6faa9d25a9f07504759c1d92bd5ad05af89062d57cf69dd4861fe3e3c", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "18901942640", - "transaction_timestamp": "2024-09-16T06:58:10", - "token_standard": "v1" - }, - { - "transaction_version": 5992795934, - "write_set_change_index": 4, - "storage_id": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "owner_address": "0x13fc6cb932ab90e65ce901460ce8d4b232d4e365294c6ea5afca94625adba47f", - "asset_type": "0x618d700859af35c08518d1552c2601808261288cfd032461fb3424587484ac7f", - "is_primary": true, - "is_frozen": false, - "amount": "9996985969300000000", - "transaction_timestamp": "2024-09-16T06:58:10", - "token_standard": "v2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/fungible_asset_processor/5992795934/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1200394037/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1200394037/current_objects.json deleted file mode 100644 index ded23f27f..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1200394037/current_objects.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "object_address": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "owner_address": "0xbc054b63705ba1440cd48527756adc0861310658dcb3b13b13f5193d447c1f1e", - "state_key_hash": "0x1df943c95c00812ba7c3315734ee1df455e7bab2b08b16e67dd23139cb6b78b5", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 1200394037, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1200394037/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1200394037/objects.json deleted file mode 100644 index 433c5f19b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1200394037/objects.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "transaction_version": 1200394037, - "write_set_change_index": 0, - "object_address": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "owner_address": "0xbc054b63705ba1440cd48527756adc0861310658dcb3b13b13f5193d447c1f1e", - "state_key_hash": "0x1df943c95c00812ba7c3315734ee1df455e7bab2b08b16e67dd23139cb6b78b5", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 1200394037, - "write_set_change_index": 1, - "object_address": "0x1fff287896925cd278649c9c18ccf22e8ee879964f0284f61df4fd811574cdb4", - "owner_address": "0xbc054b63705ba1440cd48527756adc0861310658dcb3b13b13f5193d447c1f1e", - "state_key_hash": "0x1df943c95c00812ba7c3315734ee1df455e7bab2b08b16e67dd23139cb6b78b5", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/current_objects.json deleted file mode 100644 index 0f9f6e146..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/current_objects.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "object_address": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "state_key_hash": "0x8ff4b48c6d27126305b642d060047913507760f89fed6e739b25495422da784e", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 1255836496, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x7ea259eaaacce518a7479baca008e17fab2d0267a16e11979d52eb6c5433aad6", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xe65aa304842d45a8340c95cb41019ef4279bc7c54e86f628007303a7a9067e79", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 1255836496, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 1255836496, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/objects.json deleted file mode 100644 index 633a709ac..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/objects.json +++ /dev/null @@ -1,167 +0,0 @@ -[ - { - "transaction_version": 1255836496, - "write_set_change_index": 0, - "object_address": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "state_key_hash": "0x8ff4b48c6d27126305b642d060047913507760f89fed6e739b25495422da784e", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 1, - "object_address": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "state_key_hash": "0x8ff4b48c6d27126305b642d060047913507760f89fed6e739b25495422da784e", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 2, - "object_address": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "state_key_hash": "0x8ff4b48c6d27126305b642d060047913507760f89fed6e739b25495422da784e", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 3, - "object_address": "0x4551f2167c446b219c4dee2aa5496395c82a465cd57c5b362621af451c5d062b", - "owner_address": "0x6cbd58aec3b1eb5aff37ece4dff62b829ecbc6b851ee94056e852bcde5690ab4", - "state_key_hash": "0x8ff4b48c6d27126305b642d060047913507760f89fed6e739b25495422da784e", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 5, - "object_address": "0x7ea259eaaacce518a7479baca008e17fab2d0267a16e11979d52eb6c5433aad6", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xe65aa304842d45a8340c95cb41019ef4279bc7c54e86f628007303a7a9067e79", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 6, - "object_address": "0x7ea259eaaacce518a7479baca008e17fab2d0267a16e11979d52eb6c5433aad6", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xe65aa304842d45a8340c95cb41019ef4279bc7c54e86f628007303a7a9067e79", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 7, - "object_address": "0x7ea259eaaacce518a7479baca008e17fab2d0267a16e11979d52eb6c5433aad6", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xe65aa304842d45a8340c95cb41019ef4279bc7c54e86f628007303a7a9067e79", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 8, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 9, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 10, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 11, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 12, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 13, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 14, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 1255836496, - "write_set_change_index": 15, - "object_address": "0x8f4f0991e18bd9620a4b3756dbe15afd20135eaaa93e0d0b82e6e2412a8e12b8", - "owner_address": "0xbe1390db94c2f8e83fd870c195656921ed4a2a5dee644c6d9c3168fea082a828", - "state_key_hash": "0xf605eda7943ebdfc4c931e8407e23dfa20288f91e191a7a58baf6363a6a2a139", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/1255836496/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2646510387/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2646510387/current_objects.json deleted file mode 100644 index f688471cc..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2646510387/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "allow_ungated_transfer": true, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 2646510387, - "is_deleted": false, - "untransferrable": false - }, - { - "object_address": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "state_key_hash": "0x8148ea745f194e6b279e5e62ec3133d4ff32037058fa3ae9e0c696bf48b7877b", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 2646510387, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2646510387/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2646510387/objects.json deleted file mode 100644 index 962f7f9dd..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/2646510387/objects.json +++ /dev/null @@ -1,112 +0,0 @@ -[ - { - "transaction_version": 2646510387, - "write_set_change_index": 0, - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 1, - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 2, - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 3, - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 4, - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 5, - "object_address": "0x000000000000000000000000000000000000000000000000000000000000000a", - "owner_address": "0x0000000000000000000000000000000000000000000000000000000000000001", - "state_key_hash": "0x1db5441d8fa4229c5844f73fd66da4ad8176cb8793d8b3a7f6ca858722030043", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": true, - "is_deleted": false, - "untransferrable": false - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 7, - "object_address": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "state_key_hash": "0x8148ea745f194e6b279e5e62ec3133d4ff32037058fa3ae9e0c696bf48b7877b", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 8, - "object_address": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "state_key_hash": "0x8148ea745f194e6b279e5e62ec3133d4ff32037058fa3ae9e0c696bf48b7877b", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 9, - "object_address": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "state_key_hash": "0x8148ea745f194e6b279e5e62ec3133d4ff32037058fa3ae9e0c696bf48b7877b", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 2646510387, - "write_set_change_index": 10, - "object_address": "0x6999cbf188405f4732f0561e196c5fdde1e057415dd16c6c9e83e30c9a0e3019", - "owner_address": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5", - "state_key_hash": "0x8148ea745f194e6b279e5e62ec3133d4ff32037058fa3ae9e0c696bf48b7877b", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/278556781/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/3/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5523474016/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5979639459/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/current_objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/current_objects.json deleted file mode 100644 index fa532077e..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/current_objects.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "object_address": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "owner_address": "0x422e4585fdb8705aeaafb9501e7e03dc8125134da04ed8322244687c50c3fa55", - "state_key_hash": "0x11a539a0a1da788b61c301ff314b6238959bd03c8929bc1d0f4e5e247ee91bf4", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 5992795934, - "is_deleted": false, - "untransferrable": true - }, - { - "object_address": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "owner_address": "0x13fc6cb932ab90e65ce901460ce8d4b232d4e365294c6ea5afca94625adba47f", - "state_key_hash": "0xc91f2750d29a3333e39457c9817688fa811f0eaa698f771fae390c5ff6e1fc7d", - "allow_ungated_transfer": false, - "last_guid_creation_num": "1125899906842625", - "last_transaction_version": 5992795934, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/current_table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/objects.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/objects.json deleted file mode 100644 index 8b7559888..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/objects.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "transaction_version": 5992795934, - "write_set_change_index": 0, - "object_address": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "owner_address": "0x422e4585fdb8705aeaafb9501e7e03dc8125134da04ed8322244687c50c3fa55", - "state_key_hash": "0x11a539a0a1da788b61c301ff314b6238959bd03c8929bc1d0f4e5e247ee91bf4", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 5992795934, - "write_set_change_index": 1, - "object_address": "0x8bd5745daa2d6e5817819c6bf37600196e55cfba8c5bcdfdf55684bf4accbb9c", - "owner_address": "0x422e4585fdb8705aeaafb9501e7e03dc8125134da04ed8322244687c50c3fa55", - "state_key_hash": "0x11a539a0a1da788b61c301ff314b6238959bd03c8929bc1d0f4e5e247ee91bf4", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 5992795934, - "write_set_change_index": 4, - "object_address": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "owner_address": "0x13fc6cb932ab90e65ce901460ce8d4b232d4e365294c6ea5afca94625adba47f", - "state_key_hash": "0xc91f2750d29a3333e39457c9817688fa811f0eaa698f771fae390c5ff6e1fc7d", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - }, - { - "transaction_version": 5992795934, - "write_set_change_index": 5, - "object_address": "0xfe90bdd996728b93e09f5d59fd91d6d44be85ab7acea5d1ed535b4c13b2c32c0", - "owner_address": "0x13fc6cb932ab90e65ce901460ce8d4b232d4e365294c6ea5afca94625adba47f", - "state_key_hash": "0xc91f2750d29a3333e39457c9817688fa811f0eaa698f771fae390c5ff6e1fc7d", - "guid_creation_num": "1125899906842625", - "allow_ungated_transfer": false, - "is_deleted": false, - "untransferrable": true - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/table_items.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/objects_processor/5992795934/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_staking_pool_voter.json deleted file mode 100644 index 1a612e897..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/current_staking_pool_voter.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "staking_pool_address": "0x828ca971e35c8b9a807439e5a328fdc9a5ed0efbfb12f40bc451d17f6998be3f", - "voter_address": "0x828ca971e35c8b9a807439e5a328fdc9a5ed0efbfb12f40bc451d17f6998be3f", - "last_transaction_version": 1, - "operator_address": "0x828ca971e35c8b9a807439e5a328fdc9a5ed0efbfb12f40bc451d17f6998be3f" - }, - { - "staking_pool_address": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "voter_address": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "last_transaction_version": 1, - "operator_address": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f" - }, - { - "staking_pool_address": "0xb7c7d12080209e9dc14498c80200706e760363fb31782247e82cf57d1d6e5d6c", - "voter_address": "0xb7c7d12080209e9dc14498c80200706e760363fb31782247e82cf57d1d6e5d6c", - "last_transaction_version": 1, - "operator_address": "0xb7c7d12080209e9dc14498c80200706e760363fb31782247e82cf57d1d6e5d6c" - }, - { - "staking_pool_address": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "voter_address": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "last_transaction_version": 1, - "operator_address": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_activities.json deleted file mode 100644 index d56065baa..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_activities.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "transaction_version": 1, - "event_index": 1, - "delegator_address": "", - "pool_address": "0xb7c7d12080209e9dc14498c80200706e760363fb31782247e82cf57d1d6e5d6c", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "0" - }, - { - "transaction_version": 1, - "event_index": 2, - "delegator_address": "", - "pool_address": "0xdffe3c93b756bf6fec59b052d6fe71b40c3f9b7899d69ab06ba385b1c6728d16", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "4566200000" - }, - { - "transaction_version": 1, - "event_index": 3, - "delegator_address": "", - "pool_address": "0x828ca971e35c8b9a807439e5a328fdc9a5ed0efbfb12f40bc451d17f6998be3f", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "0" - }, - { - "transaction_version": 1, - "event_index": 4, - "delegator_address": "", - "pool_address": "0xacb107b98cd634ca32d39d38ab13df8cbcd5fe7856ce2a3c3d123e53f95d0b6f", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1200394037/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/1255836496/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/2646510387/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/278556781/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/3/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_staking_pool_voter.json deleted file mode 100644 index 5e092fdec..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/current_staking_pool_voter.json +++ /dev/null @@ -1,116 +0,0 @@ -[ - { - "staking_pool_address": "0x03c04549114877c55f45649aba48ac0a4ff086ab7bdce3b8cc8d3d9947bc0d99", - "voter_address": "0x03c04549114877c55f45649aba48ac0a4ff086ab7bdce3b8cc8d3d9947bc0d99", - "last_transaction_version": 5523474016, - "operator_address": "0x03c04549114877c55f45649aba48ac0a4ff086ab7bdce3b8cc8d3d9947bc0d99" - }, - { - "staking_pool_address": "0x0a4113560d0b18ba38797f2a899c4b27e0c5b0476be5d8f6be68fba8b1861ed0", - "voter_address": "0x0a4113560d0b18ba38797f2a899c4b27e0c5b0476be5d8f6be68fba8b1861ed0", - "last_transaction_version": 5523474016, - "operator_address": "0xa377a5a035e81ec0b200ae5b76711b5d5093cfa0cce6296c9a26128491839002" - }, - { - "staking_pool_address": "0x116176e2af223a8b7f8db80dc52f7a423b4d7f8c0553a1747e92ef58849aff4f", - "voter_address": "0x116176e2af223a8b7f8db80dc52f7a423b4d7f8c0553a1747e92ef58849aff4f", - "last_transaction_version": 5523474016, - "operator_address": "0x116176e2af223a8b7f8db80dc52f7a423b4d7f8c0553a1747e92ef58849aff4f" - }, - { - "staking_pool_address": "0x12000330d7cd8a748f46c25e6ce5d236a27e13d0b510d4516ac84ecc5fddd002", - "voter_address": "0x12000330d7cd8a748f46c25e6ce5d236a27e13d0b510d4516ac84ecc5fddd002", - "last_transaction_version": 5523474016, - "operator_address": "0x12000330d7cd8a748f46c25e6ce5d236a27e13d0b510d4516ac84ecc5fddd002" - }, - { - "staking_pool_address": "0x286e8af6717ef6b1e361aae8ab28dd6664bf562c2805dd9a53432246ec66566e", - "voter_address": "0x286e8af6717ef6b1e361aae8ab28dd6664bf562c2805dd9a53432246ec66566e", - "last_transaction_version": 5523474016, - "operator_address": "0x286e8af6717ef6b1e361aae8ab28dd6664bf562c2805dd9a53432246ec66566e" - }, - { - "staking_pool_address": "0x479ca442491cfd636f84fa8e56fa420c8038587e459e886d16a0b9d3993b16ba", - "voter_address": "0x479ca442491cfd636f84fa8e56fa420c8038587e459e886d16a0b9d3993b16ba", - "last_transaction_version": 5523474016, - "operator_address": "0x479ca442491cfd636f84fa8e56fa420c8038587e459e886d16a0b9d3993b16ba" - }, - { - "staking_pool_address": "0x50e52098d22c91f4c6a0065d03b2602cc2643089b218096e3cfe5f1bd98d80e6", - "voter_address": "0x50e52098d22c91f4c6a0065d03b2602cc2643089b218096e3cfe5f1bd98d80e6", - "last_transaction_version": 5523474016, - "operator_address": "0x702aae7212e88aa51e74afcbd1aaf1044f5c8ea63dc5ec7d5cd4b5acaacd02ed" - }, - { - "staking_pool_address": "0x5176f2252762e527e3598c22f1bdb3a1ac0ff0db2d7518cabbc99305330a864a", - "voter_address": "0x5176f2252762e527e3598c22f1bdb3a1ac0ff0db2d7518cabbc99305330a864a", - "last_transaction_version": 5523474016, - "operator_address": "0x5176f2252762e527e3598c22f1bdb3a1ac0ff0db2d7518cabbc99305330a864a" - }, - { - "staking_pool_address": "0x676f640c90cb6c45f21be50974531d440309aa4ddad919ae0429039789a3d8a9", - "voter_address": "0x676f640c90cb6c45f21be50974531d440309aa4ddad919ae0429039789a3d8a9", - "last_transaction_version": 5523474016, - "operator_address": "0x676f640c90cb6c45f21be50974531d440309aa4ddad919ae0429039789a3d8a9" - }, - { - "staking_pool_address": "0x6d00a8a82bd0b6d187f9a328118ad61b5c80237362e8f5dd2454f2d3a1b03890", - "voter_address": "0x6d00a8a82bd0b6d187f9a328118ad61b5c80237362e8f5dd2454f2d3a1b03890", - "last_transaction_version": 5523474016, - "operator_address": "0x6d00a8a82bd0b6d187f9a328118ad61b5c80237362e8f5dd2454f2d3a1b03890" - }, - { - "staking_pool_address": "0x7a2ddb6af66beb0d9987c6c9010cb9053454f067e16775a8ecf19961195c3d28", - "voter_address": "0x7a2ddb6af66beb0d9987c6c9010cb9053454f067e16775a8ecf19961195c3d28", - "last_transaction_version": 5523474016, - "operator_address": "0x31e55012a7d439dcd16fee0509cd5855c1fbdc62057ba7fac3f7c88f5453dd8e" - }, - { - "staking_pool_address": "0x95a0e6b1105ba7ef9382e585d32e9dbf1a73833975af77d9b6924aa33468df07", - "voter_address": "0x95a0e6b1105ba7ef9382e585d32e9dbf1a73833975af77d9b6924aa33468df07", - "last_transaction_version": 5523474016, - "operator_address": "0x95a0e6b1105ba7ef9382e585d32e9dbf1a73833975af77d9b6924aa33468df07" - }, - { - "staking_pool_address": "0xa562415be88d9f08ba98fa3f6af9be0e36580c0f8fff5100a50b519e8f4a15c9", - "voter_address": "0xa562415be88d9f08ba98fa3f6af9be0e36580c0f8fff5100a50b519e8f4a15c9", - "last_transaction_version": 5523474016, - "operator_address": "0xd81ad2b19e5b0afdbfaffa3f51b9a4536a1ec88679440ceb3b1b6002d6ccdc5f" - }, - { - "staking_pool_address": "0xa5ed5d5e8c892165b18c2062596e8d1139fbb2cc451d430f787cd707122ce023", - "voter_address": "0x2e3e8d4ba39fa48001713329e9da796a1512bc481d48afb5f356addfdfcb89a2", - "last_transaction_version": 5523474016, - "operator_address": "0x51dd49506e833b21353eb1eca23b14446b352442861f9bff59001251a0df4274" - }, - { - "staking_pool_address": "0xb59c2db675c086d0c07b0f5d5ebd95ea9ead4429d836284fc4a576c4eed5799c", - "voter_address": "0xb59c2db675c086d0c07b0f5d5ebd95ea9ead4429d836284fc4a576c4eed5799c", - "last_transaction_version": 5523474016, - "operator_address": "0x5e77fedc49e7775868f419b1f5e237bb5efa5673fbba03e77a9dac6a884f1e47" - }, - { - "staking_pool_address": "0xba08cec00a8cfa1deff6c9212dda8d198c8fa6ee1992f3ada76d645f99e3402b", - "voter_address": "0xba08cec00a8cfa1deff6c9212dda8d198c8fa6ee1992f3ada76d645f99e3402b", - "last_transaction_version": 5523474016, - "operator_address": "0x33f846a959accb07941b794dafdc92230f89aec5633185ffbd509502e66b3a05" - }, - { - "staking_pool_address": "0xeecd6e9fb71f3a67db6321e93deecf7a9d7c3f4fac6cd170deb3e8b183281943", - "voter_address": "0xe256f4f4e2986cada739e339895cf5585082ff247464cab8ec56eea726bd2263", - "last_transaction_version": 5523474016, - "operator_address": "0x9f0a211d218b082987408f1e393afe1ba0c202c6d280f081399788d3360c7f09" - }, - { - "staking_pool_address": "0xf0a156ed79ab6ccb5a643af48716263b565fd985ba36560966b4a91bdc8521f4", - "voter_address": "0xf0a156ed79ab6ccb5a643af48716263b565fd985ba36560966b4a91bdc8521f4", - "last_transaction_version": 5523474016, - "operator_address": "0xf0a156ed79ab6ccb5a643af48716263b565fd985ba36560966b4a91bdc8521f4" - }, - { - "staking_pool_address": "0xfd47a2fb988c959839ea2fe4d7169b48536a42bf5e4933790701a08252ba2039", - "voter_address": "0xfd47a2fb988c959839ea2fe4d7169b48536a42bf5e4933790701a08252ba2039", - "last_transaction_version": 5523474016, - "operator_address": "0x89542c8e121e4156b97e0fae8d488b92d0d556063dd336c08053883c8ebd0cc2" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_activities.json deleted file mode 100644 index 3e419c9c0..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_activities.json +++ /dev/null @@ -1,154 +0,0 @@ -[ - { - "transaction_version": 5523474016, - "event_index": 0, - "delegator_address": "", - "pool_address": "0x0a4113560d0b18ba38797f2a899c4b27e0c5b0476be5d8f6be68fba8b1861ed0", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "789371656" - }, - { - "transaction_version": 5523474016, - "event_index": 1, - "delegator_address": "", - "pool_address": "0x286e8af6717ef6b1e361aae8ab28dd6664bf562c2805dd9a53432246ec66566e", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19174256316" - }, - { - "transaction_version": 5523474016, - "event_index": 2, - "delegator_address": "", - "pool_address": "0x116176e2af223a8b7f8db80dc52f7a423b4d7f8c0553a1747e92ef58849aff4f", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19178730843" - }, - { - "transaction_version": 5523474016, - "event_index": 3, - "delegator_address": "", - "pool_address": "0xba08cec00a8cfa1deff6c9212dda8d198c8fa6ee1992f3ada76d645f99e3402b", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "818123890" - }, - { - "transaction_version": 5523474016, - "event_index": 4, - "delegator_address": "", - "pool_address": "0x12000330d7cd8a748f46c25e6ce5d236a27e13d0b510d4516ac84ecc5fddd002", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19178287161" - }, - { - "transaction_version": 5523474016, - "event_index": 5, - "delegator_address": "", - "pool_address": "0x5176f2252762e527e3598c22f1bdb3a1ac0ff0db2d7518cabbc99305330a864a", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "963055869" - }, - { - "transaction_version": 5523474016, - "event_index": 6, - "delegator_address": "", - "pool_address": "0xf0a156ed79ab6ccb5a643af48716263b565fd985ba36560966b4a91bdc8521f4", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19177688699" - }, - { - "transaction_version": 5523474016, - "event_index": 7, - "delegator_address": "", - "pool_address": "0xa562415be88d9f08ba98fa3f6af9be0e36580c0f8fff5100a50b519e8f4a15c9", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "841058926" - }, - { - "transaction_version": 5523474016, - "event_index": 8, - "delegator_address": "", - "pool_address": "0x676f640c90cb6c45f21be50974531d440309aa4ddad919ae0429039789a3d8a9", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19178518163" - }, - { - "transaction_version": 5523474016, - "event_index": 9, - "delegator_address": "", - "pool_address": "0x03c04549114877c55f45649aba48ac0a4ff086ab7bdce3b8cc8d3d9947bc0d99", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19185171265" - }, - { - "transaction_version": 5523474016, - "event_index": 10, - "delegator_address": "", - "pool_address": "0x6d00a8a82bd0b6d187f9a328118ad61b5c80237362e8f5dd2454f2d3a1b03890", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "19174925092" - }, - { - "transaction_version": 5523474016, - "event_index": 11, - "delegator_address": "", - "pool_address": "0x7a2ddb6af66beb0d9987c6c9010cb9053454f067e16775a8ecf19961195c3d28", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "18813123628" - }, - { - "transaction_version": 5523474016, - "event_index": 12, - "delegator_address": "", - "pool_address": "0xeecd6e9fb71f3a67db6321e93deecf7a9d7c3f4fac6cd170deb3e8b183281943", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "828031401" - }, - { - "transaction_version": 5523474016, - "event_index": 13, - "delegator_address": "", - "pool_address": "0xfd47a2fb988c959839ea2fe4d7169b48536a42bf5e4933790701a08252ba2039", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "798768182" - }, - { - "transaction_version": 5523474016, - "event_index": 14, - "delegator_address": "", - "pool_address": "0x479ca442491cfd636f84fa8e56fa420c8038587e459e886d16a0b9d3993b16ba", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "18896078163" - }, - { - "transaction_version": 5523474016, - "event_index": 15, - "delegator_address": "", - "pool_address": "0x95a0e6b1105ba7ef9382e585d32e9dbf1a73833975af77d9b6924aa33468df07", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "18894077814" - }, - { - "transaction_version": 5523474016, - "event_index": 16, - "delegator_address": "", - "pool_address": "0xb59c2db675c086d0c07b0f5d5ebd95ea9ead4429d836284fc4a576c4eed5799c", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "787639333" - }, - { - "transaction_version": 5523474016, - "event_index": 17, - "delegator_address": "", - "pool_address": "0x50e52098d22c91f4c6a0065d03b2602cc2643089b218096e3cfe5f1bd98d80e6", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "789473752" - }, - { - "transaction_version": 5523474016, - "event_index": 18, - "delegator_address": "", - "pool_address": "0xa5ed5d5e8c892165b18c2062596e8d1139fbb2cc451d430f787cd707122ce023", - "event_type": "0x1::stake::DistributeRewardsEvent", - "amount": "787913628" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5523474016/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5979639459/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegator_balances.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/proposal_votes.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/stake_processor/5992795934/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1200394037/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/1255836496/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/2646510387/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/278556781/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/3/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5523474016/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5979639459/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_collections_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_collections_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_collections_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_v2_metadata.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_v2_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/current_token_v2_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_datas_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_datas_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_datas_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_ownerships_v2.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_ownerships_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/token_v2_processor/5992795934/token_ownerships_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1/signatures.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1/signatures.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1/user_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1/user_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1200394037/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1200394037/signatures.json deleted file mode 100644 index d95222096..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1200394037/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 1200394037, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 275972253, - "signer": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x83d42887d32983aa6e8e35df8bd85cc12f980257a69a15829c71a7158199f76d", - "signature": "0xb71a15ccdc22fd52a7ce57a2a77e55d4fb095a7578e22f5d697c5133d1a827e5f050ce54d933d6e2f462ec3d53f7064a47b5d8c1399d1b33961a7a716cec1005", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1200394037/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1200394037/user_transactions.json deleted file mode 100644 index ff92f6c7b..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1200394037/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 1200394037, - "block_height": 275972253, - "parent_signature_type": "ed25519_signature", - "sender": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc", - "sequence_number": 2, - "max_gas_amount": "200000", - "expiration_timestamp_secs": "2024-05-22T05:53:12", - "gas_unit_price": "100", - "timestamp": "2024-05-22T05:52:52.437873", - "entry_function_id_str": "0x8a735d61f2c98aa97f62fa3c328b63fc97b8a7d50cd8eda633124137639ce4fc::fa_coin::freeze_account", - "epoch": 14987 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1255836496/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1255836496/signatures.json deleted file mode 100644 index ff880c162..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1255836496/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 1255836496, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 295534162, - "signer": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x9a15451d11987fff0568d05a9e01e2253ce2f8cd061b3a49004c154da5177199", - "signature": "0x9a8396917e732cb9a76a1402afe9ad4bd13b87773f4c2b5650d9ef4b5945e59ccf42a18b84c97c3b4c888db6b6249c9190c1ca1d7a12ffdc99cf460f6b04b800", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1255836496/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1255836496/user_transactions.json deleted file mode 100644 index 332869b72..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/1255836496/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 1255836496, - "block_height": 295534162, - "parent_signature_type": "ed25519_signature", - "sender": "0xf21d4c76354db6492841e31fefeaa5a3e8a1071d2bcbbdd1cf1cbc6fa3954b88", - "sequence_number": 1, - "max_gas_amount": "200000", - "expiration_timestamp_secs": "2024-06-18T05:08:15", - "gas_unit_price": "100", - "timestamp": "2024-06-18T05:07:55.797142", - "entry_function_id_str": "0xfabb471223cefd7064b1f19f6e0e06468d2bd830d8ae832916406dd8297098af::meso::deposit_coin", - "epoch": 15650 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2/signatures.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2/signatures.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2/user_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2/user_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2646510387/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2646510387/signatures.json deleted file mode 100644 index 682e80e79..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2646510387/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 2646510387, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 305131416, - "signer": "0x25b7c0bcd05c7ca74dfd664345f0c7a80678eea427a73cbd0792a8ceb34f59aa", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x57388afc8263f8f3eb71f3175df4d034d1d02dd686da88c168528c50244a1563", - "signature": "0xd05086bb5d7a1437c7922cd93f42cbd9f23e538dd86ac1dac751a840baf9dccfd68d4c667863cb6a331b25f443fcb7f49f693ad4cc71b64ce7372bd5528e2a0a", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2646510387/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2646510387/user_transactions.json deleted file mode 100644 index e48834a23..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/2646510387/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 2646510387, - "block_height": 305131416, - "parent_signature_type": "fee_payer_signature", - "sender": "0x25b7c0bcd05c7ca74dfd664345f0c7a80678eea427a73cbd0792a8ceb34f59aa", - "sequence_number": 34, - "max_gas_amount": "2000000", - "expiration_timestamp_secs": "2024-07-01T22:16:07", - "gas_unit_price": "100", - "timestamp": "2024-07-01T22:15:07.928320", - "entry_function_id_str": "0x75fc2a90fa8ef566ddc3d82e84944eb886415bc19226ae1d88d5e7577aec1be5::fungible_asset_example::no_op", - "epoch": 15988 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/278556781/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/278556781/signatures.json deleted file mode 100644 index e27dcca2e..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/278556781/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 278556781, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 20040326, - "signer": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xbc6910373c3c3c4e9add4b5df3d80aceb2487e5ee0d12d2390b486055110595b", - "signature": "0x3a08b64797669f5dbedd5f27ee2cc8eca411c7afbc86835fdd9e47316ac856466feac89f2f7020aedb65ee266b56595bc89a1207e2a636ef4743023074ae6203", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/278556781/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/278556781/user_transactions.json deleted file mode 100644 index 4e2ac930c..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/278556781/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 278556781, - "block_height": 20040326, - "parent_signature_type": "ed25519_signature", - "sender": "0x589dabf3b43ef5c331ea3c0f9b6b005860c1f0ef94a5948d133e051b20c22862", - "sequence_number": 12, - "max_gas_amount": "20000", - "expiration_timestamp_secs": "2022-10-13T01:47:04", - "gas_unit_price": "1000", - "timestamp": "2022-10-13T01:46:57.418916", - "entry_function_id_str": "0x1::code::publish_package_txn", - "epoch": 746 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/3/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/3/signatures.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/3/signatures.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/3/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/3/user_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/3/user_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5523474016/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5523474016/signatures.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5523474016/signatures.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5523474016/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5523474016/user_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5523474016/user_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5979639459/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5979639459/signatures.json deleted file mode 100644 index 39f3860bb..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5979639459/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 5979639459, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 354619634, - "signer": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xa7f1da28a95b701c81043eb1ed9f8789dac83e53598aec24051d0b3be9c38a6f", - "signature": "0x9aa7226049fea85677387bf2d09dd3f4ed5fd3964645b782b4f166fdb6fa29c2210f905f30262ab22cba4e3d36df5f6e6ad507baacf1b4bfff52cbe5d9e4f103", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5979639459/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5979639459/user_transactions.json deleted file mode 100644 index e0d1fb477..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5979639459/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 5979639459, - "block_height": 354619634, - "parent_signature_type": "ed25519_signature", - "sender": "0x54ce130990ecf55cd12de74bff03dcfaacf63066e0945d3c415d61644303da39", - "sequence_number": 43160, - "max_gas_amount": "100000", - "expiration_timestamp_secs": "2024-09-13T16:58:29", - "gas_unit_price": "100", - "timestamp": "2024-09-13T16:48:29.922761", - "entry_function_id_str": "0x1::aptos_account::transfer", - "epoch": 17778 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5992795934/signatures.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5992795934/signatures.json deleted file mode 100644 index e518ed9c2..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5992795934/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 5992795934, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 356437526, - "signer": "0xd34ea8c6faa9d25a9f07504759c1d92bd5ad05af89062d57cf69dd4861fe3e3c", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x0ae0e5ef11f6ee66615c595844d52b7181e6dc3a6444283775c9c2488d735ea0", - "signature": "0xfecde0bfbb7f8b7c6d0954d0e0e96a171dc11f7ac14c6d1980cf01f0eea51177e77cc4a5dc4b17e50fc3098d8c202942736323ed5805ad5cba2e13dfccb2150c", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5992795934/user_transactions.json b/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5992795934/user_transactions.json deleted file mode 100644 index 865d3aad4..000000000 --- a/rust/integration-tests/expected_db_output_files/imported_testnet_txns/user_transaction_processor/5992795934/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 5992795934, - "block_height": 356437526, - "parent_signature_type": "ed25519_signature", - "sender": "0xd34ea8c6faa9d25a9f07504759c1d92bd5ad05af89062d57cf69dd4861fe3e3c", - "sequence_number": 101075, - "max_gas_amount": "100000", - "expiration_timestamp_secs": "2024-09-16T07:08:10", - "gas_unit_price": "100", - "timestamp": "2024-09-16T06:58:10.915894", - "entry_function_id_str": "0x7120b5552460116c3734ec3fed721e376bf9afc10c1bba13c678d74cd4608f12::TeviStar::force_transfer", - "epoch": 17841 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/21/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/41/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/63/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/current_ans_lookup_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/current_ans_lookup_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/current_ans_lookup_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/current_ans_primary_name_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/current_ans_primary_name_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/ans_processor/83/current_ans_primary_name_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/table_items.json deleted file mode 100644 index 0d8400a50..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "transaction_version": 21, - "write_set_change_index": 2, - "transaction_block_height": 10, - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18446744073709451425", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/table_metadatas.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/table_metadatas.json deleted file mode 100644 index 7e2e1fab8..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/21/table_metadatas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/current_table_items.json deleted file mode 100644 index ee6cbd657..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/current_table_items.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_hash": "61ff6dde49d23af0395c534ca7bee92391910cd0ac4e4ba3d35a2619e49a1775", - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18446744073709351225", - "is_deleted": false, - "last_transaction_version": 41 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/table_items.json deleted file mode 100644 index 0f8cbe802..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "transaction_version": 41, - "write_set_change_index": 2, - "transaction_block_height": 19, - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18446744073709351225", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/table_metadatas.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/table_metadatas.json deleted file mode 100644 index 7e2e1fab8..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/41/table_metadatas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/table_items.json deleted file mode 100644 index 0186a49f8..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "transaction_version": 63, - "write_set_change_index": 2, - "transaction_block_height": 29, - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18446744073809350825", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/table_metadatas.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/table_metadatas.json deleted file mode 100644 index 7e2e1fab8..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/63/table_metadatas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/table_items.json deleted file mode 100644 index 7e74c210d..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/table_items.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "transaction_version": 83, - "write_set_change_index": 2, - "transaction_block_height": 38, - "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18446744073909449225", - "is_deleted": false - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/table_metadatas.json b/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/table_metadatas.json deleted file mode 100644 index 7e2e1fab8..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/table_metadatas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", - "key_type": "address", - "value_type": "u128" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/23/events.json b/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/23/events.json deleted file mode 100644 index 6ff94bb16..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/23/events.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 23, - "transaction_block_height": 11, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "1", - "storage_fee_octas": "0", - "execution_gas_units": "3", - "total_charge_gas_units": "3", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/43/events.json b/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/43/events.json deleted file mode 100644 index 5f5f8ee20..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/43/events.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 43, - "transaction_block_height": 20, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "1", - "storage_fee_octas": "0", - "execution_gas_units": "3", - "total_charge_gas_units": "3", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/65/events.json b/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/65/events.json deleted file mode 100644 index dde6479b4..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/65/events.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 65, - "transaction_block_height": 30, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "1", - "storage_fee_octas": "0", - "execution_gas_units": "3", - "total_charge_gas_units": "3", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/85/events.json b/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/85/events.json deleted file mode 100644 index ed9d921df..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/events_processor/85/events.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "sequence_number": 0, - "creation_number": 0, - "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000", - "transaction_version": 85, - "transaction_block_height": 39, - "type_": "0x1::transaction_fee::FeeStatement", - "data": { - "io_gas_units": "1", - "storage_fee_octas": "0", - "execution_gas_units": "3", - "total_charge_gas_units": "3", - "storage_fee_refund_octas": "0" - }, - "indexed_type": "0x1::transaction_fee::FeeStatement", - "event_index": 0 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/coin_supply.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/coin_supply.json deleted file mode 100644 index 9b4e4e500..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 23, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "18446744073709451425", - "transaction_timestamp": "2024-10-01T22:06:51", - "transaction_epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/current_fungible_asset_balances.json deleted file mode 100644 index fe915e35c..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0x9cfa839238cb942fbc487ff341fcdccabacd01e29864f594587900aa3a9d88b2", - "owner_address": "0x765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99999700", - "last_transaction_timestamp": "2024-10-01T22:06:51", - "last_transaction_version": 23, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_activities.json deleted file mode 100644 index 2bfb044d3..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 23, - "event_index": -1, - "owner_address": "0x765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff", - "storage_id": "0x9cfa839238cb942fbc487ff341fcdccabacd01e29864f594587900aa3a9d88b2", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": null, - "block_height": 11, - "token_standard": "v1", - "transaction_timestamp": "2024-10-01T22:06:51", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_balances.json deleted file mode 100644 index 608809af1..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 23, - "write_set_change_index": 0, - "storage_id": "0x9cfa839238cb942fbc487ff341fcdccabacd01e29864f594587900aa3a9d88b2", - "owner_address": "0x765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99999700", - "transaction_timestamp": "2024-10-01T22:06:51", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/23/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/coin_supply.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/coin_supply.json deleted file mode 100644 index d0ab00ec2..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 43, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "18446744073709351225", - "transaction_timestamp": "2024-10-01T22:06:56", - "transaction_epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/current_fungible_asset_balances.json deleted file mode 100644 index 9dd98afb9..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xee7ccdc3a833754267c71df9534640b532352f734e07509cbe48561d23d05831", - "owner_address": "0x8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99999700", - "last_transaction_timestamp": "2024-10-01T22:06:56", - "last_transaction_version": 43, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_activities.json deleted file mode 100644 index 09f4f5c43..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 43, - "event_index": -1, - "owner_address": "0x8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3", - "storage_id": "0xee7ccdc3a833754267c71df9534640b532352f734e07509cbe48561d23d05831", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": null, - "block_height": 20, - "token_standard": "v1", - "transaction_timestamp": "2024-10-01T22:06:56", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_balances.json deleted file mode 100644 index b825d94b9..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 43, - "write_set_change_index": 0, - "storage_id": "0xee7ccdc3a833754267c71df9534640b532352f734e07509cbe48561d23d05831", - "owner_address": "0x8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99999700", - "transaction_timestamp": "2024-10-01T22:06:56", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/43/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/coin_supply.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/coin_supply.json deleted file mode 100644 index 3bc7c8265..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 65, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "18446744073809350825", - "transaction_timestamp": "2024-10-01T22:07:03", - "transaction_epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/current_fungible_asset_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/current_fungible_asset_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_activities.json deleted file mode 100644 index ece462aa5..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 65, - "event_index": -1, - "owner_address": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "storage_id": "0xba2fa98d311f0adb1d6608dfbc6d66b6e583c0b8f6bbadea7d241f7e1b0b1080", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": null, - "block_height": 30, - "token_standard": "v1", - "transaction_timestamp": "2024-10-01T22:07:03", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_balances.json deleted file mode 100644 index cf9283b5e..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 65, - "write_set_change_index": 0, - "storage_id": "0xba2fa98d311f0adb1d6608dfbc6d66b6e583c0b8f6bbadea7d241f7e1b0b1080", - "owner_address": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "99999700", - "transaction_timestamp": "2024-10-01T22:07:03", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/65/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/coin_supply.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/coin_supply.json deleted file mode 100644 index 74249401b..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/coin_supply.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "transaction_version": 85, - "coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6", - "coin_type": "0x1::aptos_coin::AptosCoin", - "supply": "18446744073909449225", - "transaction_timestamp": "2024-10-01T22:07:09", - "transaction_epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/current_fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/current_fungible_asset_balances.json deleted file mode 100644 index 36d44a3e7..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/current_fungible_asset_balances.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "storage_id": "0xba2fa98d311f0adb1d6608dfbc6d66b6e583c0b8f6bbadea7d241f7e1b0b1080", - "owner_address": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "199999400", - "last_transaction_timestamp": "2024-10-01T22:07:09", - "last_transaction_version": 85, - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_activities.json deleted file mode 100644 index 593947fa6..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_activities.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "transaction_version": 85, - "event_index": -1, - "owner_address": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "storage_id": "0xba2fa98d311f0adb1d6608dfbc6d66b6e583c0b8f6bbadea7d241f7e1b0b1080", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_frozen": null, - "amount": "300", - "type_": "0x1::aptos_coin::GasFeeEvent", - "is_gas_fee": true, - "gas_fee_payer_address": null, - "is_transaction_success": true, - "entry_function_id_str": null, - "block_height": 39, - "token_standard": "v1", - "transaction_timestamp": "2024-10-01T22:07:09", - "storage_refund_amount": "0" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_balances.json deleted file mode 100644 index 3b92bffd5..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_balances.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "transaction_version": 85, - "write_set_change_index": 0, - "storage_id": "0xba2fa98d311f0adb1d6608dfbc6d66b6e583c0b8f6bbadea7d241f7e1b0b1080", - "owner_address": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "asset_type": "0x1::aptos_coin::AptosCoin", - "is_primary": true, - "is_frozen": false, - "amount": "199999400", - "transaction_timestamp": "2024-10-01T22:07:09", - "token_standard": "v1" - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_metadata.json b/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_metadata.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/fungible_asset_processor/85/fungible_asset_metadata.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/current_objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/21/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/current_objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/41/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/current_objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/63/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/block_metadata_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/block_metadata_transactions.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/block_metadata_transactions.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/current_objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/current_objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/current_objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/current_table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/current_table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/current_table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/objects.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/objects.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/objects.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/table_items.json b/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/table_items.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/objects_processor/83/table_items.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/proposal_votes.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/21/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/proposal_votes.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/41/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/proposal_votes.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/63/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegated_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegated_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegated_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_staking_pool_voter.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_staking_pool_voter.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/current_staking_pool_voter.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_activities.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_activities.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_activities.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_pool_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_pool_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_pool_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_pools.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_pools.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegated_staking_pools.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegator_balances.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegator_balances.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/delegator_balances.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/proposal_votes.json b/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/proposal_votes.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/stake_processor/83/proposal_votes.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/23/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/23/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/23/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/43/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/43/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/43/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/65/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/65/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/65/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/85/token_activities_v2.json b/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/85/token_activities_v2.json deleted file mode 100644 index 0637a088a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/token_v2_processor/85/token_activities_v2.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/21/signatures.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/21/signatures.json deleted file mode 100644 index b3bc9540e..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/21/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 21, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 10, - "signer": "0x765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xb298975d27dbff3020e5ee7fdbbad8a969d4f2a2d5286e097d1db9760d04dd31", - "signature": "0x8d2e422de6f1400d60fd121da20984f66011b085291f24b2f2ef2ee821a69098178be193a5d8ff28f8797bd84a17046f019b4e5cd8fc53e6ff4cf9109fa65a08", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/21/user_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/21/user_transactions.json deleted file mode 100644 index 0cb1bcfdb..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/21/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 21, - "block_height": 10, - "parent_signature_type": "ed25519_signature", - "sender": "0x765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff", - "sequence_number": 0, - "max_gas_amount": "4", - "expiration_timestamp_secs": "2024-10-16T05:37:08", - "gas_unit_price": "100", - "timestamp": "2024-10-16T05:36:37.921390", - "entry_function_id_str": "", - "epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/41/signatures.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/41/signatures.json deleted file mode 100644 index 1996ed05a..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/41/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 41, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 19, - "signer": "0x8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0xef05bede15f422e16c0002e3cee8b4d4341518d99c4695352a1869b0779864fb", - "signature": "0x08afcaec805bff6614c86bd2bdc3b267140b0f8c2e6ab2522b165bd530dc4c4d6532d90bf4c5a21c9e6082286d347a58079ce0330010e7c455c66876395a0209", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/41/user_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/41/user_transactions.json deleted file mode 100644 index 0f984868c..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/41/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 41, - "block_height": 19, - "parent_signature_type": "ed25519_signature", - "sender": "0x8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3", - "sequence_number": 0, - "max_gas_amount": "4", - "expiration_timestamp_secs": "2024-10-16T05:37:14", - "gas_unit_price": "100", - "timestamp": "2024-10-16T05:36:43.776219", - "entry_function_id_str": "", - "epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/63/signatures.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/63/signatures.json deleted file mode 100644 index d2e1144b6..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/63/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 63, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 29, - "signer": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x39b4acc85e026dc056464a5ea00b98f858260eaad2b74dd30b86ae0d4d94ddf5", - "signature": "0xbd482174f9e9dc62a13b149337e685510cee1eed2c92cc6abfb067029e4f2fedd4d0c636e66963ed0b7e72cd1631a4edb728616a99232d507124a5bd5ca01308", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/63/user_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/63/user_transactions.json deleted file mode 100644 index 2dee45251..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/63/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 63, - "block_height": 29, - "parent_signature_type": "ed25519_signature", - "sender": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "sequence_number": 0, - "max_gas_amount": "4", - "expiration_timestamp_secs": "2024-10-16T05:37:21", - "gas_unit_price": "100", - "timestamp": "2024-10-16T05:36:50.677349", - "entry_function_id_str": "", - "epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/83/signatures.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/83/signatures.json deleted file mode 100644 index dfcec712d..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/83/signatures.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "transaction_version": 83, - "multi_agent_index": 0, - "multi_sig_index": 0, - "transaction_block_height": 38, - "signer": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "is_sender_primary": true, - "type_": "ed25519_signature", - "public_key": "0x39b4acc85e026dc056464a5ea00b98f858260eaad2b74dd30b86ae0d4d94ddf5", - "signature": "0xc7d0463e8585ad17349758ff2c864da9f4d3d62e99eecd8a9e874b67f8519f54f702671c66f1619a0b89655f4cb51fa2c6f14a9953d68903a240521e5f0a8908", - "threshold": 1, - "public_key_indices": [] - } -] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/83/user_transactions.json b/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/83/user_transactions.json deleted file mode 100644 index 5f0846a1f..000000000 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/user_transaction_processor/83/user_transactions.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "version": 83, - "block_height": 38, - "parent_signature_type": "ed25519_signature", - "sender": "0xa531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16", - "sequence_number": 1, - "max_gas_amount": "4", - "expiration_timestamp_secs": "2024-10-16T05:37:27", - "gas_unit_price": "100", - "timestamp": "2024-10-16T05:36:56.810113", - "entry_function_id_str": "", - "epoch": 2 - } -] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/account_transactions_processor/account_transaction_delete_test/account_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/account_transactions_processor/account_transaction_delete_test/account_transactions.json new file mode 100644 index 000000000..e1512aedf --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/account_transactions_processor/account_transaction_delete_test/account_transactions.json @@ -0,0 +1,62 @@ +[ + { + "transaction_version": 423176063, + "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "transaction_version": 423176063, + "account_address": "0x0c44667c4af9d4dfede5b5da590e1b575a8babae14819872b14cbf0433ac0808" + }, + { + "transaction_version": 423176063, + "account_address": "0x1fc2f33ab6b624e3e632ba861b755fd8e61d2c2e6cf8292e415880b4c198224d" + }, + { + "transaction_version": 423176063, + "account_address": "0x51941247df7eed74d4c2c12fc3e370fd8685e966ecc2296240632702b7e8fe01" + }, + { + "transaction_version": 423176063, + "account_address": "0x8d0fad636061612ab5f252afb836783666f93dcf8f6ac25414c01820caad0af3" + }, + { + "transaction_version": 423176063, + "account_address": "0x8d768d3131845c9d44aae4a0d2211e127b1d95968f6a8c4f2066eb59826109c6" + }, + { + "transaction_version": 423176063, + "account_address": "0x9f387c30bad7e61f9039e108acd92825b65547a46b213dfde3495b0f1ee69423" + }, + { + "transaction_version": 423176063, + "account_address": "0x9f41d314d043ba08ec319a6e5353c63716149855aa2258a65bdbd5a9462f6c36" + }, + { + "transaction_version": 423176063, + "account_address": "0xa3d9ad08adf8af8dc3bd6a4bdd910d2a1cc88bd5fbedae0ddaa3e89b260a785f" + }, + { + "transaction_version": 423176063, + "account_address": "0xadeb45c274f9f4f535afe8957a8cf9ffecbd2b79026fba6c207111136d963f14" + }, + { + "transaction_version": 423176063, + "account_address": "0xb9f07b6bdeb1ab7f106ebe49c1544121929b388e1c0171eda06143d8c2fce7dc" + }, + { + "transaction_version": 423176063, + "account_address": "0xbcb216aa0f66fc94068718ce725105af04d6553a97e75271dee12d0034f623d0" + }, + { + "transaction_version": 423176063, + "account_address": "0xd5060832312d097bccfbacf10f361758c066f6f6a18fa3a14e69b0142d663e8a" + }, + { + "transaction_version": 423176063, + "account_address": "0xd77e7d44ed29cdf33d1d6b161928b6b931b68bd029cd60dc6363aa22fbec3036" + }, + { + "transaction_version": 423176063, + "account_address": "0xdc4c565710b6b6beb201bba0e53fd07eace927de22059c4c8841e730ce28a38d" + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/account_transactions_processor/account_transaction_test/account_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/account_transactions_processor/account_transaction_test/account_transactions.json new file mode 100644 index 000000000..ef36d070f --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/account_transactions_processor/account_transaction_test/account_transactions.json @@ -0,0 +1,14 @@ +[ + { + "transaction_version": 145959468, + "account_address": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "transaction_version": 145959468, + "account_address": "0x239589c5cfb0cc96f76fa59165a7cbb6ef99ad50d0acc34cf3a2585d861511be" + }, + { + "transaction_version": 145959468, + "account_address": "0x9228cfc074cf073bf0687e558ba8cdce6f8c311269774a856d7fc87ac3c70141" + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/ans_lookup_v2.json new file mode 100644 index 000000000..c11d4df7b --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/ans_lookup_v2.json @@ -0,0 +1,14 @@ +[ + { + "transaction_version": 303690531, + "write_set_change_index": 0, + "domain": "pepapati", + "subdomain": "", + "token_standard": "v2", + "registered_address": "0xb879a253da5c2887155600f61a5a3b7b827588f7b3c486b807975fc663ca5493", + "expiration_timestamp": "2024-08-10T16:57:36", + "token_name": "pepapati.apt", + "is_deleted": false, + "subdomain_expiration_policy": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/ans_primary_name_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/ans_primary_name_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/current_ans_lookup_v2.json new file mode 100644 index 000000000..a80e41def --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/current_ans_lookup_v2.json @@ -0,0 +1,13 @@ +[ + { + "domain": "pepapati", + "subdomain": "", + "token_standard": "v2", + "token_name": "pepapati.apt", + "registered_address": "0xb879a253da5c2887155600f61a5a3b7b827588f7b3c486b807975fc663ca5493", + "expiration_timestamp": "2024-08-10T16:57:36", + "last_transaction_version": 303690531, + "is_deleted": false, + "subdomain_expiration_policy": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/current_ans_primary_name_v2.json new file mode 100644 index 000000000..23cf389e6 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_ans_lookup_v2/current_ans_primary_name_v2.json @@ -0,0 +1,20 @@ +[ + { + "registered_address": "0xb879a253da5c2887155600f61a5a3b7b827588f7b3c486b807975fc663ca5493", + "token_standard": "v1", + "domain": null, + "subdomain": null, + "token_name": null, + "is_deleted": true, + "last_transaction_version": 303690531 + }, + { + "registered_address": "0xb879a253da5c2887155600f61a5a3b7b827588f7b3c486b807975fc663ca5493", + "token_standard": "v2", + "domain": "pepapati", + "subdomain": "", + "token_name": "pepapati.apt", + "is_deleted": false, + "last_transaction_version": 303690531 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/ans_lookup_v2.json new file mode 100644 index 000000000..385f2c973 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/ans_lookup_v2.json @@ -0,0 +1,14 @@ +[ + { + "transaction_version": 438536688, + "write_set_change_index": 7, + "domain": "003", + "subdomain": "", + "token_standard": "v2", + "registered_address": "0x761e4e45d8c6d56fb9fab4ebd865ce4a3dfe3a7bea3956158b4be07f268bcff5", + "expiration_timestamp": "2024-11-19T13:31:40", + "token_name": "003.apt", + "is_deleted": false, + "subdomain_expiration_policy": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/ans_primary_name_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/ans_primary_name_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/current_ans_lookup_v2.json new file mode 100644 index 000000000..92ae8ee98 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/current_ans_lookup_v2.json @@ -0,0 +1,13 @@ +[ + { + "domain": "003", + "subdomain": "", + "token_standard": "v2", + "token_name": "003.apt", + "registered_address": "0x761e4e45d8c6d56fb9fab4ebd865ce4a3dfe3a7bea3956158b4be07f268bcff5", + "expiration_timestamp": "2024-11-19T13:31:40", + "last_transaction_version": 438536688, + "is_deleted": false, + "subdomain_expiration_policy": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/current_ans_primary_name_v2.json new file mode 100644 index 000000000..d6ef727b6 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_lookup_v2/current_ans_primary_name_v2.json @@ -0,0 +1,11 @@ +[ + { + "registered_address": "0x761e4e45d8c6d56fb9fab4ebd865ce4a3dfe3a7bea3956158b4be07f268bcff5", + "token_standard": "v2", + "domain": "003", + "subdomain": "", + "token_name": "003.apt", + "is_deleted": false, + "last_transaction_version": 438536688 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/ans_lookup_v2.json new file mode 100644 index 000000000..d93b80e62 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/ans_lookup_v2.json @@ -0,0 +1,14 @@ +[ + { + "transaction_version": 1056780409, + "write_set_change_index": 13, + "domain": "petra", + "subdomain": "abwehr1225", + "token_standard": "v2", + "registered_address": "0x18a88b9722c7af62308e79b713710876156c68c3e3fdbd408294af6b16dc046a", + "expiration_timestamp": "2024-07-29T17:32:30", + "token_name": "abwehr1225.petra.apt", + "is_deleted": false, + "subdomain_expiration_policy": 1 + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/ans_primary_name_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/ans_primary_name_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/current_ans_lookup_v2.json new file mode 100644 index 000000000..aee51cedb --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/current_ans_lookup_v2.json @@ -0,0 +1,13 @@ +[ + { + "domain": "petra", + "subdomain": "abwehr1225", + "token_standard": "v2", + "token_name": "abwehr1225.petra.apt", + "registered_address": "0x18a88b9722c7af62308e79b713710876156c68c3e3fdbd408294af6b16dc046a", + "expiration_timestamp": "2024-07-29T17:32:30", + "last_transaction_version": 1056780409, + "is_deleted": false, + "subdomain_expiration_policy": 1 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/current_ans_primary_name_v2.json new file mode 100644 index 000000000..9acd56c36 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/ans_processor/test_current_ans_primary_name_v2/current_ans_primary_name_v2.json @@ -0,0 +1,11 @@ +[ + { + "registered_address": "0x18a88b9722c7af62308e79b713710876156c68c3e3fdbd408294af6b16dc046a", + "token_standard": "v2", + "domain": "petra", + "subdomain": "abwehr1225", + "token_name": "abwehr1225.petra.apt", + "is_deleted": false, + "last_transaction_version": 1056780409 + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/block_metadata_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/block_metadata_transactions.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/1080786089/block_metadata_transactions.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/block_metadata_transactions.json diff --git a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/current_table_items.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/current_table_items.json similarity index 81% rename from rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/current_table_items.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/current_table_items.json index 78c09381e..cc9dd9638 100644 --- a/rust/integration-tests/expected_db_output_files/scripted_txns/default_processor/83/current_table_items.json +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/current_table_items.json @@ -4,8 +4,8 @@ "key_hash": "61ff6dde49d23af0395c534ca7bee92391910cd0ac4e4ba3d35a2619e49a1775", "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "18446744073909449225", + "decoded_value": "107797085162400187", "is_deleted": false, - "last_transaction_version": 83 + "last_transaction_version": 423176063 } ] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/table_items.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/table_items.json similarity index 65% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/table_items.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/table_items.json index 9c17a2460..e17839a4f 100644 --- a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/default_processor/453498957/table_items.json +++ b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/default_processor/delete_resource_test/table_items.json @@ -1,12 +1,12 @@ [ { "key": "0x0619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "transaction_version": 453498957, - "write_set_change_index": 15, - "transaction_block_height": 146272590, + "transaction_version": 423176063, + "write_set_change_index": 29, + "transaction_block_height": 139029912, "table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca", "decoded_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935", - "decoded_value": "108125185789884776", + "decoded_value": "107797085162400187", "is_deleted": false } ] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/83883373/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/83883373/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_delegation_pool_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_delegation_pool_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_delegation_withdraw/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1080786089/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_delegation_withdraw/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_distribute_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_distribute_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_gov_record_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_gov_record_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_initialize_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/145959468/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_initialize_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_pool_del_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_pool_del_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_reactivate_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_mainnet_txns/stake_processor/stake_reactivate_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/83883373/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/155112189/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/83883373/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_delegation_pool_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_delegation_pool_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_delegation_withdraw/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_delegation_withdraw/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_distribute_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_distribute_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_initialize_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/1845035942/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_initialize_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_reactivate_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_reactivate_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_unlock_test/events.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/imported_testnet_txns/stake_processor/stake_unlock_test/events.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/578366445/current_objects.json b/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_delete_object_without_write/current_objects.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/578366445/current_objects.json rename to rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_delete_object_without_write/current_objects.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/578366445/objects.json b/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_delete_object_without_write/objects.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/objects_processor/578366445/objects.json rename to rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_delete_object_without_write/objects.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_objects_write_and_delete_resource/current_objects.json b/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_objects_write_and_delete_resource/current_objects.json new file mode 100644 index 000000000..f16ddbb95 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_objects_write_and_delete_resource/current_objects.json @@ -0,0 +1,22 @@ +[ + { + "object_address": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xd03f63d32c154a084e982a5fe910ef8e5d692d4c9e9380eb96192335adf32b83", + "allow_ungated_transfer": false, + "last_guid_creation_num": "1125899906842626", + "last_transaction_version": 578366445, + "is_deleted": false, + "untransferrable": true + }, + { + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "allow_ungated_transfer": true, + "last_guid_creation_num": "1125899906842626", + "last_transaction_version": 578366445, + "is_deleted": true, + "untransferrable": false + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_objects_write_and_delete_resource/objects.json b/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_objects_write_and_delete_resource/objects.json new file mode 100644 index 000000000..0b72fb705 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/objects_processor/test_objects_write_and_delete_resource/objects.json @@ -0,0 +1,123 @@ +[ + { + "transaction_version": 578318306, + "write_set_change_index": 0, + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": true, + "is_deleted": false, + "untransferrable": false + }, + { + "transaction_version": 578318306, + "write_set_change_index": 1, + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": true, + "is_deleted": false, + "untransferrable": false + }, + { + "transaction_version": 578318306, + "write_set_change_index": 2, + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": true, + "is_deleted": false, + "untransferrable": false + }, + { + "transaction_version": 578318306, + "write_set_change_index": 3, + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": true, + "is_deleted": false, + "untransferrable": false + }, + { + "transaction_version": 578318306, + "write_set_change_index": 4, + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": true, + "is_deleted": false, + "untransferrable": false + }, + { + "transaction_version": 578366445, + "write_set_change_index": 0, + "object_address": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xd03f63d32c154a084e982a5fe910ef8e5d692d4c9e9380eb96192335adf32b83", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": false, + "is_deleted": false, + "untransferrable": true + }, + { + "transaction_version": 578366445, + "write_set_change_index": 1, + "object_address": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xd03f63d32c154a084e982a5fe910ef8e5d692d4c9e9380eb96192335adf32b83", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": false, + "is_deleted": false, + "untransferrable": true + }, + { + "transaction_version": 578366445, + "write_set_change_index": 2, + "object_address": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xd03f63d32c154a084e982a5fe910ef8e5d692d4c9e9380eb96192335adf32b83", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": false, + "is_deleted": false, + "untransferrable": true + }, + { + "transaction_version": 578366445, + "write_set_change_index": 3, + "object_address": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xd03f63d32c154a084e982a5fe910ef8e5d692d4c9e9380eb96192335adf32b83", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": false, + "is_deleted": false, + "untransferrable": true + }, + { + "transaction_version": 578366445, + "write_set_change_index": 4, + "object_address": "0x1ac3cb52493947623cd727e2db9e4cfd828d5f9cd264920d253828276a5e314e", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xd03f63d32c154a084e982a5fe910ef8e5d692d4c9e9380eb96192335adf32b83", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": false, + "is_deleted": false, + "untransferrable": true + }, + { + "transaction_version": 578366445, + "write_set_change_index": 7, + "object_address": "0x57a56bff4472da6c2b28149d192ef0186ff6647bc3c2ba5c28439662fdaa284d", + "owner_address": "0x3fda2b751a0d209e17069ae72ccde256efeaad39e5403ea0e65ef5dcebdf6763", + "state_key_hash": "0xe421a56608f1d2cb1f8b1c0ae19629795dfc05201b545cf8658bd9895d50bdc3", + "guid_creation_num": "1125899906842626", + "allow_ungated_transfer": true, + "is_deleted": true, + "untransferrable": false + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/308783012/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_collections_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_datas_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_datas_v2.json new file mode 100644 index 000000000..087c8006a --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_datas_v2.json @@ -0,0 +1,22 @@ +[ + { + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "collection_id": "0xa77534506f24582ef8a164b8e13d1b0b67989854243faef312c9fa1049e47eef", + "token_name": "kusama", + "maximum": "1", + "supply": "1", + "largest_property_version_v1": "0", + "token_uri": "https://aptpp.com/namepic/main/kusama", + "description": "APass Name", + "token_properties": { + "TOKEN_PROPERTY_MUTABLE": "true", + "TOKEN_BURNABLE_BY_OWNER": "true" + }, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 11648867, + "last_transaction_timestamp": "2022-10-25T00:16:21.907807", + "is_deleted_v2": null, + "decimals": 0 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_ownerships_v2.json new file mode 100644 index 000000000..1e6e6becc --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_ownerships_v2.json @@ -0,0 +1,32 @@ +[ + { + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "property_version_v1": "0", + "owner_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "storage_id": "0xfe4bf4bb39ba78b9b87a4bd5d0b2116fa33dece102ec39992c55fd1941b338db", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 11648867, + "last_transaction_timestamp": "2022-10-25T00:16:21.907807", + "non_transferrable_by_owner": null + }, + { + "token_data_id": "0xedaa0ae425fc01fc52c0873e837713d3ab35009ed423ddad11fb2da06262e8fa", + "property_version_v1": "0", + "owner_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "storage_id": "0xfe4bf4bb39ba78b9b87a4bd5d0b2116fa33dece102ec39992c55fd1941b338db", + "amount": "0", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": null, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 11648867, + "last_transaction_timestamp": "2022-10-25T00:16:21.907807", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_v2_metadata.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/current_token_v2_metadata.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_activities_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_activities_v2.json new file mode 100644 index 000000000..676a889d9 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_activities_v2.json @@ -0,0 +1,104 @@ +[ + { + "transaction_version": 11648867, + "event_index": 0, + "event_account_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "token_data_id": "0xedaa0ae425fc01fc52c0873e837713d3ab35009ed423ddad11fb2da06262e8fa", + "property_version_v1": "0", + "type_": "0x3::token::WithdrawEvent", + "from_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::APDomain::register_with_discount", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807" + }, + { + "transaction_version": 11648867, + "event_index": 1, + "event_account_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "token_data_id": "0xedaa0ae425fc01fc52c0873e837713d3ab35009ed423ddad11fb2da06262e8fa", + "property_version_v1": "0", + "type_": "0x3::token::BurnTokenEvent", + "from_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::APDomain::register_with_discount", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807" + }, + { + "transaction_version": 11648867, + "event_index": 3, + "event_account_address": "0xb731146f64e49695f67ec7d7cd11b58a94194c897a5c2a1fea6e00d36e220926", + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0xb731146f64e49695f67ec7d7cd11b58a94194c897a5c2a1fea6e00d36e220926", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::APDomain::register_with_discount", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807" + }, + { + "transaction_version": 11648867, + "event_index": 4, + "event_account_address": "0xb731146f64e49695f67ec7d7cd11b58a94194c897a5c2a1fea6e00d36e220926", + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "property_version_v1": "0", + "type_": "0x3::token::MintTokenEvent", + "from_address": "0xb731146f64e49695f67ec7d7cd11b58a94194c897a5c2a1fea6e00d36e220926", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::APDomain::register_with_discount", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807" + }, + { + "transaction_version": 11648867, + "event_index": 5, + "event_account_address": "0xb731146f64e49695f67ec7d7cd11b58a94194c897a5c2a1fea6e00d36e220926", + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "property_version_v1": "0", + "type_": "0x3::token::WithdrawEvent", + "from_address": "0xb731146f64e49695f67ec7d7cd11b58a94194c897a5c2a1fea6e00d36e220926", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::APDomain::register_with_discount", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807" + }, + { + "transaction_version": 11648867, + "event_index": 6, + "event_account_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::APDomain::register_with_discount", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807" + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_datas_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_datas_v2.json new file mode 100644 index 000000000..e371060de --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_datas_v2.json @@ -0,0 +1,23 @@ +[ + { + "transaction_version": 11648867, + "write_set_change_index": 8, + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "collection_id": "0xa77534506f24582ef8a164b8e13d1b0b67989854243faef312c9fa1049e47eef", + "token_name": "kusama", + "maximum": "1", + "supply": "1", + "largest_property_version_v1": "0", + "token_uri": "https://aptpp.com/namepic/main/kusama", + "token_properties": { + "TOKEN_PROPERTY_MUTABLE": "true", + "TOKEN_BURNABLE_BY_OWNER": "true" + }, + "description": "APass Name", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807", + "is_deleted_v2": null, + "decimals": 0 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_ownerships_v2.json new file mode 100644 index 000000000..5a5591f89 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_burn_event/token_ownerships_v2.json @@ -0,0 +1,34 @@ +[ + { + "transaction_version": 11648867, + "write_set_change_index": 12, + "token_data_id": "0xedaa0ae425fc01fc52c0873e837713d3ab35009ed423ddad11fb2da06262e8fa", + "property_version_v1": "0", + "owner_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "storage_id": "0xfe4bf4bb39ba78b9b87a4bd5d0b2116fa33dece102ec39992c55fd1941b338db", + "amount": "0", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": null, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807", + "non_transferrable_by_owner": null + }, + { + "transaction_version": 11648867, + "write_set_change_index": 13, + "token_data_id": "0x5f25efaa91cc4131dae76c6b21430e3cda78ec859d7e251f272614970c8434b6", + "property_version_v1": "0", + "owner_address": "0x262662203c5ca539061e8644b8124bd6e9d475d9ab181d0674c72e8067752a1e", + "storage_id": "0xfe4bf4bb39ba78b9b87a4bd5d0b2116fa33dece102ec39992c55fd1941b338db", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2022-10-25T00:16:21.907807", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/325355235/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_datas_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_datas_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_ownerships_v2.json new file mode 100644 index 000000000..4aef1e4b2 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_ownerships_v2.json @@ -0,0 +1,17 @@ +[ + { + "token_data_id": "0x86cd172eba55478fdfc1c83cc8409fb2f6b73338a4221654ff8293b293ea0394", + "property_version_v1": "0", + "owner_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "storage_id": "0xcaaa88b30540f763e53ed4cbd363a40bdef8c20e59ffa2ca36be986f41eb9f4b", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 97963136, + "last_transaction_timestamp": "2023-03-06T22:17:05.827743", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_pending_claims.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_pending_claims.json new file mode 100644 index 000000000..30f21775a --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_pending_claims.json @@ -0,0 +1,18 @@ +[ + { + "token_data_id_hash": "86cd172eba55478fdfc1c83cc8409fb2f6b73338a4221654ff8293b293ea0394", + "property_version": "0", + "from_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "to_address": "0x02ff54fea1e710bafb56eb3d14e1b07ce86c4d06bdbc226973fea8d156cad2c1", + "collection_data_id_hash": "21fe1de18c24db28b02a13a69a7b7215164695cdebd460ed79fd004d6962eadf", + "creator_address": "0x9bc7a139e5c2c70625f30625d4f704ce11d3a305267b22f7b913fe85aa151b69", + "collection_name": "BlueEye", + "name": "NFT #25", + "amount": "0", + "table_handle": "0x3e33411747d4f778f2aeeb66aa22568db5bfbfab84f72f4943c562a3cdc4a095", + "last_transaction_version": 97963136, + "collection_id": "0x21fe1de18c24db28b02a13a69a7b7215164695cdebd460ed79fd004d6962eadf", + "last_transaction_timestamp": "2023-03-06T22:17:05.827743", + "token_data_id": "0x86cd172eba55478fdfc1c83cc8409fb2f6b73338a4221654ff8293b293ea0394" + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_v2_metadata.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/current_token_v2_metadata.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_activities_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_activities_v2.json new file mode 100644 index 000000000..b7b915b13 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_activities_v2.json @@ -0,0 +1,36 @@ +[ + { + "transaction_version": 97963136, + "event_index": 0, + "event_account_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "token_data_id": "0x86cd172eba55478fdfc1c83cc8409fb2f6b73338a4221654ff8293b293ea0394", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x3::token_transfers::cancel_offer_script", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-03-06T22:17:05.827743" + }, + { + "transaction_version": 97963136, + "event_index": 1, + "event_account_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "token_data_id": "0x86cd172eba55478fdfc1c83cc8409fb2f6b73338a4221654ff8293b293ea0394", + "property_version_v1": "0", + "type_": "0x3::token_transfers::TokenCancelOfferEvent", + "from_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "to_address": "0x02ff54fea1e710bafb56eb3d14e1b07ce86c4d06bdbc226973fea8d156cad2c1", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x3::token_transfers::cancel_offer_script", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-03-06T22:17:05.827743" + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_datas_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_datas_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_ownerships_v2.json new file mode 100644 index 000000000..6e8496bfc --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_cancel_offer/token_ownerships_v2.json @@ -0,0 +1,18 @@ +[ + { + "transaction_version": 97963136, + "write_set_change_index": 6, + "token_data_id": "0x86cd172eba55478fdfc1c83cc8409fb2f6b73338a4221654ff8293b293ea0394", + "property_version_v1": "0", + "owner_address": "0xbe7307edb51640511a7556cad597b03bffb3e2ea6f9d7f8ba2a16cdb3cf6d4b8", + "storage_id": "0xcaaa88b30540f763e53ed4cbd363a40bdef8c20e59ffa2ca36be986f41eb9f4b", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-03-06T22:17:05.827743", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/453498957/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_datas_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_datas_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_ownerships_v2.json new file mode 100644 index 000000000..68d0f8f00 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_ownerships_v2.json @@ -0,0 +1,17 @@ +[ + { + "token_data_id": "0x8b5bf15b19557d943ec8af90b4f874138de7e5fd125fa7ccf28d85a49e33bf0c", + "property_version_v1": "0", + "owner_address": "0x62367f3fa5c24c07a9ebe41a5f008327dae19e10b1aa6878aa2ee1183dd983ae", + "storage_id": "0xb6ace9a0a40e40f00579433e40d9deb49fd9eda638867a2eab4469158a1e5a6f", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 84023785, + "last_transaction_timestamp": "2023-02-08T13:41:41.695045", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_pending_claims.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_pending_claims.json new file mode 100644 index 000000000..b9560027d --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_pending_claims.json @@ -0,0 +1,18 @@ +[ + { + "token_data_id_hash": "8b5bf15b19557d943ec8af90b4f874138de7e5fd125fa7ccf28d85a49e33bf0c", + "property_version": "0", + "from_address": "0x02018f7b38b9c783d6385ec722490082425dc43d3a5e4afac4ebb9cfe92033e9", + "to_address": "0x62367f3fa5c24c07a9ebe41a5f008327dae19e10b1aa6878aa2ee1183dd983ae", + "collection_data_id_hash": "acf73ef1391408374882ee764d2ec113529c486a7fbeb6fbabe36ba995ad0dfe", + "creator_address": "0x01592786351606410ce368d6c58bc56f4573ed82cdc092bd16089b9eae370211", + "collection_name": "Easter-AI", + "name": "Easter-AI #265", + "amount": "0", + "table_handle": "0xf7fc9be5db4893f6cd86e7fc163ad8fba05828b1fce16a995fb01ff028d65bb2", + "last_transaction_version": 84023785, + "collection_id": "0xacf73ef1391408374882ee764d2ec113529c486a7fbeb6fbabe36ba995ad0dfe", + "last_transaction_timestamp": "2023-02-08T13:41:41.695045", + "token_data_id": "0x8b5bf15b19557d943ec8af90b4f874138de7e5fd125fa7ccf28d85a49e33bf0c" + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_v2_metadata.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/current_token_v2_metadata.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_activities_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_activities_v2.json new file mode 100644 index 000000000..a2adc216d --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_activities_v2.json @@ -0,0 +1,36 @@ +[ + { + "transaction_version": 84023785, + "event_index": 0, + "event_account_address": "0x62367f3fa5c24c07a9ebe41a5f008327dae19e10b1aa6878aa2ee1183dd983ae", + "token_data_id": "0x8b5bf15b19557d943ec8af90b4f874138de7e5fd125fa7ccf28d85a49e33bf0c", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0x62367f3fa5c24c07a9ebe41a5f008327dae19e10b1aa6878aa2ee1183dd983ae", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x3::token_transfers::claim_script", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-02-08T13:41:41.695045" + }, + { + "transaction_version": 84023785, + "event_index": 1, + "event_account_address": "0x02018f7b38b9c783d6385ec722490082425dc43d3a5e4afac4ebb9cfe92033e9", + "token_data_id": "0x8b5bf15b19557d943ec8af90b4f874138de7e5fd125fa7ccf28d85a49e33bf0c", + "property_version_v1": "0", + "type_": "0x3::token_transfers::TokenClaimEvent", + "from_address": "0x02018f7b38b9c783d6385ec722490082425dc43d3a5e4afac4ebb9cfe92033e9", + "to_address": "0x62367f3fa5c24c07a9ebe41a5f008327dae19e10b1aa6878aa2ee1183dd983ae", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x3::token_transfers::claim_script", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-02-08T13:41:41.695045" + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_datas_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/508365567/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_datas_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_ownerships_v2.json new file mode 100644 index 000000000..5f983e16f --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_claim_offer/token_ownerships_v2.json @@ -0,0 +1,18 @@ +[ + { + "transaction_version": 84023785, + "write_set_change_index": 5, + "token_data_id": "0x8b5bf15b19557d943ec8af90b4f874138de7e5fd125fa7ccf28d85a49e33bf0c", + "property_version_v1": "0", + "owner_address": "0x62367f3fa5c24c07a9ebe41a5f008327dae19e10b1aa6878aa2ee1183dd983ae", + "storage_id": "0xb6ace9a0a40e40f00579433e40d9deb49fd9eda638867a2eab4469158a1e5a6f", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-02-08T13:41:41.695045", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_collections_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_datas_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_datas_v2.json new file mode 100644 index 000000000..2a4f65230 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_datas_v2.json @@ -0,0 +1,21 @@ +[ + { + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "collection_id": "0x2ae74f6f02bb77746263f3f32b17a4ea3196b467029c588b323d136af0c45cd4", + "token_name": "Aptos CIS x Joule Finance", + "maximum": "10000000000", + "supply": "2893", + "largest_property_version_v1": "0", + "token_uri": "https://graphigo.prd.galaxy.eco/metadata/aptos/0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8/GCoqbtkpAd.json", + "description": "", + "token_properties": { + "Galxe Campaign": "GCoqbtkpAd" + }, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 1058723093, + "last_transaction_timestamp": "2024-07-29T17:42:38.476025", + "is_deleted_v2": null, + "decimals": 0 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_ownerships_v2.json new file mode 100644 index 000000000..3910ab3a8 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_ownerships_v2.json @@ -0,0 +1,17 @@ +[ + { + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "property_version_v1": "0", + "owner_address": "0xc50d395a79199699f061f49b2c06d31affd08bb53a380d3cfce5f693fb82a0a2", + "storage_id": "0xe2d4df48ee30234ecfd2e53216b000e485a304809099f77af060fb4a31153e77", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 1058723093, + "last_transaction_timestamp": "2024-07-29T17:42:38.476025", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_v2_metadata.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/513424821/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/current_token_v2_metadata.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_activities_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_activities_v2.json new file mode 100644 index 000000000..2d761fcea --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_activities_v2.json @@ -0,0 +1,70 @@ +[ + { + "transaction_version": 1058723093, + "event_index": 0, + "event_account_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "property_version_v1": "0", + "type_": "0x3::token::MintTokenEvent", + "from_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0xe7c7bb0e53fc6fb86aa7464645fbac96b96716463b4e2269c62945c135aa26fd::oat::claim", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2024-07-29T17:42:38.476025" + }, + { + "transaction_version": 1058723093, + "event_index": 1, + "event_account_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0xe7c7bb0e53fc6fb86aa7464645fbac96b96716463b4e2269c62945c135aa26fd::oat::claim", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2024-07-29T17:42:38.476025" + }, + { + "transaction_version": 1058723093, + "event_index": 2, + "event_account_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "property_version_v1": "0", + "type_": "0x3::token::WithdrawEvent", + "from_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0xe7c7bb0e53fc6fb86aa7464645fbac96b96716463b4e2269c62945c135aa26fd::oat::claim", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2024-07-29T17:42:38.476025" + }, + { + "transaction_version": 1058723093, + "event_index": 3, + "event_account_address": "0xc50d395a79199699f061f49b2c06d31affd08bb53a380d3cfce5f693fb82a0a2", + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0xc50d395a79199699f061f49b2c06d31affd08bb53a380d3cfce5f693fb82a0a2", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0xe7c7bb0e53fc6fb86aa7464645fbac96b96716463b4e2269c62945c135aa26fd::oat::claim", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2024-07-29T17:42:38.476025" + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_datas_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_datas_v2.json new file mode 100644 index 000000000..8bbbbec9f --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_datas_v2.json @@ -0,0 +1,22 @@ +[ + { + "transaction_version": 1058723093, + "write_set_change_index": 7, + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "collection_id": "0x2ae74f6f02bb77746263f3f32b17a4ea3196b467029c588b323d136af0c45cd4", + "token_name": "Aptos CIS x Joule Finance", + "maximum": "10000000000", + "supply": "2893", + "largest_property_version_v1": "0", + "token_uri": "https://graphigo.prd.galaxy.eco/metadata/aptos/0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8/GCoqbtkpAd.json", + "token_properties": { + "Galxe Campaign": "GCoqbtkpAd" + }, + "description": "", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2024-07-29T17:42:38.476025", + "is_deleted_v2": null, + "decimals": 0 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_ownerships_v2.json new file mode 100644 index 000000000..313523712 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_events/token_ownerships_v2.json @@ -0,0 +1,18 @@ +[ + { + "transaction_version": 1058723093, + "write_set_change_index": 9, + "token_data_id": "0xc00d409177c3265544651b938d857a7675afe57fb4d276a37bcc18ecbecd0dac", + "property_version_v1": "0", + "owner_address": "0xc50d395a79199699f061f49b2c06d31affd08bb53a380d3cfce5f693fb82a0a2", + "storage_id": "0xe2d4df48ee30234ecfd2e53216b000e485a304809099f77af060fb4a31153e77", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2024-07-29T17:42:38.476025", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/collections_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/collections_v2.json new file mode 100644 index 000000000..d918fbd47 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/collections_v2.json @@ -0,0 +1,20 @@ +[ + { + "transaction_version": 178179220, + "write_set_change_index": 9, + "collection_id": "0x370e2acd14849283ce83a963d5d6263d4dcf451c8d7a7d5213412bf211787a12", + "creator_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "collection_name": "W&W EGG", + "description": "https://beast.werewolfandwitch.xyz/ / Eggs are the key to obtaining Beasts through hatching. There exists a diverse array of eggs, each representing a different species or variation. Rare eggs hold the promise of acquiring even rarer and more extraordinary Beasts. ", + "uri": "https://werewolfandwitch-beast-collection.s3.ap-northeast-2.amazonaws.com/egg/egg_epic.png", + "current_supply": "66", + "max_supply": "99999", + "total_minted_v2": null, + "mutable_description": true, + "mutable_uri": true, + "table_handle_v1": "0xbb26ae908fcb19ba5bb8353ce7599be7330cfa20f0c8081d7f0e8c608311962b", + "token_standard": "v1", + "transaction_timestamp": "2023-07-11T03:13:35.970315", + "collection_properties": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_collections_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_collections_v2.json new file mode 100644 index 000000000..5644a5e8d --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_collections_v2.json @@ -0,0 +1,19 @@ +[ + { + "collection_id": "0x370e2acd14849283ce83a963d5d6263d4dcf451c8d7a7d5213412bf211787a12", + "creator_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "collection_name": "W&W EGG", + "description": "https://beast.werewolfandwitch.xyz/ / Eggs are the key to obtaining Beasts through hatching. There exists a diverse array of eggs, each representing a different species or variation. Rare eggs hold the promise of acquiring even rarer and more extraordinary Beasts. ", + "uri": "https://werewolfandwitch-beast-collection.s3.ap-northeast-2.amazonaws.com/egg/egg_epic.png", + "current_supply": "66", + "max_supply": "99999", + "total_minted_v2": null, + "mutable_description": true, + "mutable_uri": true, + "table_handle_v1": "0xbb26ae908fcb19ba5bb8353ce7599be7330cfa20f0c8081d7f0e8c608311962b", + "token_standard": "v1", + "last_transaction_version": 178179220, + "last_transaction_timestamp": "2023-07-11T03:13:35.970315", + "collection_properties": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_datas_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_datas_v2.json new file mode 100644 index 000000000..a46639ef7 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_datas_v2.json @@ -0,0 +1,24 @@ +[ + { + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "collection_id": "0x370e2acd14849283ce83a963d5d6263d4dcf451c8d7a7d5213412bf211787a12", + "token_name": "W&W EGG #65", + "maximum": "1", + "supply": "1", + "largest_property_version_v1": "0", + "token_uri": "https://werewolfandwitch-beast-collection.s3.ap-northeast-2.amazonaws.com/egg/egg_common.png", + "description": "https://beast.werewolfandwitch.xyz/ / Eggs are the key to obtaining Beasts through hatching. There exists a diverse array of eggs, each representing a different species or variation. Rare eggs hold the promise of acquiring even rarer and more extraordinary Beasts. ", + "token_properties": { + "W_RARITY": "1", + "TOKEN_BURNABLE_BY_OWNER": "true", + "TOKEN_PROPERTY_MUTATBLE": "true", + "TOKEN_BURNABLE_BY_CREATOR": "true" + }, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 178179220, + "last_transaction_timestamp": "2023-07-11T03:13:35.970315", + "is_deleted_v2": null, + "decimals": 0 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_ownerships_v2.json new file mode 100644 index 000000000..ff5bf00a8 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_ownerships_v2.json @@ -0,0 +1,40 @@ +[ + { + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "property_version_v1": "0", + "owner_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "storage_id": "0xf94282998db494e309eb57cd121b3d220c50aeb7fda750fa3dd4f106f9bfaf19", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 178179220, + "last_transaction_timestamp": "2023-07-11T03:13:35.970315", + "non_transferrable_by_owner": null + }, + { + "token_data_id": "0x9dd00d7fcf20705113406b2b566270de36d3d394832beb157816639057e3e9c6", + "property_version_v1": "1", + "owner_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "storage_id": "0xf94282998db494e309eb57cd121b3d220c50aeb7fda750fa3dd4f106f9bfaf19", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": { + "W_EXP": "9", + "W_GRADE": "1", + "W_LEVEL": "2", + "TOKEN_BURNABLE_BY_OWNER": "true", + "TOKEN_PROPERTY_MUTATBLE": "true", + "W_NEXT_EXPLORATION_TIME": "1689131615", + "TOKEN_BURNABLE_BY_CREATOR": "true" + }, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 178179220, + "last_transaction_timestamp": "2023-07-11T03:13:35.970315", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_v2_metadata.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/current_token_v2_metadata.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_activities_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_activities_v2.json new file mode 100644 index 000000000..b57020f42 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_activities_v2.json @@ -0,0 +1,87 @@ +[ + { + "transaction_version": 178179220, + "event_index": 0, + "event_account_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "token_data_id": "0x9dd00d7fcf20705113406b2b566270de36d3d394832beb157816639057e3e9c6", + "property_version_v1": "1", + "type_": "0x3::token::MutateTokenPropertyMapEvent", + "from_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "to_address": null, + "token_amount": "0", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x55f710b0b0330e060c41f731ffdd61b846910576bacd0a87be9fd37172012e08::trainer_exploration::trainer_exploration", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315" + }, + { + "transaction_version": 178179220, + "event_index": 2, + "event_account_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "property_version_v1": "0", + "type_": "0x3::token::MintTokenEvent", + "from_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x55f710b0b0330e060c41f731ffdd61b846910576bacd0a87be9fd37172012e08::trainer_exploration::trainer_exploration", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315" + }, + { + "transaction_version": 178179220, + "event_index": 3, + "event_account_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x55f710b0b0330e060c41f731ffdd61b846910576bacd0a87be9fd37172012e08::trainer_exploration::trainer_exploration", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315" + }, + { + "transaction_version": 178179220, + "event_index": 5, + "event_account_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "property_version_v1": "0", + "type_": "0x3::token::WithdrawEvent", + "from_address": "0x7a370c1993c5517868b93004f1f72853160e758fa30de2edfec2574237bf9a83", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x55f710b0b0330e060c41f731ffdd61b846910576bacd0a87be9fd37172012e08::trainer_exploration::trainer_exploration", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315" + }, + { + "transaction_version": 178179220, + "event_index": 6, + "event_account_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "property_version_v1": "0", + "type_": "0x3::token::DepositEvent", + "from_address": null, + "to_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x55f710b0b0330e060c41f731ffdd61b846910576bacd0a87be9fd37172012e08::trainer_exploration::trainer_exploration", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315" + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_datas_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_datas_v2.json new file mode 100644 index 000000000..69509584f --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_datas_v2.json @@ -0,0 +1,25 @@ +[ + { + "transaction_version": 178179220, + "write_set_change_index": 8, + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "collection_id": "0x370e2acd14849283ce83a963d5d6263d4dcf451c8d7a7d5213412bf211787a12", + "token_name": "W&W EGG #65", + "maximum": "1", + "supply": "1", + "largest_property_version_v1": "0", + "token_uri": "https://werewolfandwitch-beast-collection.s3.ap-northeast-2.amazonaws.com/egg/egg_common.png", + "token_properties": { + "W_RARITY": "1", + "TOKEN_BURNABLE_BY_OWNER": "true", + "TOKEN_PROPERTY_MUTATBLE": "true", + "TOKEN_BURNABLE_BY_CREATOR": "true" + }, + "description": "https://beast.werewolfandwitch.xyz/ / Eggs are the key to obtaining Beasts through hatching. There exists a diverse array of eggs, each representing a different species or variation. Rare eggs hold the promise of acquiring even rarer and more extraordinary Beasts. ", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315", + "is_deleted_v2": null, + "decimals": 0 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_ownerships_v2.json new file mode 100644 index 000000000..5160dab91 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_mutate_event/token_ownerships_v2.json @@ -0,0 +1,42 @@ +[ + { + "transaction_version": 178179220, + "write_set_change_index": 10, + "token_data_id": "0x6a0c359c0f404a9975dc97bcbba2be53937295fa555ea08a59b7c8accd8bdcbd", + "property_version_v1": "0", + "owner_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "storage_id": "0xf94282998db494e309eb57cd121b3d220c50aeb7fda750fa3dd4f106f9bfaf19", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": {}, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315", + "non_transferrable_by_owner": null + }, + { + "transaction_version": 178179220, + "write_set_change_index": 11, + "token_data_id": "0x9dd00d7fcf20705113406b2b566270de36d3d394832beb157816639057e3e9c6", + "property_version_v1": "1", + "owner_address": "0x2b21bcb64594e271a76ccabd7fd07d9e1474d44101d68849ca82b65393a73f57", + "storage_id": "0xf94282998db494e309eb57cd121b3d220c50aeb7fda750fa3dd4f106f9bfaf19", + "amount": "1", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": { + "W_EXP": "9", + "W_GRADE": "1", + "W_LEVEL": "2", + "TOKEN_BURNABLE_BY_OWNER": "true", + "TOKEN_PROPERTY_MUTATBLE": "true", + "W_NEXT_EXPLORATION_TIME": "1689131615", + "TOKEN_BURNABLE_BY_CREATOR": "true" + }, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-07-11T03:13:35.970315", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_collections_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/537250181/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_collections_v2.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_datas_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_datas_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_ownerships_v2.json new file mode 100644 index 000000000..425944692 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_ownerships_v2.json @@ -0,0 +1,17 @@ +[ + { + "token_data_id": "0xfbfd7848ba09f6ef63498de614844339efc9264cc41b0e50f2e3ca1dca3b0802", + "property_version_v1": "0", + "owner_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "storage_id": "0x9a6bdbe18a85fbe456660ae68a7e64e1d186b242bfe3c940d47643044e489d65", + "amount": "0", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": null, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "last_transaction_version": 141135867, + "last_transaction_timestamp": "2023-05-14T02:08:22.327431", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_pending_claims.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_pending_claims.json new file mode 100644 index 000000000..fe0c96c98 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_pending_claims.json @@ -0,0 +1,18 @@ +[ + { + "token_data_id_hash": "fbfd7848ba09f6ef63498de614844339efc9264cc41b0e50f2e3ca1dca3b0802", + "property_version": "0", + "from_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "to_address": "0x15ca0ddee3416b0d8177c0cce554f140c99a94b72e02a55a55fd2d717999c39f", + "collection_data_id_hash": "2ae74f6f02bb77746263f3f32b17a4ea3196b467029c588b323d136af0c45cd4", + "creator_address": "0x092d2f7ad00630e4dfffcca01bee12c84edf004720347fb1fd57016d2cc8d3f8", + "collection_name": "Galxe OAT", + "name": "Gran Saga: Unlimited Title Announcement OAT", + "amount": "1", + "table_handle": "0xe67fe5afafcffe75ac55e33067d32c2a962435053d769a0ab4e476030a4de753", + "last_transaction_version": 141135867, + "collection_id": "0x2ae74f6f02bb77746263f3f32b17a4ea3196b467029c588b323d136af0c45cd4", + "last_transaction_timestamp": "2023-05-14T02:08:22.327431", + "token_data_id": "0xfbfd7848ba09f6ef63498de614844339efc9264cc41b0e50f2e3ca1dca3b0802" + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_v2_metadata.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/current_token_v2_metadata.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_activities_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_activities_v2.json new file mode 100644 index 000000000..b49632d39 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_activities_v2.json @@ -0,0 +1,36 @@ +[ + { + "transaction_version": 141135867, + "event_index": 0, + "event_account_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "token_data_id": "0xfbfd7848ba09f6ef63498de614844339efc9264cc41b0e50f2e3ca1dca3b0802", + "property_version_v1": "0", + "type_": "0x3::token::WithdrawEvent", + "from_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "to_address": null, + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x3::token_transfers::offer_script", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-05-14T02:08:22.327431" + }, + { + "transaction_version": 141135867, + "event_index": 1, + "event_account_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "token_data_id": "0xfbfd7848ba09f6ef63498de614844339efc9264cc41b0e50f2e3ca1dca3b0802", + "property_version_v1": "0", + "type_": "0x3::token_transfers::TokenOfferEvent", + "from_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "to_address": "0x15ca0ddee3416b0d8177c0cce554f140c99a94b72e02a55a55fd2d717999c39f", + "token_amount": "1", + "before_value": null, + "after_value": null, + "entry_function_id_str": "0x3::token_transfers::offer_script", + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-05-14T02:08:22.327431" + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_datas_v2.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_datas_v2.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_ownerships_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_ownerships_v2.json new file mode 100644 index 000000000..58baa8fda --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v1_offer/token_ownerships_v2.json @@ -0,0 +1,18 @@ +[ + { + "transaction_version": 141135867, + "write_set_change_index": 5, + "token_data_id": "0xfbfd7848ba09f6ef63498de614844339efc9264cc41b0e50f2e3ca1dca3b0802", + "property_version_v1": "0", + "owner_address": "0x12e0de4f294305602939ebfdbcd5b267493ae1255776e7749db177bdb7148d01", + "storage_id": "0x9a6bdbe18a85fbe456660ae68a7e64e1d186b242bfe3c940d47643044e489d65", + "amount": "0", + "table_type_v1": "0x3::token::TokenStore", + "token_properties_mutated_v1": null, + "is_soulbound_v2": null, + "token_standard": "v1", + "is_fungible_v2": null, + "transaction_timestamp": "2023-05-14T02:08:22.327431", + "non_transferrable_by_owner": null + } +] \ No newline at end of file diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_burn_event_v1/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/578366445/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_burn_event_v1/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_burn_event_v2/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_burn_event_v2/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_concurrent_aptos_mint/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_concurrent_aptos_mint/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/current_ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_fixed_supply/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/current_ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_fixed_supply/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/current_ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_mint_and_transfer_event_v1/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/602320562/current_ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_mint_and_transfer_event_v1/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/ans_lookup_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_mutation_event/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/ans_lookup_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_mutation_event/current_token_pending_claims.json diff --git a/rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/ans_primary_name_v2.json b/rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_unlimited_supply/current_token_pending_claims.json similarity index 100% rename from rust/integration-tests/expected_db_output_files/imported_mainnet_txns/ans_processor/967255533/ans_primary_name_v2.json rename to rust/integration-tests/sdk_expected_db_output_files/token_v2_processor/test_token_v2_unlimited_supply/current_token_pending_claims.json diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_ed25519/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_ed25519/signatures.json new file mode 100644 index 000000000..9ff67f14d --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_ed25519/signatures.json @@ -0,0 +1,74 @@ +[ + { + "transaction_version": 2175935, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 1071136, + "signer": "0xaa90e0d9d16b63ba4a289fb0dc8d1b454058b21c9b5c76864f825d5c1f32582e", + "is_sender_primary": true, + "type_": "multi_ed25519_signature", + "public_key": "0x79c65acf6c2d39be49362a12438d09ddd8a09ac4ef2bf16c6ac12190808d4668", + "signature": "0x94fb6cc53f5a51a6d30902d74a2e175b7ae7a4deb991303c33e1cba3b543adcc06643f8d14d47bc00f1aeadbae1e0d58623ee4c033d300ba2314da3fcfd4cc0f", + "threshold": 3, + "public_key_indices": [ + 0, + 1, + 2, + 3 + ] + }, + { + "transaction_version": 2175935, + "multi_agent_index": 0, + "multi_sig_index": 1, + "transaction_block_height": 1071136, + "signer": "0xaa90e0d9d16b63ba4a289fb0dc8d1b454058b21c9b5c76864f825d5c1f32582e", + "is_sender_primary": true, + "type_": "multi_ed25519_signature", + "public_key": "0xf8609e30dcea4a3930da12c8ff7341ae4379930484c3bbc280085ee6a1455c50", + "signature": "0xe03eb15ea0dab549e34ae1d979f6de2c63ce4f64f54bd8c2283598595b0e755815d516aeb37d00128ce41b15dd219131aaaeaa1946ba44679f76ebbd9be7730b", + "threshold": 3, + "public_key_indices": [ + 0, + 1, + 2, + 3 + ] + }, + { + "transaction_version": 2175935, + "multi_agent_index": 0, + "multi_sig_index": 2, + "transaction_block_height": 1071136, + "signer": "0xaa90e0d9d16b63ba4a289fb0dc8d1b454058b21c9b5c76864f825d5c1f32582e", + "is_sender_primary": true, + "type_": "multi_ed25519_signature", + "public_key": "0x745a05201579729817f02983fd420d6072721fb87a73fbd31d7c6202c8459ae5", + "signature": "0x8ae38f8d9408ea62b33d34e8b8f9a120c36b2fb1f00c40e090810109d17041c7fb1e76be874f023a50473e7e22d0a39c65f97d9e23e8387560c9e4765470be0e", + "threshold": 3, + "public_key_indices": [ + 0, + 1, + 2, + 3 + ] + }, + { + "transaction_version": 2175935, + "multi_agent_index": 0, + "multi_sig_index": 3, + "transaction_block_height": 1071136, + "signer": "0xaa90e0d9d16b63ba4a289fb0dc8d1b454058b21c9b5c76864f825d5c1f32582e", + "is_sender_primary": true, + "type_": "multi_ed25519_signature", + "public_key": "0xa11beec494a2ae664e1b47e331d0c7c289a786ca73afcf0cfef52814c7210a2c", + "signature": "0x9882cf9628b492d713c154baa13c72aa1c94c93ed8fcf102090a6afbd078ccd6d399d4939fd39717532cc53caee0bed75614b636eddd8589c194da3b40371005", + "threshold": 3, + "public_key_indices": [ + 0, + 1, + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_ed25519/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_ed25519/user_transactions.json new file mode 100644 index 000000000..547e55998 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_ed25519/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 2175935, + "block_height": 1071136, + "parent_signature_type": "multi_ed25519_signature", + "sender": "0xaa90e0d9d16b63ba4a289fb0dc8d1b454058b21c9b5c76864f825d5c1f32582e", + "sequence_number": 0, + "max_gas_amount": "10000", + "expiration_timestamp_secs": "2022-10-18T23:19:15", + "gas_unit_price": "100", + "timestamp": "2022-10-18T23:10:04.331016", + "entry_function_id_str": "0xa3f6a53c57395401ce64f09a188e2259dc9b156387e76c88a7a80a8fe5254476::momentum_safe::register", + "epoch": 75 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_key_keyless_signature/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_key_keyless_signature/signatures.json new file mode 100644 index 000000000..3d0915458 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_key_keyless_signature/signatures.json @@ -0,0 +1,17 @@ +[ + { + "transaction_version": 1803170308, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 239859401, + "signer": "0xcd132e9b9827da619824510675148bf402333ab539b3ae0ce170ceeee2a37902", + "is_sender_primary": true, + "type_": "multi_key_keyless_signature", + "public_key": "0x1b68747470733a2f2f6163636f756e74732e676f6f676c652e636f6d20a3d1b2af18bbb379a4721dcaa557b8c2bde7a95e08108f83e9e37a23622a3f2a", + "signature": "0x000005b2bb1b3d5069b143ad2dcd9b0be72b432ef21fba222821fde9dd1b0fa5309681c60175463cff9ae0eb879d0b06dcfb1749facb0a6d2589701ca4804d96972ffcd23279b491735187f7e861003835d70bf473bc84de4d7cfcdef71998054e9b847c8c68113060ead4788ea97bbc0fd3cff3974938207c787f15a78c4e16c00c80969800000000000000010040011f33b0af6221f0e86d007f711971f1e3e6abc34f0ac00d9b992499c18020fdb7807173b533efdd38d0686ad3de988ee1ee5957dbaeddf21e2bbf9b3a21ed024c7b22616c67223a225253323536222c226b6964223a2261353066366537306566346235343861356664393134326565636431666238663534646365396565222c22747970223a224a5754227dd3622667000000000020fe09cb6421813f17db4d367849f7581cf7d218d071de82232f92ecf19ba72d740040e8f0777d3e0c8c7e4a50ace0dbf9d0d5b6fc7b0a2300792bd36a7690658abf83c86e1fc850b6402af7e204df74bebfc5d08a8c7841bff5089ffc39b6b0227b05", + "threshold": 1, + "public_key_indices": [ + 1 + ] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_key_keyless_signature/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_key_keyless_signature/user_transactions.json new file mode 100644 index 000000000..72ce0bca0 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_multi_key_keyless_signature/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 1803170308, + "block_height": 239859401, + "parent_signature_type": "fee_payer_signature", + "sender": "0xcd132e9b9827da619824510675148bf402333ab539b3ae0ce170ceeee2a37902", + "sequence_number": 0, + "max_gas_amount": "10010", + "expiration_timestamp_secs": "2024-10-16T17:07:41", + "gas_unit_price": "100", + "timestamp": "2024-10-16T17:07:21.987832", + "entry_function_id_str": "0x1::aptos_account::transfer", + "epoch": 8870 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_ed25519/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_ed25519/signatures.json new file mode 100644 index 000000000..89899f813 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_ed25519/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 685, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 343, + "signer": "0xfda457fe15be3102b748877e674b4b076b06e4c13e8eaf4d817b5baa77889bf9", + "is_sender_primary": true, + "type_": "ed25519_signature", + "public_key": "0x52c68c2ebe3fde3e479d7b04f486745245984daee3411ac1218cf123348603fd", + "signature": "0x37b89d3d3d6e68e66c4f72be6228890690d2a9c39e0a75aed12b122400ab5812f1170ac14151ad6ce8f75dda7dd29f8c98c5f2b176bb23fc0af574d10f713d0b", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_ed25519/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_ed25519/user_transactions.json new file mode 100644 index 000000000..094505ecc --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_ed25519/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 685, + "block_height": 343, + "parent_signature_type": "ed25519_signature", + "sender": "0xfda457fe15be3102b748877e674b4b076b06e4c13e8eaf4d817b5baa77889bf9", + "sequence_number": 0, + "max_gas_amount": "861", + "expiration_timestamp_secs": "2022-10-12T21:26:49", + "gas_unit_price": "100", + "timestamp": "2022-10-12T21:26:20.299882", + "entry_function_id_str": "0x1::stake::update_network_and_fullnode_addresses", + "epoch": 2 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_ed25519/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_ed25519/signatures.json new file mode 100644 index 000000000..e96834f12 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_ed25519/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 464961735, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 149367565, + "signer": "0x21cca3a6dcf46ec6888067f7955d857d4991cd49359c2f1bf35f6d242a0f5f13", + "is_sender_primary": true, + "type_": "single_sender_ed25519_signature", + "public_key": "0x7b2fd9c7c0c7b043c13360bc35b119de5774d2ed4078429ea0f224eff1e561ca", + "signature": "0x2143fcb53d2da0d2f4c053a819ae2055c007c6902a1863fc7da72a50933feb1a630d3ae043e6713a29861fcb5071b04b536dbbf52241503d7616ec8d21b4a505", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_ed25519/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_ed25519/user_transactions.json new file mode 100644 index 000000000..804af7f0b --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_ed25519/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 464961735, + "block_height": 149367565, + "parent_signature_type": "single_key_signature", + "sender": "0x21cca3a6dcf46ec6888067f7955d857d4991cd49359c2f1bf35f6d242a0f5f13", + "sequence_number": 0, + "max_gas_amount": "200000", + "expiration_timestamp_secs": "2024-02-23T22:22:10", + "gas_unit_price": "100", + "timestamp": "2024-02-23T22:21:53.482262", + "entry_function_id_str": "0x1::coin::transfer", + "epoch": 6013 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_secp/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_secp/signatures.json new file mode 100644 index 000000000..6fdecd348 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_secp/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 407418623, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 134705653, + "signer": "0x1a2a80523dd7235cc88997eb6382995455148cda0479a15242f9056ae08aec41", + "is_sender_primary": true, + "type_": "single_sender_secp256k1_ecdsa_signature", + "public_key": "0x045f3197545fabcdffe43d95af03c0aaa8a56778e508e3519dceb727bc7f0752d3b82c131d3ba44006e44314384537f43a1f8aa9e92a7acfbbadb3192b2d9ded7d", + "signature": "0xa98656f8f1f1c32537df4bf00df9353daaf9bb546e30a8875900cec598fe8a7f6ed0aecd0e0d4db34b3ccfbedd7a731d63d1292f668d46d51a5cb8690c79269a", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_secp/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_secp/user_transactions.json new file mode 100644 index 000000000..6b0ae973e --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_key_secp/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 407418623, + "block_height": 134705653, + "parent_signature_type": "single_key_signature", + "sender": "0x1a2a80523dd7235cc88997eb6382995455148cda0479a15242f9056ae08aec41", + "sequence_number": 0, + "max_gas_amount": "8", + "expiration_timestamp_secs": "2024-01-16T09:35:27", + "gas_unit_price": "100", + "timestamp": "2024-01-16T09:35:08.981259", + "entry_function_id_str": "0x1::coin::transfer", + "epoch": 5547 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_ed25519/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_ed25519/signatures.json new file mode 100644 index 000000000..532d7742a --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_ed25519/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 590098441, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 177673906, + "signer": "0x5a2de9a743dfe5b4dd76527e6c2091f11819091d7ba1efb2fb6d57c0b83b759b", + "is_sender_primary": true, + "type_": "single_sender_ed25519_signature", + "public_key": "0xf3dd681d0ff72a7b343de6ed8f9b0d34ce6267e5ddc9a95caf21257014d98a63", + "signature": "0xbf7d74ef39a6c8cbbaf662bca8a16afc0b716f1c7e0d170ed9e400fb7333679906ead9cd7d46a3c2d5d1e6b90780bea37376f3041d1c511da8097d66b2e2c908", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_ed25519/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_ed25519/user_transactions.json new file mode 100644 index 000000000..74f3b2381 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_ed25519/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 590098441, + "block_height": 177673906, + "parent_signature_type": "single_key_signature", + "sender": "0x5a2de9a743dfe5b4dd76527e6c2091f11819091d7ba1efb2fb6d57c0b83b759b", + "sequence_number": 0, + "max_gas_amount": "200000", + "expiration_timestamp_secs": "2024-05-09T01:19:19", + "gas_unit_price": "100", + "timestamp": "2024-05-09T01:18:59.975711", + "entry_function_id_str": "0x1::aptos_account::transfer_coins", + "epoch": 6924 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_keyless/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_keyless/signatures.json new file mode 100644 index 000000000..0b2974d13 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_keyless/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 976087151, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 189192230, + "signer": "0x2702d121810b0dd82da7fe72abc0972cb087cd8f37b55367a8fb0b2faead0763", + "is_sender_primary": true, + "type_": "single_sender_keyless_signature", + "public_key": "0x1b68747470733a2f2f6163636f756e74732e676f6f676c652e636f6d20df280a94dd75e9e243f99287dc58768713a1aa7ed79f5a55b549bfafb606aa26", + "signature": "0x0000835679c3656bfb12bb2037f1347d73fb7ead3cf44781029c30bf4e7020e8f583a08efcf8a75d2d7c61ce0a653a7d25f481b18f593bc27a70b660b96f1760d4196495c80c8c37733824f659eb09cab4071f5c0a74a8e3f6ad26b3e7f5e9f9ce9dca02f27d6374037d2509a593fc298a3aebe72eb6c11725d4872a8c5ba1abeb218096980000000000000001004067be20b1bd8ea5b3fc3a5acc52835d72435a3bd5203a2908d21355c0b113daf4d3a3b5001eecbbf056ae0b47beae3af6b29c9cb532449d1191db631474923d024c7b22616c67223a225253323536222c226b6964223a2236373464626261386661656536396163616531626331626531393034353336373866343732383033222c22747970223a224a5754227df0897966000000000020cba966518a65b303bc2101b0f493630aba3aa2ce1d41c7bc794126a599ace09d0040a2a156c6d2c0dd49499b7fbdd5eb9b9ba35dffca2ac764a46ec2f886f66d2015c8736c9468ecbd4c5adc8e83e3dd2968358d0194023fa1cf8ae43fd3ba09ff0b", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_keyless/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_keyless/user_transactions.json new file mode 100644 index 000000000..426a9c1ba --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_keyless/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 976087151, + "block_height": 189192230, + "parent_signature_type": "single_key_signature", + "sender": "0x2702d121810b0dd82da7fe72abc0972cb087cd8f37b55367a8fb0b2faead0763", + "sequence_number": 0, + "max_gas_amount": "200000", + "expiration_timestamp_secs": "2024-06-10T15:51:29", + "gas_unit_price": "100", + "timestamp": "2024-06-10T15:51:10.170250", + "entry_function_id_str": "0x1::aptos_account::transfer_coins", + "epoch": 7324 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_secp/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_secp/signatures.json new file mode 100644 index 000000000..1fbf5f6f1 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_secp/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 527013476, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 162964512, + "signer": "0x12cb0b6725601b943da69cfaee34e4952ff569c26943602a88029f446c7ef165", + "is_sender_primary": true, + "type_": "single_sender_secp256k1_ecdsa_signature", + "public_key": "0x044510e315de515f02b687c29bba8052d696151e0248bedb805cd140fc98c80b447fdb4f26ba35caf5109c2ca567eb3b08d80774076451e16443a23ccb4f1a949c", + "signature": "0xef3bc8e8d0a78e6cb10545ed4b1086a88e7c63587e728dec794c9b25397476cd32a7e8f9bb1b6339a383e03c07003596c04602ecbc5c5c473c200d81661733bc", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_secp/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_secp/user_transactions.json new file mode 100644 index 000000000..002b8edf3 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_secp/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 527013476, + "block_height": 162964512, + "parent_signature_type": "single_key_signature", + "sender": "0x12cb0b6725601b943da69cfaee34e4952ff569c26943602a88029f446c7ef165", + "sequence_number": 6, + "max_gas_amount": "48", + "expiration_timestamp_secs": "2024-03-29T13:51:42", + "gas_unit_price": "100", + "timestamp": "2024-03-29T13:51:13.448212", + "entry_function_id_str": "0x190d44266241744264b964a37b8f09863167a12d3e70cda39376cfb4e3561e12::scripts_v2::swap", + "epoch": 6429 + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_webauth/signatures.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_webauth/signatures.json new file mode 100644 index 000000000..47094bf7f --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_webauth/signatures.json @@ -0,0 +1,15 @@ +[ + { + "transaction_version": 551057865, + "multi_agent_index": 0, + "multi_sig_index": 0, + "transaction_block_height": 168677104, + "signer": "0x7f94f5f1150b0669e8304613da151ef48b9b208669f49b0d42e58cc140433e54", + "is_sender_primary": true, + "type_": "single_sender_webauthn_signature", + "public_key": "0x0402dd47683d0a908249f0da345f3d15b4b329bb8310540e8918beb98e7f2758720bcdcbadb01d43b079140bcd6e56c95966dbb6f780d82974f26b41c543118f77", + "signature": "0x0040211a74c7299c4aa60f6fe75bc755694ba7276ad75d922340612fb08429e006b54ff2545268b6ea71ced3e490a9aa587165fa71a0592d1bdac1be7937a2a72a4725c58974259844ca2dcbed5655a0efae85cf745db11942678dfd90b1d5dd8542e91d000000007b7b2274797065223a22776562617574686e2e676574222c226368616c6c656e6765223a22514e316168706571534277376f6e77697668396e4d61774b657749446859613856535a3156335347725655222c226f726967696e223a2268747470733a2f2f706173736b65792d64656d6f2e70616765732e646576227d", + "threshold": 1, + "public_key_indices": [] + } +] \ No newline at end of file diff --git a/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_webauth/user_transactions.json b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_webauth/user_transactions.json new file mode 100644 index 000000000..1754f4db8 --- /dev/null +++ b/rust/integration-tests/sdk_expected_db_output_files/user_transaction_processor/test_single_sender_webauth/user_transactions.json @@ -0,0 +1,15 @@ +[ + { + "version": 551057865, + "block_height": 168677104, + "parent_signature_type": "single_key_signature", + "sender": "0x7f94f5f1150b0669e8304613da151ef48b9b208669f49b0d42e58cc140433e54", + "sequence_number": 0, + "max_gas_amount": "200000", + "expiration_timestamp_secs": "2024-04-13T17:59:46", + "gas_unit_price": "100", + "timestamp": "2024-04-13T17:59:30.751467", + "entry_function_id_str": "0x1::aptos_account::transfer_coins", + "epoch": 6620 + } +] \ No newline at end of file diff --git a/rust/integration-tests/src/diff_test_helper/account_transaction_processor.rs b/rust/integration-tests/src/diff_test_helper/account_transaction_processor.rs new file mode 100644 index 000000000..5bf2718d4 --- /dev/null +++ b/rust/integration-tests/src/diff_test_helper/account_transaction_processor.rs @@ -0,0 +1,32 @@ +use crate::models::account_transaction_models::AccountTransaction; +use anyhow::Result; +use diesel::{ + pg::PgConnection, + query_dsl::methods::{FilterDsl, ThenOrderDsl}, + ExpressionMethods, RunQueryDsl, +}; +use processor::schema::account_transactions::dsl::*; +use serde_json::Value; +use std::collections::HashMap; + +#[allow(dead_code)] +pub fn load_data( + conn: &mut PgConnection, + txn_versions: Vec