tari-project / tari-explorer

0 stars 5 forks source link

feat: search commitment/kernels #23

Closed Cifko closed 9 months ago

Cifko commented 10 months ago

Description

Added search for kernels. The search commitment was broken (wrong argument name). Reworked the errors, all returns json when json is requested.

Motivation and Context

tari-explorer is a backend to the new tari explorer, so we need to keep this up-to-date.

How Has This Been Tested?

Manually.

What process can a PR reviewer use to test or verify this change?

Run this tari-explorer and test the search, also you can test the &json in the url.

Breaking Changes