AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.07k stars 2.57k forks source link

[Chore] Remove deprecated rest endpoints #3347

Open raychu86 opened 2 days ago

raychu86 commented 2 days ago

Motivation

This PR removes the deprecated REST endpoints. The /{network}/latest/* format will be replaced with the already existing /{network}/*/latest formatting.

These deprecated routes were left in during the testnet phase to ensure developer tooling was not broken and to give sufficient time to migrate to the new APIs.