MetaMask / rpc-cap

A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine
ISC License
31 stars 32 forks source link

Add sendTransaction permission #49

Closed rekmarks closed 2 years ago

rekmarks commented 5 years ago

Adding a sendTransaction permission requires:

2019-09-04 I've made progress on defining the caveat that will be used to implement spending limits. Persistence is the big problem.

Some findings after researching storage APIs and our current state persistence solution:

Here's what I want to do:

rekmarks commented 2 years ago

I don't think we're ever going to do this.