Skip to content

feat: /accounts/:stake_cred/transactions#285

Merged
vladimirvolek merged 5 commits intomasterfrom
feat/accounts-transactions
Oct 22, 2025
Merged

feat: /accounts/:stake_cred/transactions#285
vladimirvolek merged 5 commits intomasterfrom
feat/accounts-transactions

Conversation

@slowbackspace
Copy link
Copy Markdown
Contributor

@slowbackspace slowbackspace commented Oct 7, 2025

prereq blockfrost/blockfrost-utils#64, blockfrost/openapi#423

little speed bump with these indices

CREATE UNIQUE INDE  IF NOT EXISTS bf_u_idx_tx_in_outref_covering
  ON public.tx_in (tx_out_id, tx_out_index)
  INCLUDE (tx_in_id);

CREATE INDEX IF NOT EXISTS bf_idx_tx_out_stakeaddr_covering
  ON public.tx_out (stake_address_id)
  INCLUDE (tx_id, index);

CREATE INDEX IF NOT EXISTS bf_idx_tx_id_covering
  ON public.tx (id)
  INCLUDE (block_id, block_index, hash);

https://explain.dalibo.com/plan/a0e3fe8786f84g10#

@slowbackspace slowbackspace force-pushed the feat/accounts-transactions branch 6 times, most recently from ccf2dcd to 0d05116 Compare October 9, 2025 08:53
@slowbackspace slowbackspace force-pushed the feat/accounts-transactions branch from b7bed16 to eb92a46 Compare October 15, 2025 19:26
@slowbackspace slowbackspace force-pushed the feat/accounts-transactions branch 3 times, most recently from aae0be3 to 5b65aa7 Compare October 16, 2025 11:27
@slowbackspace slowbackspace marked this pull request as ready for review October 20, 2025 17:33
@vladimirvolek vladimirvolek merged commit 814dde7 into master Oct 22, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants