Grinnode-live / 2020-grin-bug-bash-challenge

Finding bugs in Grin-Wallet & Grin-nodes for a bounty prior to Grin fork v5.
3 stars 1 forks source link

[GRIN-Wallet][Owner API] testing the post transaction method #32

Closed marekyggdrasil closed 3 years ago

marekyggdrasil commented 3 years ago

Description Testing the post transaction method from the Owner API

Prerequisites

  1. GRIN-Node
  2. GRIN-Wallet

Test procedure

  1. Run GRIN-Wallet in Owner API listener mode
  2. Use node.js or python to run a encrypted request to post transaction method

Expected result:

Check if posts a completed transaction to the listening node for validation and inclusion in a block for mining. Use debug logs to prove it.

Provide requests and response full payloads as well as wallet and node logs.

Include the output of command

grin-wallet -V

and your environment

uname -a
marekyggdrasil commented 3 years ago

@ndcroos has submitted his results via secret gist, closing this issue! Thanks for good work, results are recorded!