js-stellar-sdk icon indicating copy to clipboard operation
js-stellar-sdk copied to clipboard

Support the new `getTransactions` endpoint

Open Shaptic opened this issue 1 year ago • 3 comments

The Soroban RPC server class (rpc.Server) should support the new getTransactions endpoint which will be released as part of https://github.com/stellar/soroban-rpc/pull/174 and has the schema outlined here: https://github.com/stellar/soroban-rpc/issues/110.

Shaptic avatar Apr 23 '24 16:04 Shaptic

Based on endpoint created here https://github.com/stellar/soroban-rpc/pull/136

mollykarcher avatar May 07 '24 16:05 mollykarcher

@Shaptic was this closed by accident? I can't find getTransactions function on the rpc Server object, or a function that seems to be using the getTransactions endpoint.

leighmcculloch avatar Aug 09 '24 11:08 leighmcculloch

Oh wow yeah you're right, I could've sworn this got done... cc @aditya1702

Shaptic avatar Aug 09 '24 18:08 Shaptic