brinktrade / brink-core

Core smart contracts for Brink accounts
GNU General Public License v3.0
13 stars 7 forks source link

Remove metaPartialSignedDelegateCall #9

Closed mikec closed 3 years ago

mikec commented 3 years ago

add partial signing support to metaDelegateCall. An empty '0x' bytes can be passed as unsigned data if there is no unsigned data expected for the call. Gas difference is negligible, and this simplifies the Account interface