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

Issue 1800: Temp-account market fee sharing #1870

Merged

Conversation

OpenLedgerApp
Copy link
Contributor

Done according to conversation (#1800 (comment))

@abitmore abitmore added this to In development in Protocol Upgrade Release (4.0.0) via automation Jul 26, 2019

auto registrar = ( seller.registrar == GRAPHENE_TEMP_ACCOUNT && head_block_time() >= HARDFORK_CORE_1800_TIME )
? GRAPHENE_COMMITTEE_ACCOUNT
: seller.registrar;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be done for both registrar and referrer.

Copy link
Contributor

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. IMO this is premature, the discussion in Temp-account market fee sharing issue #1800 has not reached consensus yet.
  2. This PR changes vesting balance IDs and thus breaks consensus. Sorry, I was wrong.

@ryanRfox ryanRfox removed this from In development in Protocol Upgrade Release (4.0.0) Oct 17, 2019
@abitmore abitmore added this to In Development in Protocol Upgrade Release (6.0.0) Feb 2, 2020
@abitmore abitmore changed the base branch from hardfork to old-hardfork-for-issue-1800 April 5, 2020 18:47
@abitmore abitmore removed this from In Development in Protocol Upgrade Release (6.0.0) Apr 5, 2020
@abitmore abitmore added this to In development in Protocol Upgrade Release (4.0.0) via automation Apr 5, 2020
Protocol Upgrade Release (4.0.0) automation moved this from In development to In testing Apr 5, 2020
Copy link
Member

@abitmore abitmore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging to our repository for progress.

@abitmore abitmore merged commit db25fb4 into bitshares:old-hardfork-for-issue-1800 Apr 5, 2020
Protocol Upgrade Release (4.0.0) automation moved this from In testing to Done Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants