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

feat(repo): Introduce FuelStreams Types #320

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 23, 2024

  1. feat(core): Introduce core stream types with similar interfaces as Gr…

    …aphQL's
    
    This change introduces Block, Transaction, Receipt, Utxo, Log, Input, Output structs
    instead of exposing fuel-core's for stream consumers. We cache and aggregate all necessary
    fields in these structures and try to align them with their respective GraphQL's interfaces.
    Jurshsmith committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1b8a41b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e9bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e19c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec728d9 View commit details
    Browse the repository at this point in the history