near / mpc

42 stars 17 forks source link

Fetch inclusion proofs & a light client from the RPC #543

Open DavidM-D opened 8 months ago

DavidM-D commented 8 months ago

Right now we're using a single indexer to run the whole network. If that indexer starts generating fake transactions, all the signing parties will pick up those fake transactions.

We need to prove the receipts we're receiving are correct, probably using this lib.

DavidM-D commented 3 weeks ago

Do you think you could move this up the priority list? We're a little too RPC dependent