Add update and forget network functions
#67
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_network_functions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While performing the
peach-web-liteexperiment I noticed thatforget()andupdate()were defined in the old JSON-RPC-basedpeach-networkbut did not make it into the refactored version.This PR adds those two functions so that they can be called from
peach-web.Also bumps version number.
Note: I will mergemaininto this PR after PR#66 has been merged.