mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* [NOD-499] Change network magics * [NOD-499] Change default rpc ports * [NOD-499] Change default p2p ports * [NOD-499] Change port 18333 to 10433 everywhere * [NOD-499] Change port 8333 to 10333 everywhere * [NOD-499] Fix TestElementWire * [NOD-499] Fix tests * [NOD-499] Change port 10333->16111 and 10332->16110 * [NOD-499] Change port 10433->16211 and 10432->16210 * [NOD-499] Change port 10633->16511 and 10632->16510 * [NOD-499] Change port 10533->16611 and 10532->16610
rpctest
Package rpctest provides a kaspad-specific RPC testing harness crafting and
executing integration tests by driving a kaspad
instance via the RPC
interface. Each instance of an active harness comes equipped with a simple
in-memory HD wallet capable of properly syncing to the generated DAG,
creating new addresses, and crafting fully signed transactions paying to an
arbitrary set of outputs.