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

For all worker messages, create a type "string" serialization format #53

Open
TimDaub opened this issue Oct 19, 2022 · 0 comments
Open

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Oct 19, 2022

  • see:
    export const workerMessage = {
  • Assuming that we can use linked data to progressively resolve a neume track, then e.g. a partial track could look like this
{
...
  erc721: {
    owner: "json-rpc://cloudflare-eth.com/eth_call?params=["owner()]..."
  }
}

where we could then serialize erc721.owner into a worker message, fetch the result and then replace it with the value of owner

  • task: come up with a useful serialization scheme for all worker messages. Can they be URIs?
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

No branches or pull requests

1 participant