Skip to content

Commit

Permalink
rebase and update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm committed Oct 18, 2024
1 parent c90c215 commit b2cad77
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 20 deletions.
8 changes: 4 additions & 4 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ aptos-indexer-processor-sdk = { git = "https://github.com/aptos-labs/aptos-index
aptos-indexer-processor-sdk-server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "1f989c65abbd5cf00a0631a30755ef05818e1894" }
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 = "87acec023264cdd756e5eae073ddf302fda0917a" }
aptos-indexer-test-transactions = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "3099bbe1e100be815ca0cb262cd7eceef9c75dad" }
aptos-indexer-testing-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "1f989c65abbd5cf00a0631a30755ef05818e1894" }

async-trait = "0.1.53"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"total_charge_gas_units": "3",
"storage_fee_refund_octas": "0"
},
"inserted_at": "2024-10-15T04:55:32.412203",
"event_index": 0,
"indexed_type": "0x1::transaction_fee::FeeStatement"
"indexed_type": "0x1::transaction_fee::FeeStatement",
"event_index": 0
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"total_charge_gas_units": "3",
"storage_fee_refund_octas": "0"
},
"inserted_at": "2024-10-15T04:55:32.404901",
"event_index": 0,
"indexed_type": "0x1::transaction_fee::FeeStatement"
"indexed_type": "0x1::transaction_fee::FeeStatement",
"event_index": 0
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"total_charge_gas_units": "3",
"storage_fee_refund_octas": "0"
},
"inserted_at": "2024-10-15T04:55:32.413924",
"event_index": 0,
"indexed_type": "0x1::transaction_fee::FeeStatement"
"indexed_type": "0x1::transaction_fee::FeeStatement",
"event_index": 0
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"total_charge_gas_units": "3",
"storage_fee_refund_octas": "0"
},
"inserted_at": "2024-10-15T04:55:32.409748",
"event_index": 0,
"indexed_type": "0x1::transaction_fee::FeeStatement"
"indexed_type": "0x1::transaction_fee::FeeStatement",
"event_index": 0
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod tests {
};
use aptos_indexer_test_transactions::{
ALL_IMPORTED_TESTNET_TXNS, IMPORTED_TESTNET_TXNS_1_GENESIS,
IMPORTED_TESTNET_TXNS_2_GENESIS, IMPORTED_TESTNET_TXNS_3_GENESIS,
IMPORTED_TESTNET_TXNS_2_NEW_BLOCK_EVENT, IMPORTED_TESTNET_TXNS_3_EMPTY_TXN,
};
use aptos_indexer_testing_framework::{cli_parser::get_test_config, database::TestDatabase};
use aptos_protos::transaction::v1::Transaction;
Expand Down Expand Up @@ -126,8 +126,8 @@ mod tests {

let imported = [
IMPORTED_TESTNET_TXNS_1_GENESIS,
IMPORTED_TESTNET_TXNS_2_GENESIS,
IMPORTED_TESTNET_TXNS_3_GENESIS,
IMPORTED_TESTNET_TXNS_2_NEW_BLOCK_EVENT,
IMPORTED_TESTNET_TXNS_3_EMPTY_TXN,
];

let (db, mut test_context) = setup_test_environment(&imported).await;
Expand Down

0 comments on commit b2cad77

Please sign in to comment.