Topl / Bifrost

A Scala client for the Topl blockchain protocol
https://topl.github.io/Bifrost/
Mozilla Public License 2.0
66 stars 17 forks source link

Unit test APIs using tests generated from an OpenRPC document #2023

Closed sync-by-unito[bot] closed 2 years ago

sync-by-unito[bot] commented 2 years ago

Statement of Problem

We want to generate unit tests for APIs from OpenRPC specifications. This approach will help to ensure that tests and APIs are kept in synch. It will also improve the quality checks for the devOps pipelines that use the OpenRPC specifications.

This task is broken into sub-tasks.

Acceptance Criteria

┆Issue is synchronized with this Jira Task by Unito

sync-by-unito[bot] commented 2 years ago

➤ Mark Grand commented:

This ticket was based on a misunderstanding that we are using OpenRPC specifications to generate our JsonRPC code. That is not the case.