Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: datatrails/veracity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: datatrails/veracity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0-pre0
Choose a head ref
  • 7 commits
  • 18 files changed
  • 4 contributors

Commits on Sep 17, 2024

  1. tests: add coverage for verifying inclusion against massifs after the… (

    #31)
    
    * tests: add coverage for verifying inclusion against massifs after the first
    
    * fix: stray copy pasta
    
    ---------
    
    Co-authored-by: Robin Bryce <[email protected]>
    robinbryce and Robin Bryce authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    91e0dfc View commit details
    Browse the repository at this point in the history
  2. feat: multi massif test for node command (#32)

    * feat: multi massif test for node command
    
    * fix: linter issue
    
    * fix: restore stdout after each test even if its not been read
    
    ---------
    
    Co-authored-by: Robin Bryce <[email protected]>
    robinbryce and Robin Bryce authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e5a03de View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix: handle 429 errors gracefully, with re-tries, in replicate-logs (#33

    )
    
    * fix: handle 429 errors gracefully, with re-tries, in replicate-logs
    
    AB#9913
    
    * fix: take changes supporting better ratelimiting handling
    
    * fix: minor spelling nits
    
    * review: refactor a little to reduce cognative load
    
    * fix: missed an err check
    
    ---------
    
    Co-authored-by: Robin Bryce <[email protected]>
    robinbryce and Robin Bryce authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e21c5b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Support for COSE Receipts (MMRIVER) (#34)

    * receipt command and consistency proof updates
    
    The receipt command produces COSE Receipts for
    an confirmed event or log entry
    
    These can be attached to scitt signed statements to make them
    transparent statements.
    
    * Update receipt.go
    
    Co-authored-by: Henry <[email protected]>
    Signed-off-by: robinbryce <[email protected]>
    
    * Update receipt.go
    
    Co-authored-by: Joe Gough <[email protected]>
    Signed-off-by: robinbryce <[email protected]>
    
    * take upstream fix for replication of legacy seals
    
    * linter issue and remove ikwid hack
    
    ---------
    
    Signed-off-by: robinbryce <[email protected]>
    Co-authored-by: Robin Bryce <[email protected]>
    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Joe Gough <[email protected]>
    4 people authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    67a9795 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    383df87 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. test: coverage for extending replicas with legacy seals

    Includes test showing that the v1 seals will cause an error unless
    explicitly enabled
    
    Once the v1 seals hit production we will make v1 accomodation automatic
    and silent
    
    AB#10098
    Robin Bryce committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    677e51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3334571 View commit details
    Browse the repository at this point in the history
Loading