OpenZeppelin / openzeppelin-gsn-provider

Web3 provider for the Gas Station Network
MIT License
39 stars 29 forks source link

Forward approveFunction on provider calls #18

Closed nventuro closed 5 years ago

nventuro commented 5 years ago

Fixes https://github.com/OpenZeppelin/openzeppelin-gsn-provider/issues/9

This simply forwards an approveFunction from the provider into the client, which already knows how to handle those.

The issue also mentioned renaming the function and the object it receives, but we may want to leave that for https://github.com/OpenZeppelin/openzeppelin-gsn-provider/issues/10.