toncenter/tonweb

very slow wallet.methods.seqno().call() (25 seconds reply time)

uranik777 opened this issue · 1 comments

Why is seqnum data retrieval so slow? Is it possible to speed this up?

const TonWeb = require('tonweb');
const tonweb = new TonWeb();
let publicKey = xxxxxxxxx;
let wallet = tonweb.wallet.create({publicKey, wc:0});
let seqno = await wallet.methods.seqno().call(); // slows down for 25 seconds