NEAR-DevHub / neardevhub-contract

DevHub Portal Product Contract (Hosted on NEAR Blockchain) – Includes other instances (e.g. Infrastructure, Events)
https://neardevhub.org
19 stars 15 forks source link

Extract Proposal and Rfp types into a shared crate #153

Open Tguntenaar opened 1 month ago

Tguntenaar commented 1 month ago

Creating this issues to track since I've already published this crate.

The proxy / cache we are building to replace the indexer needed to know the structure of the RPC responses in order to satifsy the Send trait from near-api-rsy.

I kept the crate locally inside the contract to keep contract development easier. But changes made to the types will have to be published and updated in the caching repository.