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: init4tech/builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0-rc
Choose a base ref
...
head repository: init4tech/builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 24, 2025

  1. chore(cache): move cache system out of config (#118)

    There's no reason for this to be contained here, and feels wrong when every other task has its own file / spawn pattern.
    Evalir authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    1d10cb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. fix(sim): shorten simulation deadline (#120)

    * fix(sim): shorten simulation deadline
    
    We need to take into account that Quincey stops signing 2s before the end of the slot. We were not doing this correctly before.
    
    * chore: comment
    Evalir authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    d0c2e05 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. chore(deps): bump sdk/bin-base (#121)

    * chore(deps): bump sdk/bin-base
    
    * chore: fix stuff
    
    * chore: comment
    Evalir authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    f9e76aa View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump bin-base (#122)

    Accomodates the new shared token changes.
    Evalir authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    b8ba0fe View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. chore(deps): bump bin-base (#124)

    * chore(deps): bump bin-base
    
    Also accomodates the new calculator changes.
    
    * chore: refactor fn to get expected slot and window
    Evalir authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    0b6779a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. fix: properly calculate deadline, use chrono for calculating timest…

    …amps (#123)
    
    * chore: use chrono, debug
    
    * quick mafs
    
    * chore: productionize
    
    * refactor: simplify slot_still_valid
    
    * fix: convert calc debugs into span attrs
    
    * Update src/tasks/submit/task.rs
    
    ---------
    
    Co-authored-by: James <james@prestwi.ch>
    Evalir and prestwich authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    bfaeedd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. chore(deps): bump up the jam (#126)

    bump it up a little more
    Evalir authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2c5c104 View commit details
    Browse the repository at this point in the history
Loading