-
Notifications
You must be signed in to change notification settings - Fork 7
A pull request to change Forge. #10
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
Open
0xViktor
wants to merge
16
commits into
master
Choose a base branch
from
reforge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Renewal Forge
- Renewal Forge with Unit Test - TODO Confirm withdrawal of currency after use of balance.
- Renewal Forge with Unit Test - TODO : Check Compound Model underlyingBalance to down
- Fee structure reform.
- Exchange Rate Values Reverse
- Add RecoveryFund_V2
- Replace RecoveryFund to RecoveryFund_V2 - add RecoveryFunds unit test codes - Write a comment on Saver struct
- Add .env.example
- Update RecoveryRefund contract. - Changed from an exchange method to a fair distribution method.
- 1st fix codes by Certic's preliminary report - not fixed the part that needs to be discussed about centralization
- 2nd fix codes by Certic's preliminary report - Add Timelock Contract - Remove PunkRewardPool
- 3nd fix codes by Certic's preliminary report - Remove PunkRewardPool Test Code - Remove minRefundAmount function in RefundFund - Replace victim''s address "0x29227FB595D091bcA244E76201c0dd50641D96C8" to "0x2881Be539cacB7671D32D1f2cdEb50F53F9F19b5"
- Add Transfer Token & Eth in Treasury for Community
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Forge's restructuring and fee structure reorganization are underway.
Removal of Bonus Pool, and in this regard, Score and Commitment Weight are discarded.
Reorganization of the fee system, changed to be managed as a single safe
Full review and correction of initialization code
Full review and revision of accessor control code
Changed transfer method in RecoveryFund.