-
Notifications
You must be signed in to change notification settings - Fork 19
Kinomap #379
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
Kinomap #379
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all of these individual js asset files really really need to be compressed if you're going to commit them. we'll need to squash merge this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, same case for register_ui ones.. there are too many anyway, looking into compressing soon
pub fn app_store_filter(state: &State) -> eth::Filter { | ||
let notes = vec![keccak256("~metadata-uri"), keccak256("~metadata-hash")]; | ||
|
||
eth::Filter::new() | ||
.address(eth::Address::from_str(&state.contract_address).unwrap()) | ||
.from_block(state.last_saved_block) | ||
.events(EVENTS) | ||
.topic3(notes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is so cool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
WIP.
notes: