babylonchain / btc-staker

Other
25 stars 16 forks source link

Cannot list more than 100 transactions #150

Open filippos47 opened 5 months ago

filippos47 commented 5 months ago
bash-5.1$ stakercli dn lst --limit 10000
{
    "transactions": [
        {
...
            "transaction_idx": "100"
        }
    ],
    "total_transaction_count": "2315"
}
filippos47 commented 5 months ago

Just checked that the limit can be 100 maximum. Should we bump this?

https://github.com/babylonchain/btc-staker/blob/e39ef61ac25889c2c6768c915e9c14d735163f75/stakerservice/service.go#L36