wyvern-v3 icon indicating copy to clipboard operation
wyvern-v3 copied to clipboard

Wyvern Protocol v3.1, Ethereum implementation

Results 32 wyvern-v3 issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I didn't find some code samples from the test case, how should I do it if I just want to implement simple NFT buy and sell?

Goal is to allow easy `transferFrom` usage without deployment of a second proxy. - Exchange contract requires known `AuthenticatedProxy` implementation for semantic correctness of `proxy` - Could add an extra,...

General concern about calls happening before static checks. - Authenticate call data - Return fill - Check state changes - Call gets signed? Maybe an option. Other points - If...

I didn't find anything official on the history of project wyvern. Is this repository an official continuation of the original https://github.com/ProjectWyvern/wyvern-ethereum made by the same team? Or is it an...

From what i understood, in order to do any exchange (atomicMatch) the taker & maker (buyer & seller) must have the proxy registered in the ProxyRegistry. In the case of...

mumbai node: https://rpc-mumbai.maticvigil.com/v1/mykey self.web3ContractInstance.validateOrderParameters_.call(addrs_0[0], addrs_0[1], addrs_0[5], '0x00000000', '0x', 1, 0, 1000000000000, 0) call result: (node:4173) UnhandledPromiseRejectionWarning: Error: execution reverted at Object.InvalidResponse (/usr/nft/openlake-js/node_modules/wyvern-js/node_modules/[email protected]@web3/lib/web3/errors.js:38:16) at /usr/nft/openlake-js/node_modules/wyvern-js/node_modules/[email protected]@web3/lib/web3/requestmanager.js:86:36 at XMLHttpRequest.request.onreadystatechange (/usr/nft/openlake-js/node_modules/[email protected]@web3/lib/web3/httpprovider.js:129:7) at XMLHttpRequestEventTarget.dispatchEvent (/usr/nft/openlake-js/node_modules/[email protected]@xhr2-cookies/dist/xml-http-request-event-target.js:34:22)...

Hi, I go through the tests in "7-static-market-matching.js" to exchange ERC1155 and ERC20 with `anyERC1155ForERC20` and `anyERC20ForERC1155` Wonder if it is possible to transfer ERC20 to 2 addresses, one for...

I followed README. 1. yarn install 2. yarn run truffle deploy --network deployment 3. Updated truffle.js with my mnemonic and infura URI. 3. yarn run truffle deploy --network rinkeby Fails...