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

build(deps): bump @grpc/grpc-js from 1.8.0 to 1.8.17 #164

Open
wants to merge 54 commits into
base: celestia-develop
Choose a base branch
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

Commits on May 26, 2023

  1. fix: resolve max_subscriptions and share sequence errors (#120)

    * change RPC to P-OPS
    
    * deps: change to test version of node
    
    celestiaorg/celestia-node#2257
    
    * fix: version for image
    
    * use sha
    
    * change path...
    jcstein authored May 26, 2023
    Configuration menu
    Copy the full SHA
    37a4442 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. docs: add wiki to README

    jcstein committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a946f39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from celestiaorg/jcs/add-wiki

    docs: add reference to Wiki in README
    MSevey authored May 30, 2023
    Configuration menu
    Copy the full SHA
    a5f8a9a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    8d625e9 View commit details
    Browse the repository at this point in the history
  2. deps: update to node RC for Arabica (#132)

    * deps: update to node RC for Arabica
    
    * deps: update for arabica
    
    * add changes from #133 to test
    
    * storage in arabica-6 not arabica-8
    
    * deps: update RPC
    
    * deps: add host.docker.internal for testing local light node (not docker)
    
    * Update docker-compose-devnet.yml
    
    * Revert "deps: add host.docker.internal for testing local light node (not docker)"
    
    This reverts commit 09490fd.
    
    * Revert "Update docker-compose-devnet.yml"
    
    This reverts commit cccaf66.
    
    * increase namespace ID to 28 bytes
    
    * update RPC and to arabica-8 for node store
    
    * deps: bump node to rc2
    
    * Update docker-compose-testnet.yml
    
    * deps: bump go-cnc to 0.4.1, fix breaking changes
    
    * Update docker-compose-devnet.yml
    
    * bump gas fee
    
    * revert 71a3d18
    
    this is so that #133 can be merged before this PR
    
    ---------
    
    Co-authored-by: Javed Khan <[email protected]>
    jcstein and tuxcanfly authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d90765a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. deps: bump celestia-node to v0.11.0-rc2 (#137)

    * deps: bump celestia-node to v0.11.0-rc2
    
    * docs: match celestia-node#2277
    jcstein authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    693f659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de03b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

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

Commits on Jul 6, 2023

  1. build(deps): bump @grpc/grpc-js from 1.8.0 to 1.8.17

    Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.0 to 1.8.17.
    - [Release notes](https://github.com/grpc/grpc-node/releases)
    - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: "@grpc/grpc-js"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a3936b8 View commit details
    Browse the repository at this point in the history