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: Update event types and builder APIs to prevent building events that dont align with the protocol spec #357

Merged
merged 26 commits into from
May 17, 2024

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    683de4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d15af99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7efcd7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb53168 View commit details
    Browse the repository at this point in the history
  5. Revert "chore: Add comment clarifying that SignedEvent is only for th…

    …e rust js-ceramic client"
    
    This reverts commit cb53168.
    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c7bd39f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39c2edc View commit details
    Browse the repository at this point in the history
  7. wip

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    352f76e View commit details
    Browse the repository at this point in the history
  8. WIP builder API

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6213d06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    defebd5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe78bdc View commit details
    Browse the repository at this point in the history
  11. add data event builder

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    aafdd56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5cee5e3 View commit details
    Browse the repository at this point in the history
  13. Add function to sign events

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    881d690 View commit details
    Browse the repository at this point in the history
  14. fix it

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    31c1752 View commit details
    Browse the repository at this point in the history
  15. make private

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ec1b3e4 View commit details
    Browse the repository at this point in the history
  16. add car file encoding

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f68bbd4 View commit details
    Browse the repository at this point in the history
  17. cache cids

    stbrody committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5e0cf04 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c1e7dd2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. comments and small cleanups

    stbrody committed May 17, 2024
    Configuration menu
    Copy the full SHA
    22219e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da119c View commit details
    Browse the repository at this point in the history
  3. comment out unused constants

    stbrody committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a4e6b9f View commit details
    Browse the repository at this point in the history
  4. fix clippy

    stbrody committed May 17, 2024
    Configuration menu
    Copy the full SHA
    56b35c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dc6a41 View commit details
    Browse the repository at this point in the history
  6. fix test

    stbrody committed May 17, 2024
    Configuration menu
    Copy the full SHA
    48c22c7 View commit details
    Browse the repository at this point in the history
  7. rm unused deps

    stbrody committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b17185f View commit details
    Browse the repository at this point in the history
  8. rm unusued value type

    stbrody committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d3fe21e View commit details
    Browse the repository at this point in the history