0xneves.eth
0xneves.eth
### Describe the issue: I would like to run all possible tests in the repository without constantly needing to close the UI to proceed with each test. According to: https://github.com/crytic/echidna/wiki/Config...
When using empty lines in the NatSpec like the following: ``` /** * @dev Displayed when the amount of {ISwap-Asset} has a length of zero. * * NOTE: The `biding`...
refactor: revert when owner wrongly send ether while swap config is set for owner to be the receiver
## Refactor Request ### Describe the Refactor Request We should do a sanity check in case `msg.value` is bigger than 0 and `recipient` is different than 0. In this case,...
## Feature Request ### Describe the Feature Request The PR #218 introduces the tests with ERC1155 and PR #213 introduces unit tests on _TestSwapFactory.test.ts_ and _TestSwaplace.test.ts_. Such unit tests don't...
## Feature Request ### Describe the Feature Request I'm personally doing a review of the entire codebase line by line and bringing: - enhanced documentation - native ether in swaps...
## Feature Request ### Describe the Feature Request We want to have our project listed on DefiLlama. They provide an extensive tutorial on how to create adapters for such features...
This card aims to find who is interested in pushing forward the development of Swaplace v2. The architecture will be very different and security regarding allowances should be checked above...
This ERC provides a function called `expcurve` that calculates the curve’s decay value at a given timestamp based on the initial timestamp, final timestamp, curvature, and curve direction (ascending or...
**🧐 Motivation** Inspired by ENS's premium decay curve, which reduces the cost of premium names over time, this feature aims to create a more general-purpose curve that can be used...