pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 26 forks source link

Add field for query transactions return records in reverse order #367

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following were added/changed/fixed:

. add a new field for query transactions return records in reverse order; . fix in the sort function to return the list of transactions;

. general fixes in pldctl help; . change in pld to allow GET method for some endpoints whose fields in req payload are optionals; . replace -help command option to get help on commands to simply help command; . change in internal data structures to have a deterministic behaviour in master help (pld & pldctl);