Skip to content

Commit

Permalink
Refactor poll and send, and add a new invalid tx test
Browse files Browse the repository at this point in the history
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
edmundnoble committed Dec 20, 2024
1 parent 0f68569 commit f38a8d5
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 130 deletions.
1 change: 1 addition & 0 deletions chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ test-suite chainweb-tests
, pact-tng:pact-request-api
, pact-tng:test-utils
, patience >= 0.3
, prettyprinter
, property-matchers ^>= 0.2
, pretty-show
, quickcheck-instances >= 0.3
Expand Down
Loading

0 comments on commit f38a8d5

Please sign in to comment.