oasislabs / oasis.js

🕸A web client for the Oasis platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw error when gasLimit isn't provided for confidential rpc calls

armaniferrante opened this issue · comments

We can't estimate gas for confidential service rpcs, so the client should reject all attempts to do so.

If we don't the runtime will reject the transact, nevertheless, we should error before even attempting to do that.

I'm losing track of time. This was done by #233. :D