-
Notifications
You must be signed in to change notification settings - Fork 6
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: getting rid of json serialization and near_sdk #13
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.
Nice work!
There is clearly a lot of duplicated code here from aurora-engine-sdk
, but I understand it must be duplicated because the goal here is to avoid dynamic memory allocation. I wonder if it would be worth-while in the future to refactor aurora-engine-sdk
into a more generally reusable library which could be used in as an alternative to near-sdk
. Such refactoring could include an alloc
feature flag which controls whether to use dynamic allocation or not,
@birchmd thanks for your review. Yes. It's a really good point that all this stuff should be moved to the |
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.
Overall, cannot contribute many suggestions, LGTM ❤️
No description provided.