pkt-cash / pktd

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

Creation of a new pldctl (REST APIs client) + minor improvements in pld #366

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following were added/changed/fixed:

. refactor of pld help source files to use in new pldctl; . implementation of new pldctl that uses REST APIs instead of gRPC; . implementation of tests for CLI arguments for new pldctl;

. implementation of a new CLI argument for pld to check the connectivity during startup; . implementation of a new command in pld to force a crash, required for debug purposes;