Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
poll
and send
, and add a new invalid tx test
Renamed polling and sending to `poll` and `send`. Now also, both of them have more general types, for convenience. Request keys are no longer returned by `send`, because they can be computed by the caller. `send` and `poll` now also include assertions which are always useful to test.
- Loading branch information