Skip to content

Conversation

abarmat
Copy link
Contributor

@abarmat abarmat commented Jul 14, 2020

Use signal as verb and to represent a portion of CurationPool.

@abarmat abarmat changed the title ariel: use curation signal curation: use curation signal Jul 14, 2020
@abarmat abarmat changed the base branch from master to ariel/upgrade-curation July 14, 2020 16:44
Copy link
Contributor

@davekay100 davekay100 left a comment

Choose a reason for hiding this comment

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

Just waiting on brandon to respond to my question on slack, then we either update it, or we can merge it

// Amount of shares you get with your minimum token stake
uint256 private constant SHARES_PER_MINIMUM_STAKE = 1 ether;
// Amount of signal you get with your minimum token stake
uint256 private constant SIGNAL_PER_MINIMUM_STAKE = 1 ether;

// -- Events --

/**
* @dev Emitted when `curator` staked `tokens` on `subgraphDeploymentID` as curation signal.
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe we might what to also change staked to signaled everywhere - and essentially remove the word from any code that interacts with curation.
I think what we want is:

Indexer
- verb = stake
- noun = stake

Curator 
- verb = signal
- noun = signal

But right now I think we have it as:

Curator
- verb = stake
- noun = signal

Let me post in slack and see if brandon agrees, I seem to remember him saying this, but I am unsure

@abarmat
Copy link
Contributor Author

abarmat commented Jul 15, 2020

@davekaj I updated the verbs

Base automatically changed from ariel/upgrade-curation to master July 16, 2020 03:18
@abarmat abarmat force-pushed the ariel/curation-signal branch from a94ad84 to 768c9b2 Compare July 16, 2020 03:36
@abarmat abarmat merged commit 114725b into master Jul 16, 2020
@abarmat abarmat deleted the ariel/curation-signal branch July 16, 2020 03:37
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