Skip to content

Commit 187f4ef

Browse files
committed
couple notes to self
1 parent 5661f07 commit 187f4ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

svm/src/transaction_balances.rs

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ impl BalanceCollector {
145145
}
146146
}
147147

148+
// HANA we probably want to capture the balance timings in txp
149+
// make sure to delete any writes to those timings that might exist in runtime/ledger/core
150+
// in any event our version should be much faster than the existing one since we use AccountLoader
148151
impl BalanceCollectionRoutines for BalanceCollector {
149152
fn collect_pre_balances<CB: TransactionProcessingCallback>(
150153
&mut self,
@@ -253,6 +256,7 @@ impl BalanceCollectionRoutines for Option<BalanceCollector> {
253256
}
254257
}
255258

259+
// HANA if we add mints to inline-spl we could parse the mint here instead of holding it
256260
pub struct SvmTokenInfo {
257261
pub account_index: u8,
258262
pub mint: Pubkey,

0 commit comments

Comments
 (0)