-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partially matching call arguments #14
Comments
Looks really good! A few small comments.
This sentence could be slightly smoother, but I don't have a concrete suggestion either. Maybe @bh2smith ? After the Should we also make the interface we expect to be implemented explicit?
|
Maybe like this?
done |
what is the value of making ANY also a constant? Probably, I do not understand. |
ANY has to be defined somewhere, otherwise the code wouldn't compile. My suggestion would be to have it some magic value on the smart contract. |
Much better! |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.5 ETH (106.07 USD @ $212.14/ETH) attached to it as part of the Gnosis fund.
|
Issue Status: 1. Open 2. Cancelled Workers have applied to start work. These users each claimed they can complete the work by 2 years, 4 months ago. 1) mikehathaway has applied to start work (Funders only: approve worker | reject worker). I will use Truffle Suite tools to run a local Eth node and rapidly prototype a smart contract that can be used for mocking Gnosis contract interactions. Following completion of a contract that meets basic specifications, I will seek to iteratively improve it. Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Cancelled The funding of 0.5 ETH (67.09 USD @ $134.18/ETH) attached to this issue has been cancelled by the bounty submitter
|
Background
The Gnosis MockContract is a smart contract enabling developers to quickly mock contract interactions for unit tests.
It enables developers to
The MockContract facilitates these features without requiring any separate test contracts.
Check out the repo: https://github.com/gnosis/mock-contract
Task
Extend the functionality of the MockContract to partially matching arguments.
Acceptance criteria
Here, ANY would be some sort of constant defined in the smart contract.
They should enable the same functionality on partially matching calldata as the current respective functions with the same function names, but without the word "Partial".
Payout:
0.5 ETH
Additional GNO can be tipped according to the level of technical implementation
The text was updated successfully, but these errors were encountered: