manifold-inc / targon

A library for building subnets with the manifold reward stack
MIT License
19 stars 15 forks source link

V1.0.0 #11

Closed robertalanm closed 5 months ago

robertalanm commented 5 months ago

V1.0.0 Patch Update

Welcome one and all to the first major stable release for the targon subnet, which occupies netuid 4 on the bittensor network. There is a great amount of changes in this patch, with a complete deletion of the learned reward model.

What Has Changed

• We have completely removed the learned reward model and have opted for a redundant deterministic verification method. • A new reputation system that is based off successful challenge and inference queries • Private challenge API to prevent lookup attacks • Changed naming nomenclature from "validator"/"miner" to "verifier"/"prover" • Removed crawling synapse • Ready made docker compose files for running verifier or a prover

robertalanm commented 5 months ago

LGTM!