airswap-protocols icon indicating copy to clipboard operation
airswap-protocols copied to clipboard

AirSwap Contracts and Tools

Results 72 airswap-protocols issues
Sort by recently updated
recently updated
newest added

Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.9.1. Release notes Sourced from undici's releases. v5.9.1 What's Changed fix: don't timeout while waiting for client to send request (#1604) Fix array headers by...

dependencies
javascript

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.7.1 to 4.7.3. Release notes Sourced from @​openzeppelin/contracts's releases. v4.7.3 :warning: This is a patch for a high severity issue. For more information visit the security advisory....

dependencies
javascript

Relates to `@airswap/swap` Swap contract in https://github.com/airswap/airswap-protocols/tree/develop/source/swap. If an order is hashed with a `senderWallet` value of null (`0x000...`) the Swap contract should allow the order to be filled by...

Code in swap function gives this error ![unknown](https://user-images.githubusercontent.com/101224235/172192544-41654289-9c2e-4c9c-b818-29b9ca04f249.png) ``` import { Server, Swap, Registry } from '@airswap/libraries'; ``` Also, when I call the contract via ethers directly I get the...

Currently the `check` function on the Swap contract checks signer allowances and balances, but does not check sender allowances and balances to validate that an order will complete successfully. If...