-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EIP: Financial Bonds #7092
Add EIP: Financial Bonds #7092
Conversation
Add financial bonds draft
File
|
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
The commit 62358ad (as a parent of a6d216a) contains errors. |
Hello @lightclient I just added changes you requested. Can you review and approve them ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last issue. All EIPs must be in the public domain.
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Hello @lightclient I just updated the License from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
* Add financial bonds draft * Update eip-financial_bonds.md * Update and rename eip-financial_bonds.md to eip-7092.md * Add embedded options logic * Update eip-7092.md * Update eip-7092.md * change disapprove functions to decreaseAllowance functions * Update eip-7092.md * update to RECOMMENDED * change IERC to IERC7092 * change event Disapprove to AllowanceDecreased * Create ERC7092.sol in the assets folder * Move eip-7092 in EIPS folder * Rename eip-7092 to eip-7092.md * Create IERC7092.sol * Create BondStorage.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * updates ref * Update ref * remove md file in the EIP root * change disapprove to decreaseAllowance * Update eip-7092.md * Create CouponMath.sol * change EIP to EIP7092 in CouponMath.sol * Update BondStorage.sol * Update embedded options functions * Update ERC7092.sol * Update BondStorage.sol * Update contracts with embeded options * wip * fix a couple of typos As proposed by @fosgate29 * change transfers functions to return a boolean * change _transfer function to return a bioolean * implement a third level heading for bonds embedded options title * update specs * update motivation * update rational * update * Update eip-7092 * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * update rationale * return boolean for approve function * Update eip-7092.md * return boolean to approve and decrease allowance * Update ERC7092.sol * Update Rationale * Update * Update eip-7092 * Add optional key * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update ERC7092.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * add totalSupply and balanceOf in BondStorage * add totalSupply and balanceOf functions * add totalSupply and balanceOf functions * remove totalSupply and balanceOf in bondStorage - already defined in ERC contract * Update eip-7092.md * Update CouponMath.sol * update text: replace tracker by explorer * add link to etherscan * remove link: not supported * update the eip-7092 according to comments from @lightclient * keep backward compatibility as sub-sub-section for tests to pass * Update EIPS/eip-7092.md Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update eip-7092.md * UIpdarte the Backward Compatibility to appear as a section * Update assets/eip-7092/IERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/ERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/BondStorage.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update CouponMath.sol --------- Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* Add financial bonds draft * Update eip-financial_bonds.md * Update and rename eip-financial_bonds.md to eip-7092.md * Add embedded options logic * Update eip-7092.md * Update eip-7092.md * change disapprove functions to decreaseAllowance functions * Update eip-7092.md * update to RECOMMENDED * change IERC to IERC7092 * change event Disapprove to AllowanceDecreased * Create ERC7092.sol in the assets folder * Move eip-7092 in EIPS folder * Rename eip-7092 to eip-7092.md * Create IERC7092.sol * Create BondStorage.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * updates ref * Update ref * remove md file in the EIP root * change disapprove to decreaseAllowance * Update eip-7092.md * Create CouponMath.sol * change EIP to EIP7092 in CouponMath.sol * Update BondStorage.sol * Update embedded options functions * Update ERC7092.sol * Update BondStorage.sol * Update contracts with embeded options * wip * fix a couple of typos As proposed by @fosgate29 * change transfers functions to return a boolean * change _transfer function to return a bioolean * implement a third level heading for bonds embedded options title * update specs * update motivation * update rational * update * Update eip-7092 * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * update rationale * return boolean for approve function * Update eip-7092.md * return boolean to approve and decrease allowance * Update ERC7092.sol * Update Rationale * Update * Update eip-7092 * Add optional key * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update ERC7092.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * add totalSupply and balanceOf in BondStorage * add totalSupply and balanceOf functions * add totalSupply and balanceOf functions * remove totalSupply and balanceOf in bondStorage - already defined in ERC contract * Update eip-7092.md * Update CouponMath.sol * update text: replace tracker by explorer * add link to etherscan * remove link: not supported * update the eip-7092 according to comments from @lightclient * keep backward compatibility as sub-sub-section for tests to pass * Update EIPS/eip-7092.md Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update eip-7092.md * UIpdarte the Backward Compatibility to appear as a section * Update assets/eip-7092/IERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/ERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/BondStorage.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update CouponMath.sol --------- Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* Add financial bonds draft * Update eip-financial_bonds.md * Update and rename eip-financial_bonds.md to eip-7092.md * Add embedded options logic * Update eip-7092.md * Update eip-7092.md * change disapprove functions to decreaseAllowance functions * Update eip-7092.md * update to RECOMMENDED * change IERC to IERC7092 * change event Disapprove to AllowanceDecreased * Create ERC7092.sol in the assets folder * Move eip-7092 in EIPS folder * Rename eip-7092 to eip-7092.md * Create IERC7092.sol * Create BondStorage.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * updates ref * Update ref * remove md file in the EIP root * change disapprove to decreaseAllowance * Update eip-7092.md * Create CouponMath.sol * change EIP to EIP7092 in CouponMath.sol * Update BondStorage.sol * Update embedded options functions * Update ERC7092.sol * Update BondStorage.sol * Update contracts with embeded options * wip * fix a couple of typos As proposed by @fosgate29 * change transfers functions to return a boolean * change _transfer function to return a bioolean * implement a third level heading for bonds embedded options title * update specs * update motivation * update rational * update * Update eip-7092 * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * update rationale * return boolean for approve function * Update eip-7092.md * return boolean to approve and decrease allowance * Update ERC7092.sol * Update Rationale * Update * Update eip-7092 * Add optional key * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update ERC7092.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * add totalSupply and balanceOf in BondStorage * add totalSupply and balanceOf functions * add totalSupply and balanceOf functions * remove totalSupply and balanceOf in bondStorage - already defined in ERC contract * Update eip-7092.md * Update CouponMath.sol * update text: replace tracker by explorer * add link to etherscan * remove link: not supported * update the eip-7092 according to comments from @lightclient * keep backward compatibility as sub-sub-section for tests to pass * Update EIPS/eip-7092.md Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update eip-7092.md * UIpdarte the Backward Compatibility to appear as a section * Update assets/eip-7092/IERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/ERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/BondStorage.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update CouponMath.sol --------- Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* Add financial bonds draft * Update eip-financial_bonds.md * Update and rename eip-financial_bonds.md to eip-7092.md * Add embedded options logic * Update eip-7092.md * Update eip-7092.md * change disapprove functions to decreaseAllowance functions * Update eip-7092.md * update to RECOMMENDED * change IERC to IERC7092 * change event Disapprove to AllowanceDecreased * Create ERC7092.sol in the assets folder * Move eip-7092 in EIPS folder * Rename eip-7092 to eip-7092.md * Create IERC7092.sol * Create BondStorage.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * updates ref * Update ref * remove md file in the EIP root * change disapprove to decreaseAllowance * Update eip-7092.md * Create CouponMath.sol * change EIP to EIP7092 in CouponMath.sol * Update BondStorage.sol * Update embedded options functions * Update ERC7092.sol * Update BondStorage.sol * Update contracts with embeded options * wip * fix a couple of typos As proposed by @fosgate29 * change transfers functions to return a boolean * change _transfer function to return a bioolean * implement a third level heading for bonds embedded options title * update specs * update motivation * update rational * update * Update eip-7092 * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * update rationale * return boolean for approve function * Update eip-7092.md * return boolean to approve and decrease allowance * Update ERC7092.sol * Update Rationale * Update * Update eip-7092 * Add optional key * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * Update ERC7092.sol * Update eip-7092.md * Update eip-7092.md * Update eip-7092.md * add totalSupply and balanceOf in BondStorage * add totalSupply and balanceOf functions * add totalSupply and balanceOf functions * remove totalSupply and balanceOf in bondStorage - already defined in ERC contract * Update eip-7092.md * Update CouponMath.sol * update text: replace tracker by explorer * add link to etherscan * remove link: not supported * update the eip-7092 according to comments from @lightclient * keep backward compatibility as sub-sub-section for tests to pass * Update EIPS/eip-7092.md Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update eip-7092.md * UIpdarte the Backward Compatibility to appear as a section * Update assets/eip-7092/IERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/ERC7092.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update assets/eip-7092/BondStorage.sol Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Update CouponMath.sol --------- Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: