1. 17 Aug, 2024 1 commit
  2. 16 Aug, 2024 3 commits
  3. 15 Aug, 2024 10 commits
    • Sebastian Stammler's avatar
      op-e2e: Add forge clean to README.md troubleshooting section (#11471) · 77fb5726
      Sebastian Stammler authored
      * op-e2e: Add forge clean to README.md troubleshooting section
      
      * Update op-e2e/README.md
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      ---------
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      77fb5726
    • Mark Tyneway's avatar
      getting-started: modernize (#11436) · fabf7cba
      Mark Tyneway authored
      Make the getting started script modern by adding recent hardfork config
      and also make the script runnable from any directory.
      fabf7cba
    • Kim's avatar
      feat: add cgo_test tags to fuzz tests (#11489) · 9bfd2b86
      Kim authored
      9bfd2b86
    • Adrian Sutton's avatar
      op-challenger: Extract RegistrationTask to dedeuplicate registration code... · cfe3cdd5
      Adrian Sutton authored
      op-challenger: Extract RegistrationTask to dedeuplicate registration code between different game types. (#11413)
      
      cfe3cdd5
    • protolambda's avatar
    • angel-ding-cb's avatar
      Added Stop API in the conductor (#11463) · 04757a06
      angel-ding-cb authored
      * add stop api in the conductor
      
      * add tests
      
      * fix test cases
      
      * fix conductor stop api test
      
      * re-trigger ci tests
      04757a06
    • Matt Solomon's avatar
      ci: remove proof runner workflow (#11486) · 389d2511
      Matt Solomon authored
      The 'on: status' trigger is too broad and causes this job to trigger
      for all commits. Instead KaaS (Kontrol as a Service) will post the
      resulting status to slack directly, instead of through github
      389d2511
    • Sam Stokes's avatar
      repo: rename plasma --> altDA (#11370) · 0bb2ff57
      Sam Stokes authored
      * update superchain-registry import
      
      * replace all plasma with altda
      
      * replace plasma with altda in filenames
      
      * contracts: update snapshots
      
      * go: update superchain import
      
      * go: update superchain import after rebase
      
      * go: run mod tidy
      
      * op-batcher: fix altda env vars passed in devnet docker-compose
      
      * go: update superchain import
      
      * go: use main commit for superchain import
      0bb2ff57
    • Freeman's avatar
      Feature/rv compute (#11015) · eaed52d1
      Freeman authored
      * Add dummy tests for passing and failing
      
      * Updating passing along return errors and a duplicate call to clean_docker
      
      * Fixing logging
      
      * Update to latest kontrol version supporting error codes
      
      * Remove trap for testing
      
      * Add install-kontrol and run local with enforced version requiresments
      
      * Drop on failure trap and test
      
      * The cleanup steps may be altering the return results. We're not running docker, not needed here
      
      * Test with traps re-added after finding issue was with using find
      
      * Formatting, now test with passing test
      
      * Update run-kontrol.sh
      
      Revert debug set to original header
      
      * Increase CPU workers to 16 for kaas runners
      
      * Update config.yml
      
      * Remove dummy proofs
      
      * run-kontrol.sh: set `max_workers` to 16
      
      * run-kontrol.sh: execute all tests with `script` option
      
      * run-kontrol.sh: match tests more precisely
      
      * run-kontrol.sh: add back `break_every_step` variable
      
      * versions.json: bump Kontrol from 0.1.247 to 0.1.258
      
      * IGnore vscode configuration files
      
      * Move on regardless of docker removal, container is started with automatic removal on stop, we just want to make sure it happens for redundancy
      
      * Extract content of Results to upload to kaas
      
      * Call into RV Workflow to run symbolic tests
      
      * Updating circleCI to latest credentials setup/secret references. Set context to proper env. Remove unused inputs
      
      * Reverting unecessary change
      
      * Add RV context
      
      * Removing comma from end of json block
      
      * Set the specific branch name to run on, do not assume develop.
      
      * Temporary when conditional to always run
      
      * Revert test when conditional
      
      * Supress extraction of outputs
      
      * Accept Suggestion for comment line in packages/contracts-bedrock/test/kontrol/scripts/run-kontrol.sh
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      * Supress tar file creation output
      
      * Dropping -verbose in tar command. Reduce output on exeutions
      
      * run-kontrol.sh: Update Temporarily unexecuted tests list
      
      * run-kontrol.sh: Update Temporarily unexecuted tests list v2
      
      * Update documentation noting changes / usage / flow / secrets for utilizing kaas
      
      * run-kontrol.sh: Fetch the xml file if it exists from the build env and make available for posting to summary
      
      * Update packages/contracts-bedrock/test/kontrol/README.md
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      * Update packages/contracts-bedrock/test/kontrol/README.md
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      * Update packages/contracts-bedrock/test/kontrol/README.md
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      * Update packages/contracts-bedrock/test/kontrol/README.md
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      * Update packages/contracts-bedrock/test/kontrol/README.md
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      
      * kontrol/README.md: Update instructions for clarity and usage
      
      * .github/workflows: Adding a new workflow to trigger on updates to depoloyment_status from third party
      
      * Force push to test
      
      * Remove if check for environment.
      
      * status-test: This looks like the wrong trigger
      
      * Update slack notification workflow with template
      
      * proof-runner-notification.yml: Slack notifications on failure, and webhook URL
      
      * Replace Link with provided target_url from commit status
      
      * Update payload variables per slack workflow variable requirements.
      
      ---------
      Co-authored-by: default avatarJuan C <juanconrod@protonmail.com>
      Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
      eaed52d1
    • Sam Stokes's avatar
      txmgr: add rpc api getters/setters (#10897) · 549b52e0
      Sam Stokes authored
      * Add txmgr rpc api
      
      * Update mock TxManager
      
      * Use parameterized tests to remove redundant code
      
      * Add txmgr.cfgLock to protect values configurable at runtime
      
      * txmgr: use generic API() method on interface to allow custom rpc apis
      
      * txmgr: re-generate mocks
      
      * txmgr: use atomics for Config vals that can be modified via rpc
      
      * txmgr: use pointer for SimpleTxManager.cfg
      
      * txmgr: remove extraneous code
      
      * txmgr: cleanup ctx input arg in rpc methods
      549b52e0
  4. 14 Aug, 2024 13 commits
  5. 13 Aug, 2024 11 commits
  6. 12 Aug, 2024 1 commit
  7. 10 Aug, 2024 1 commit