We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5661f07 commit 187f4efCopy full SHA for 187f4ef
svm/src/transaction_balances.rs
@@ -145,6 +145,9 @@ impl BalanceCollector {
145
}
146
147
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
151
impl BalanceCollectionRoutines for BalanceCollector {
152
fn collect_pre_balances<CB: TransactionProcessingCallback>(
153
&mut self,
@@ -253,6 +256,7 @@ impl BalanceCollectionRoutines for Option<BalanceCollector> {
253
256
254
257
255
258
259
+// HANA if we add mints to inline-spl we could parse the mint here instead of holding it
260
pub struct SvmTokenInfo {
261
pub account_index: u8,
262
pub mint: Pubkey,
0 commit comments