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
Implement rest of DataConsumerAgent, unskip its tests #19
Comments
…ng for dataconsumer test_buyDT, the transaction limit is currently being exceeded. Check against the agents wallet and the balancer pool state. Also the test should have some more asserts after to verify the accounting of the agent wallet and the pool after the swap.
For #19 - finish DataconsumerAgent buyDT() and related tests.
|
Hi @nvtrang91. An update...
For (2), @nvtrang91 would you like to take a swing at consumeDT() ? In the netlist image, you can see its inputs and outputs, just like there are inputs and outputs displayed for buyDT(). |
|
Hi @trentmc, |
Fixes last of issue #19 - implement rest of Dataconsumeragent
Is your feature request related to a problem? Please describe.
From Ocean v3 netlist, here is
DataconsumerAgent's functionality. It has two key functions: buyDT() and consumeDT().
The commit 79c52eb fleshed out buyDT(), for the most part. But there's more to do, see below.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: