Added
- added optional parameter `params` to all BigDbClient and Node request methods. It allows
specifying additional query paramters for the BigDB request (e.g., `transaction` or
`state-type` parameters).
- added optional parameter `params` to RPC to manually initiate async RPC calls.
e.g., `initiate-async-id`, `async-id`
Removed
- python 2 support has been removed.
- python 3.5 support has been removed.
- python 3.6 support is deprecated, and may be removed in the future.
- nosetest has been removed as dependency.