Damus
Rizful.com profile picture
Rizful.com
@Rizful.com
@jb55 Likely you are currently eating a $750 plate of Sushi somewhere in Hong Kong and this is the wrong time to hassle you with a mundane thing like this.. but maybe someone at your team has an idea about this:

We have a user who is using Rizful NWC with Damus ... and he says: I want to see more transactions in my transactions list. So I am demoing the "list_transactions" call that Damus makes to our relay, and I see this incoming request:

{
"method": "list_transactions",
"params": {
"type": "",
"limit": 10,
"offset": 0,
"unpaid": false
}
}

... This means I think that Damus only wants to see 10 transactions? We actually ignore that and return more, because ten is quite a low number. But.. is this intentional, do you really only want your user to only see the 10 most recent transactions are reported by NWC?

Or am I somehow confused?

thanks
131❤️2😂1
Yüksekten Uçan İsmail · 25w
Hiii
Nodii · 25w
I'll see If I can find someone that can help you out, meanwhile, you can also write a post on the nwc community discord server: https://discord.gg/gdDqxWG4 ( I know discord is not decentralized, feel free to recomend a better decentralized community building app)
Rizful.com · 25w
Messing with this more -- for now we're going to hard-code a minimum of 25 transactions, because that seems like the minimum useful number. I don't want to go above that because maybe there is some iOS specific reason why you don't want too much data in the transactions list.
Rizful.com · 25w
nostr:npub1rzg96zjavgatsx5ch2vvtq4atatly5rvdwqgjp0utxw45zeznvyqfdkxve Not sure how interested nostr:npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s or anyone from #damus is in this issue, but you (and maybe others) have confirmed that Damus only asks for the last 10 transactions via...