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: sort active names by activation height #760

Merged
merged 1 commit into from
Jul 1, 2022
Merged

Conversation

jyeshe
Copy link
Member

@jyeshe jyeshe commented Jun 30, 2022

Resolves #115

@jyeshe jyeshe force-pushed the names-by-activation branch 4 times, most recently from dcbbc19 to be5dab9 Compare June 30, 2022 16:04
@jyeshe jyeshe self-assigned this Jun 30, 2022
@jyeshe jyeshe requested review from sborrazas and thepiwo June 30, 2022 16:26
@@ -143,7 +151,7 @@ defmodule AeMdw.Db.Model do
defrecord :expiration, @expiration_defaults

@type expiration ::
record(:expiration, index: {pos_integer(), String.t() | pubkey()}, value: nil)
record(:expiration, index: {Blocks.height(), String.t() | pubkey()}, value: nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

🙏

@jyeshe jyeshe merged commit a57cf3c into master Jul 1, 2022
@jyeshe jyeshe deleted the names-by-activation branch July 1, 2022 12:10
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.

sort names by activation to show recently claimed names
3 participants