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

Commits on Nov 5, 2024

  1. feat: use shared autorelease workflow (#17)

    ### TL;DR
    Simplified the auto-release workflow by utilizing a reusable workflow from init4tech/actions.
    
    ### What changed?
    Replaced the custom release verification and creation logic with a standardized reusable workflow. The new workflow maintains the same trigger conditions (pushing to main branch with changes to Cargo.toml) while reducing complexity.
    
    ### How to test?
    1. Update the version in Cargo.toml
    2. Push changes to the main branch
    3. Verify that a new release is automatically created with the updated version
    rswanson authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e94d159 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 12, 2024

  1. Adds bundle support to block builder (#8)

    * WIP: adding bundle fetcher support
    
    * WIP: separating auth out into authenticator
    
    * WIP: fixing the cannot drop a runtime in a blocking context error
    
    * WIP: Fixes tokio runtime drop bug
    
    * wip: cleanup and remove imports
    
    * chore: fix dep error
    
    * chore: mark bundle poller test as it
    
    * feat: spawn bundle poller and handle exits
    
    * feat: ingest bundle transactions, drop bundle on failure
    
    This implements ingesting bundle transactions naively. It does not take into account the bundle "rules", so to say, which would make it a bit more complex. If a transaction fails to decode, the bundle is considered "invalid", and dropped.
    
    * chore: clippy
    
    * chore: comments
    
    * chore: clarify comment on signed orders
    
    * chore: dedup oauth, do not use spawn blocking
    
    * chore: remove unneeded async
    
    * chore: clean up authenticator
    
    * feat: track seen bundles to dedup
    
    * feat(`oauth`): caching, shareable authenticator (#19)
    
    * feat: caching, shareable authenticator
    
    * fix: actually spawn builder task lmao
    
    * chore: remove unnecesary mut selfs
    
    ---------
    
    Co-authored-by: evalir <e@evalir.xyz>
    dylanlott and Evalir authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    012b9c2 View commit details
    Browse the repository at this point in the history
Loading