Marvin

Results 54 comments of Marvin

Probably due to #53.

Static Market also makes those assertions: https://github.com/wyvernprotocol/wyvern-v3/blob/e4396ab753e4963f5e38b238c4b12a015be7c46b/contracts/StaticMarket.sol#L48 I do not see how you could remove them. Do you not want to assert you are actually being sent the token requested?...

Here's one. https://github.com/wyvernprotocol/wyvern-v3/blob/4790c04604b8dc1bd5eb82e697d1cdc8c53d57a9/test/7-static-market-matching.js#L635

Can you try with Node v10?

@obycode wondering if there have been any follow-up discussions on this feature request? I would love to include a SIP013 validator script for https://github.com/stacksgov/sips/pull/42. With the AST exposed, I could...

@obycode Not sure, it is definitely not a requirement for SIP013 or the other SIP we will be working on at the Lab. However, it would definitely be cool. Is...

Sure, we can do that, just like we can also construct transactions manually. A library simply makes it easier. It definitely does not have to (should not?) be part of...

We could also introduce a light compatibility layer in `deno/index.ts` that exposes the same API. ```TS export const uintCV(uint: number) => types.uint(uint); ``` Thoughts?

PR for Homebrew (macOS): https://github.com/Homebrew/homebrew-core/pull/80745.