-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add a runes page #3213
Labels
Comments
|
Merged
define_table! { NUMBER_TO_RUNE_INFO, u64, RuneInfoValue }
#[derive(Debug, PartialEq, Copy, Clone, Serialize, Deserialize)]
pub struct RuneInfo {
pub id: RuneId,
pub entry: RuneEntry,
}
pub(super) type RuneInfoValue = (
RuneIdValue, // rune_id
RuneEntryValue, // rune_entry
); |
Merged
Hey, will try to look at this tomorrow! |
Left some comments on the PR! |
I try to use |
@raphjaph merge latest and fix conflict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we need pagination for runes:
NUMBER_TO_RUNE_ID
orNUMBER_TO_RUNE_ENTRY
The text was updated successfully, but these errors were encountered: