1. 26 Jul, 2024 4 commits
  2. 25 Jul, 2024 7 commits
  3. 24 Jul, 2024 10 commits
  4. 23 Jul, 2024 9 commits
  5. 22 Jul, 2024 7 commits
  6. 20 Jul, 2024 2 commits
    • mbaxter's avatar
      cannon: Refactor instrumented_state.go to extract reusable helpers (#11174) · 8b910d7a
      mbaxter authored
      * cannon: Extract TrackingOracle to allow reuse
      
      * cannon: Extract PreimageReader logic for easier reuse
      
      * cannon: Merge preimage-related tracking and access logic
      
      * cannon: Extract memTracker logic for easier reuse
      
      * cannon: Extract stack tracking logic for easier reuse
      
      * cannon: Break up StackTracker into noop and regular impls
      
      * cannon: Clean up PreimageReader
      8b910d7a
    • Sam Stokes's avatar
      Fix docker cross-platform builds (#10827) · 26eac671
      Sam Stokes authored
      * Disable CGO for op-node. Test cross-platform
      
      * Install latest gcp cli version before publishing docker image
      
      * Add oplabs-gcr context to docker-build job so it can publish
      
      * Do not save op-node docker image tag for devnet
      
      * Use TARGETARCH to conditionally set CC, CXX
      
      * Remove BUILDPLATFORM
      
      * Fix dangling && in dockerfile
      
      * Use apk instead of apt-get
      
      * Install correct apk cross build packages
      
      * Remove non-existent cross-build apk package
      
      * Use bullseye instead of alpine
      
      * Remove hardcoded CGO_ENABLED=0
      
      * Set CC and CXX in makefile
      
      * Add echo to makefile
      
      * Remove echo from makefile
      
      * Remove check-cross-platform test
      
      * Remove default values for CC and CXX from makefile
      
      * Add TARGETOS and TARGETARCH to top of dockerfile
      
      * Remove echo from dockerfile
      
      * Use debian TARGET_BASE_IMAGE
      
      * Add cross platform args to all relevant Makefiles
      
      * Add temp circle ci job to publish and check-cross-platform
      
      * Set CGO_ENABLED=0. Use alpine for TARGET_BASE_IMAGE
      
      * Use CMD instead of ENTRYPOINT for op-supervisor-target image
      
      * Add CC, CXX, CGO_ENABLED args to op-plasma
      
      * Remove CC and CXX from Makefiles
      
      * Use alpine image for builder
      
      * scheduled-docker-publish trigger changed to hourly or manual
      
      * Fix circle ci config
      
      * Fix warnings in dockerfile
      
      * Attempt cross compile without setting CGO_ENABLED=0
      
      * Add CGO_ENABLED=0 back for make op-node
      26eac671
  7. 19 Jul, 2024 1 commit