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

Implement call host function #37

Merged
merged 14 commits into from
Jul 20, 2024
Merged

Implement call host function #37

merged 14 commits into from
Jul 20, 2024

Conversation

lrettig
Copy link
Contributor

@lrettig lrettig commented Jul 3, 2024

Closes #5

lrettig added 14 commits July 2, 2024 15:23
Give the host functions better names
Added basic host function definition
Working on runtime syscall implementation
Added new athena context struct
Error handling, cleaning up some minor issues
Make MockHost more sophisticated and more like a real host.
Expand the host test smart contract.
Add some entrypoint helper functions.
First hand-coded asm host call test
Make MockHost a lot smarter. Add a program map.
Refactor some test-related and interface code, consolidate things in
interface crate.
Add AthenaRevision.
Allow MockHost to recursively call into the VM. Required some memory
magic.
@lrettig lrettig marked this pull request as ready for review July 20, 2024 00:01
@lrettig lrettig merged commit 8c60a13 into main Jul 20, 2024
1 check passed
@lrettig lrettig deleted the hostcall branch July 20, 2024 00:01
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.

call host function
1 participant