-
Notifications
You must be signed in to change notification settings - Fork 94
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
VelodromeExchangeAdapter #257
base: master
Are you sure you want to change the base?
VelodromeExchangeAdapter #257
Conversation
Also looks like the integration tests are failing on CI |
test/protocol/integration/exchange/velodromeExchangeAdapter.spec.ts
Outdated
Show resolved
Hide resolved
test/protocol/integration/exchange/velodromeExchangeAdapter.spec.ts
Outdated
Show resolved
Hide resolved
contracts/protocol/integration/exchange/VelodromeExchangeAdapter.sol
Outdated
Show resolved
Hide resolved
test/protocol/integration/exchange/velodromeExchangeAdapter.spec.ts
Outdated
Show resolved
Hide resolved
test/protocol/integration/exchange/velodromeExchangeAdapter.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks pretty good - I'm just wondering with all the extra interface objects, where they are needed. I was under the impression only the abi json files are required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nearly there - a few more comments on the style of the unit test to be consistent with set's expected style
Add Velodrome Exchange Adapter - https://www.pivotaltracker.com/n/projects/2535878/stories/182552344