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: celestiaorg/tastora
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: celestiaorg/tastora
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 6 commits
  • 26 files changed
  • 2 contributors

Commits on Oct 7, 2025

  1. feat: remove orphan volumes on chain removal (#135)

    * feat: remove orphan volumes on chain removal
    
    * fix: prune only volumes of the current test
    
    * fix: move remove volumes inside container lifecycle
    
    * chore: code cleanup
    
    * chore: another cleanup
    mojtaba-esk authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    b8f62cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c2b3df View commit details
    Browse the repository at this point in the history
  3. fix: ensure volumes can be rebound to new containers (#136)

    * chore: wip adding test to verify volume re-use
    
    * chore: small refactor in volume creation
    
    * chore: sanitize docker resource name
    
    * chore: add version negotiation
    chatton authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    736d4bc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. feat: add support for evm-single (#122)

    * wip: first draft of ev-reth
    
    * chore: add basic liveness test
    
    * chore: liveness test passing, very messy need to clean everything up
    
    * chore: use fixture
    
    * chore: adding go-etherium and using built in types
    
    * chore: some renames
    
    * chore: added proper spacing
    
    * chore: strip out unused code
    
    * chore: additional cleanup
    
    * chore: cleaned up node starting / stopping
    
    * chore: remove evmsingle
    
    * chore: more clean up
    
    * chore: cleaned up some logic and added additional docstrings
    
    * chore: remove additional init args
    
    * chore: removed unrequired comment
    
    * chore: remove concept of multiple reth nodes for now
    
    * chore: fix incorrect comment
    
    * chore: remove floating comment
    
    * chore: passing test with evsingle
    
    * chore: rename from App -> Chain
    
    * chore: add builders to test config
    
    * chore: pr feedback
    
    * chore: adding WithTag
    
    * chore: some small renames
    
    * chore: fix cleanup context
    
    * chore: additional cleanup
    
    * chore: added same pattern from init args that exists for start args
    
    * chore: fix merge conflict
    chatton authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    031c5c4 View commit details
    Browse the repository at this point in the history
  2. feat: add ability to skip init step for chains (#138)

    * chore: wip adding test to verify volume re-use
    
    * chore: small refactor in volume creation
    
    * chore: sanitize docker resource name
    
    * wip: adding ability to skip init
    
    * fix: populate faucet wallet on chains that may have been initialized already
    chatton authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    3e0fbe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5228a72 View commit details
    Browse the repository at this point in the history
Loading