Skip to content

Commit

Permalink
feat: add synthetic block payout when getting txns from algod (#110)
Browse files Browse the repository at this point in the history
* feat: add synthetic block payout when getting txns from algod
  • Loading branch information
joe-p authored Feb 14, 2025
1 parent a71e848 commit cd016ef
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 340 deletions.
1 change: 1 addition & 0 deletions src/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ export async function getBlocksBulk(context: { startRound: bigint; maxRound: big
}
return blocks
}

Loading

0 comments on commit cd016ef

Please sign in to comment.