futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.
https://www.therootnetwork.com
Apache License 2.0
17 stars 5 forks source link

Update Marketplace Precompile ABI #883

Closed JasonTulp closed 1 month ago

JasonTulp commented 2 months ago

This PR addresses a few small inconsistencies picked up when testing the marketplace precompile.

This also fixes a minor bug in the marketplace pallet that allowed listings to be created with Some(0) duration, this would result in the listing never being cleared automatically

KarishmaBothara commented 2 months ago

lgtm... Thanks for updating the interface... looks great