Skip to content
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

feat(Names): Stop Burning MANA when registering a Name #38

Merged
merged 14 commits into from
Apr 18, 2023

Conversation

fzavalia
Copy link
Contributor

@fzavalia fzavalia commented Mar 9, 2023

Send the fee to a fee collector instead

Feature branch for all issues related to #24

fzavalia and others added 13 commits March 9, 2023 14:38
* fix: Npm install issues by refactoring the repo

* fix: Test script

* feat: Support coverage

* feat: Remove unused config

* fix: CI

* fix: CI

* chore: EOL

* chore: Update CI
* fix: Tests performance

---------

Co-authored-by: Nando <24811313+fzavalia@users.noreply.github.com>
…es (#40)

* feat: Clone DCLController into DCLControllerV2 o contain future changes

* chore: EOL

* chore: EOL
* feat: Receive fee collector in constructor

* fix: FakeControllerV2

* chore: Test fee collector provided in constructor

* chore: Update test
* feat: Receive fee collector in constructor

* fix: FakeControllerV2

* chore: Test fee collector provided in constructor

* feat: Function to set the fee collector

* chore: Test that constructor is using the internal set fee collector function

* chore: Test setFeeCollector function
* feat: Receive fee collector in constructor

* fix: FakeControllerV2

* chore: Test fee collector provided in constructor

* feat: Function to set the fee collector

* chore: Test that constructor is using the internal set fee collector function

* chore: Test setFeeCollector function

* feat: Transfer tokens to fee collector instead of burning

* chore: Fix tests

* chore: Test that the fee is transferred to the fee collector

* Update contracts/ens/DCLControllerV2.sol

Co-authored-by: Ignacio Mazzara <nachomazzara@gmail.com>
Signed-off-by: Fernando Zavalia <24811313+fzavalia@users.noreply.github.com>

* chore: Update test

* chore: Update test

* chore: Update test

---------

Signed-off-by: Fernando Zavalia <24811313+fzavalia@users.noreply.github.com>
Co-authored-by: Ignacio Mazzara <nachomazzara@gmail.com>
* feat: Validate fee collector is not address 0

* chore: Test that the fee collector is not 0
* feat: Add script to deploy new controller

* chore: EOL

* chore: Add default network

* chore: Add default rpc url for deploy

* chore: Remove default network

* chore: Rename fixture
* feat: Provide owner on constructor

* chore: Test transfer ownership

* chore: Add natspec
* feat: Remove requireBalance function

* chore: Fix tests
* chore: Add comment about token

* chore: Remove

* chore: Add comment in contructor

* chore: Update comment

* chore: Update comment

* chore: Remove dot
@fzavalia fzavalia changed the title feat: Stop Burning MANA when registering a Name feat(Names): Stop Burning MANA when registering a Name Apr 3, 2023
@fzavalia fzavalia marked this pull request as ready for review April 3, 2023 15:07
* chore: Update README

* chore: Update deploy script
@fzavalia fzavalia merged commit 468793b into master Apr 18, 2023
@fzavalia fzavalia deleted the feat/stop-burning-mana branch April 18, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants