Skip to content

handle recursive Array from EntityChanges #5

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

Open
1 task
DenisCarriere opened this issue Mar 7, 2024 · 0 comments
Open
1 task

handle recursive Array from EntityChanges #5

DenisCarriere opened this issue Mar 7, 2024 · 0 comments
Assignees

Comments

@DenisCarriere
Copy link
Contributor

  • handle recursive Array from EntityChanges

https://github.com/streamingfast/substreams-sink-entity-changes/blob/2918fd2770b9c437e82b5d7bce19fcc45426d4df/proto/sf/substreams/sink/entity/v1/entity.proto#L27-L44

message Value {
  oneof typed {
    int32 int32 = 1;
    string bigdecimal = 2;
    string bigint = 3;
    string string = 4;
    string bytes = 5;
    bool bool = 6;

    //reserved 7 to 9;  // For future types

    Array array = 10;
  }
}

message Array {
  repeated Value value = 1;
}
@DenisCarriere DenisCarriere self-assigned this Mar 7, 2024
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