-
Notifications
You must be signed in to change notification settings - Fork 19
fakenet fixes #505
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
fakenet fixes #505
Conversation
Ok, this is getting more stable on my machine. Next step: getting it to work with Currently does not work, I get:
To run this test do:
|
@nick1udwig I have some notes on the kit PR that might be worth considering. |
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.
It works! Thanks for the fixes.
Before merging, please quantify memory usage. If it doesn't look like it runs away after being run for an hour, good to merge; else, let's discuss more before merging.
anvil, starting at 10mb mem-usage for me, does seem to runaway with ~5mb per min or so. |
Problem
New kimap indexing changes not fully working on fakenodes.
Solution
Do 1 transaction only in src/fakenet.rs for registration, optimistically handle notes assuming their mint event came first.
Notes
Thought we might've had to do a
--block-time 3
or similar argument to anvil in kit chain, but does not look like it (if we handle notes optimistically). App store publishing works on fakenet