athenavm / athena

Athena monorepo
https://www.athenavm.org/
Apache License 2.0
21 stars 2 forks source link

Wallet proxy method #187

Open lrettig opened 3 weeks ago

lrettig commented 3 weeks ago

The proxy method remains unimplemented in the wallet template. We should implement it, along the lines specified in the originally proposed design: it should accept a target program, an input byte array (containing a method selector and args for the target), an amount (of coins to send to the target) ~and max_spend~, and it should allow the principal wallet account to call the remote method and pay the gas for the call.