mirror of
https://github.com/planetmint/planetmint-go.git
synced 2026-03-05 16:48:43 +00:00
* [lib] Add fee denominator parameter
* [lib] Add client context parameter
e.g. the test cases create their own client context.
* [lib] Reset client context's output
Otherwise if the client context does not change, output gets appended
and gets un-parsable.
* [test] Set missing validator client context values
Necessary for sending transactions.
* [test] Configure RPC library
* [test] Fix `TestReissuance()`
// Closes #195
* Partially revert "[lib] Provide default encoding config (#209)"
This reverts commit 8a8a3aaaf2.
Fix README example.
Signed-off-by: Julian Strobl <jmastr@mailbox.org>