Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add e2e test #121

Open
wants to merge 54 commits into
base: celestia-develop
Choose a base branch
from
Open

ci: add e2e test #121

wants to merge 54 commits into from

Commits on Apr 27, 2023

  1. da: use celestia as da

    tuxcanfly committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f4998ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c1052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7cf0bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    146d21c View commit details
    Browse the repository at this point in the history
  5. docker: wait for da to boot

    tuxcanfly committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    80977ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82d4fee View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    884fd58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c04d1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. proposer: fix revert

    tuxcanfly committed May 3, 2023
    Configuration menu
    Copy the full SHA
    83e4fb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249d312 View commit details
    Browse the repository at this point in the history
  3. proposer: nit

    tuxcanfly committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bcf0845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4080a0 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    73a4651 View commit details
    Browse the repository at this point in the history
  6. style size

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a536860 View commit details
    Browse the repository at this point in the history
  7. plus not x

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    544bb81 View commit details
    Browse the repository at this point in the history
  8. docs: edit intro

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1a3ed81 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7550915 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    99b2a9b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #33 from celestiaorg/jcs/update-readme

    Update readme
    jcstein authored May 3, 2023
    Configuration menu
    Copy the full SHA
    3591a20 View commit details
    Browse the repository at this point in the history
  12. nit

    jcstein committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f073f20 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #34 from celestiaorg/jcs/update-readme

    fix typo on readme
    jcstein authored May 3, 2023
    Configuration menu
    Copy the full SHA
    c33c5a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f73953 View commit details
    Browse the repository at this point in the history
  15. add workaround from @Ferret-san

    Co-Authored-By: Diego <[email protected]>
    jcstein and Ferret-san committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d4f66d0 View commit details
    Browse the repository at this point in the history
  16. close code block

    Co-Authored-By: Diego <[email protected]>
    jcstein and Ferret-san committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6b45c90 View commit details
    Browse the repository at this point in the history
  17. fix: typo

    Co-Authored-By: Diego <[email protected]>
    jcstein and Ferret-san committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e24f0b1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Update README.md

    jcstein committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6dd4495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320b34a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccee67b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cdb0b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #36 from celestiaorg/jcs/bump-local-devnet

    deps: bump local devnet to v0.9.2
    jcstein authored May 4, 2023
    Configuration menu
    Copy the full SHA
    9837663 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0519b4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    d0280e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f48706 View commit details
    Browse the repository at this point in the history
  3. docs: update readme

    jcstein authored and tuxcanfly committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7f3cca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    102c5e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46 from celestiaorg/jcs/devnet-ver-bump

    deps: bump local-celestia-devnet from v0.9.2 to v0.9.5
    jcstein authored May 15, 2023
    Configuration menu
    Copy the full SHA
    f05b485 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Add DALC support (#47)

    * deps: add vars to devnet-up.sh script
    
    * add new docker-compose and script
    
    * fix: add testnet-up to makefile
    
    * add testnet-clean and testnet-down make cmds
    
    * match other instances of localhost
    
    * fix: paths
    
    fix: paths in Makefile
    
    * remove unnecessary vars
    
    * docs: update link in readme
    
    * fix: use light node image
    
    * add celestia light node image
    
    * fix: start DA as dependency to batcher
    
    * docs: copy edits
    
    * docker: testnet - mount celestia light volume
    
    * celestia: remove hardcoded key; add README
    
    * Update README.md
    
    * Update op-celestia/blockspacerace-data/README.md
    
    * edit readme
    
    * docker: celestia startup - fix permission denied
    
    * revert changes from dde9c93
    
    ---------
    
    Co-authored-by: Javed Khan <[email protected]>
    jcstein and tuxcanfly authored May 17, 2023
    Configuration menu
    Copy the full SHA
    cb82872 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    e71c751 View commit details
    Browse the repository at this point in the history
  2. devnet: increase block times (#50)

    * devnet: increase block times
    
    * proposer: bump network timeout
    
    * proposer timeout: 5 -> 5s
    
    * proposer: tweak timeout to 180s
    
    * fix: ymlup
    
    ---------
    
    Co-authored-by: joshcs.eth <[email protected]>
    tuxcanfly and jcstein authored May 19, 2023
    Configuration menu
    Copy the full SHA
    5b663de View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. .github: add dependabot

    MSevey committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1fa2312 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from celestiaorg/sevey/dependabot

    .github: add dependabot
    MSevey authored May 23, 2023
    Configuration menu
    Copy the full SHA
    cebd51e View commit details
    Browse the repository at this point in the history
  3. deps: bump celestia-node & local-celestia-devnet image version to v0.…

    …10.0 (#56)
    
    * deps: bump celestia-node v0.9.5 to v0.10.0
    
    * change RPC
    
    * swap RPC
    
    * deps: bump v0.9.5 to v0.10.0 local-celestia-devnet
    jcstein authored May 23, 2023
    Configuration menu
    Copy the full SHA
    8f53660 View commit details
    Browse the repository at this point in the history
  4. op-node: log namespaced data details (#94)

    * op-node: log namespaced data details
    
    * op-node: log hex
    tuxcanfly authored May 23, 2023
    Configuration menu
    Copy the full SHA
    5b97ddc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Dependabot and Fork Sync (#93)

    * .github: add sync fork workflow and update dependabot to only check .github and go.mod
    
    * .github: update dependabot.yml
    MSevey authored May 24, 2023
    Configuration menu
    Copy the full SHA
    521cd32 View commit details
    Browse the repository at this point in the history
  2. ci: add e2e test

    tuxcanfly committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b261ed1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    049b71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e7e96 View commit details
    Browse the repository at this point in the history
  3. test: pushd / popd -> cd

    tuxcanfly committed May 29, 2023
    Configuration menu
    Copy the full SHA
    816d5e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b692daf View commit details
    Browse the repository at this point in the history
  5. nit

    tuxcanfly committed May 29, 2023
    Configuration menu
    Copy the full SHA
    6dcc8b8 View commit details
    Browse the repository at this point in the history
  6. ci: disable release / lint

    tuxcanfly committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b2678ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9178519 View commit details
    Browse the repository at this point in the history
  8. ci: rm release

    tuxcanfly committed May 29, 2023
    Configuration menu
    Copy the full SHA
    1b82e6d View commit details
    Browse the repository at this point in the history
  9. ci: unskip test

    tuxcanfly committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a212778 View commit details
    Browse the repository at this point in the history