-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update tokenURI
tests
#1108
Update tokenURI
tests
#1108
Conversation
Can you please give a tl'dr of what you changed?
|
changed 1. the lockup address (which is included in the SVG) and 2. the strings hardcoded in
are you familiar with the
the address of the
good question. we can indeed keep only one contract. hmm, which makes me think, why not mot modify the NFTDescriptor to include the |
IMO we can but it will just be an additional information. What Traders / Users need to know is already a part of the SVG. I think the end users do not care about the specific stream model but only the shape which can only be visualised on the UI. Regarding your other points, I have sent you a msg on Slack for some clarification. |
fair enough, let's keep the current version |
What about DRY'ify it with a single test contract |
yeah, i wasn’t referring to the as for the tests, i mentioned in my initial response, we can have one contract |
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.
I used https://www.diffchecker.com/ to compare the file. Two comments below.
While we are at this, we should remove the |
As decided on Slack, @andreivladbrg can you please include the changes that remove lines of code related to the backward compatibility? We can also delete this fork test from running on previous versions. |
2467cda
to
9e9aadb
Compare
Closing it in favour of #1113. |
Closes #1071