@@ -147,6 +147,17 @@ describe('address tests', () => {
147147 execution_cost_runtime : 3 ,
148148 execution_cost_write_count : 4 ,
149149 execution_cost_write_length : 5 ,
150+ stx_transfer_event_count : stxEventCount ,
151+ stx_mint_event_count : 0 ,
152+ stx_burn_event_count : 0 ,
153+ stx_lock_event_count : 0 ,
154+ ft_transfer_event_count : ftEventCount ,
155+ ft_mint_event_count : 0 ,
156+ ft_burn_event_count : 0 ,
157+ nft_transfer_event_count : nftEventCount ,
158+ nft_mint_event_count : 0 ,
159+ nft_burn_event_count : 0 ,
160+ contract_log_event_count : 0 ,
150161 } ;
151162 let eventIndex = 0 ;
152163 const stxEvents : DbStxEvent [ ] = [ ] ;
@@ -1228,6 +1239,17 @@ describe('address tests', () => {
12281239 execution_cost_runtime : 0 ,
12291240 execution_cost_write_count : 0 ,
12301241 execution_cost_write_length : 0 ,
1242+ stx_transfer_event_count : 0 ,
1243+ stx_mint_event_count : 0 ,
1244+ stx_burn_event_count : 0 ,
1245+ stx_lock_event_count : 0 ,
1246+ ft_transfer_event_count : 0 ,
1247+ ft_mint_event_count : 0 ,
1248+ ft_burn_event_count : 0 ,
1249+ nft_transfer_event_count : 0 ,
1250+ nft_mint_event_count : 0 ,
1251+ nft_burn_event_count : 0 ,
1252+ contract_log_event_count : 0 ,
12311253 } ;
12321254 return tx ;
12331255 } ;
@@ -1278,6 +1300,17 @@ describe('address tests', () => {
12781300 execution_cost_runtime : 0 ,
12791301 execution_cost_write_count : 0 ,
12801302 execution_cost_write_length : 0 ,
1303+ stx_transfer_event_count : 0 ,
1304+ stx_mint_event_count : 0 ,
1305+ stx_burn_event_count : 0 ,
1306+ stx_lock_event_count : 0 ,
1307+ ft_transfer_event_count : 0 ,
1308+ ft_mint_event_count : 0 ,
1309+ ft_burn_event_count : 0 ,
1310+ nft_transfer_event_count : 0 ,
1311+ nft_mint_event_count : 0 ,
1312+ nft_burn_event_count : 0 ,
1313+ contract_log_event_count : 0 ,
12811314 } ;
12821315 const createStxEvent = (
12831316 sender : string ,
@@ -1475,6 +1508,17 @@ describe('address tests', () => {
14751508 createClarityValueArray ( uintCV ( 123456 ) , stringAsciiCV ( 'hello' ) )
14761509 ) ,
14771510 abi : JSON . stringify ( contractJsonAbi ) ,
1511+ stx_transfer_event_count : 0 ,
1512+ stx_mint_event_count : 0 ,
1513+ stx_burn_event_count : 0 ,
1514+ stx_lock_event_count : 0 ,
1515+ ft_transfer_event_count : 0 ,
1516+ ft_mint_event_count : 0 ,
1517+ ft_burn_event_count : 0 ,
1518+ nft_transfer_event_count : 0 ,
1519+ nft_mint_event_count : 0 ,
1520+ nft_burn_event_count : 0 ,
1521+ contract_log_event_count : 0 ,
14781522 } ;
14791523
14801524 const dataStoreTxs = txs . map ( DbTxRaw => {
@@ -2836,6 +2880,17 @@ describe('address tests', () => {
28362880 burn_block_height : - 1 ,
28372881 burn_block_time : - 1 ,
28382882 block_height : - 1 ,
2883+ stx_transfer_event_count : 0 ,
2884+ stx_mint_event_count : 0 ,
2885+ stx_burn_event_count : 0 ,
2886+ stx_lock_event_count : 0 ,
2887+ ft_transfer_event_count : 0 ,
2888+ ft_mint_event_count : 0 ,
2889+ ft_burn_event_count : 0 ,
2890+ nft_transfer_event_count : 0 ,
2891+ nft_mint_event_count : 0 ,
2892+ nft_burn_event_count : 0 ,
2893+ contract_log_event_count : 0 ,
28392894 } ,
28402895 stxLockEvents : [ ] ,
28412896 stxEvents : [ ] ,
0 commit comments