Commit hash | 9d4c3b3aac6ba50ce9684ac953904f47c7a9354f |
---|---|
Commit time | 2024-03-19 |
Committer | GitHub <noreply at github.com> |
Author time | 2024-03-19 |
Author | sam say <80607135+Edoumou at users.noreply.github.com> |
Add ERC: Interest Rate Swaps (#178) * Add ERC: Interest Rate Swaps * Create erc-xxxx.md * Update erc-template.md * interface functions * Update ERCS/erc-xxxx.md Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> * Update erc-xxxx.md * update comments * small fix * expressing the benchmark in uint8 * Update erc-xxxx.md * add motivation section * Update the specification * Update ERCS/erc-xxxx.md Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> * Rename erc-xxxx.md to erc-7586.md * Shorten the description * minor fix * rename fixedRate to swapRate * requires ERC721 * update terminologies * update the rationale section * fix link * Update spec * update spec * swap param tokenization * minor fix * backwards compatibility section * add the security consideration section * minor fix * fix * small fix * exclude ERC721 inheritance * add `isActive` and `terminateSwap` functions * add `agree` function * minor fix * fix * add TerminateSwap event * small fix * change return type for benchmark * minor fix -remove isActive function * Create ERC7586.sol * Update ERC7586.sol * Create ERC20.sol * Update ERC20.sol * Create IERC20.sol * Update IERC20.sol * Update ERC20.sol * add reference implementation * Update erc-7586.md * Update erc-7586.md * change status * Update ERC20.sol * Update ERC7586.sol * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update ERCS/erc-7586.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update erc-7586.md * Update erc-7586.md * Update erc-7586.md * Update erc-7586.md * updates rates name and adds rateDecimals function * Create IERC7586.sol * Update ERC7586.sol * Update ERC20.sol * Update ERC20.sol * add irs img * add img * Update erc-7586.md * fix link --------- Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
Document | Title |
---|---|
ERC-7586 | Interest Rate Swaps |