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

da: add grpc metrics #329

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

da: add grpc metrics #329

wants to merge 83 commits into from

Commits on Nov 15, 2023

  1. da: use celestia as da

    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6ce4e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de5055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bc96f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5765c9 View commit details
    Browse the repository at this point in the history
  5. docker: wait for da to boot

    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b245643 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d55c78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4ab863 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98a8553 View commit details
    Browse the repository at this point in the history
  9. proposer: fix revert

    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ad653ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30721f9 View commit details
    Browse the repository at this point in the history
  11. proposer: nit

    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a4ebf2e View commit details
    Browse the repository at this point in the history
  12. add celestia logo, update readme

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1115643 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    503e69c View commit details
    Browse the repository at this point in the history
  14. style size

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d79c24d View commit details
    Browse the repository at this point in the history
  15. plus not x

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7efa76e View commit details
    Browse the repository at this point in the history
  16. docs: edit intro

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    32f84ba View commit details
    Browse the repository at this point in the history
  17. Update README.md

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b19aaf7 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5b22038 View commit details
    Browse the repository at this point in the history
  19. nit

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    194f4a7 View commit details
    Browse the repository at this point in the history
  20. docs: add section on deposit bridge

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9566df8 View commit details
    Browse the repository at this point in the history
  21. add workaround from @Ferret-san

    Co-Authored-By: Diego <[email protected]>
    2 people authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f4fbf6c View commit details
    Browse the repository at this point in the history
  22. close code block

    Co-Authored-By: Diego <[email protected]>
    2 people authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1f8894e View commit details
    Browse the repository at this point in the history
  23. fix: typo

    Co-Authored-By: Diego <[email protected]>
    2 people authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fdbb754 View commit details
    Browse the repository at this point in the history
  24. Update README.md

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a8f66af View commit details
    Browse the repository at this point in the history
  25. docs: add bridging section from guidance from @Ferret-san

    Co-Authored-By: Diego <[email protected]>
    2 people authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1c79ab0 View commit details
    Browse the repository at this point in the history
  26. deps: bump local-devnet to 0.9.2

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8306caa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1d8468f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0e6a8a8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2af6839 View commit details
    Browse the repository at this point in the history
  30. docs: update readme

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1911b40 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f2073d8 View commit details
    Browse the repository at this point in the history
  32. 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 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5ca0497 View commit details
    Browse the repository at this point in the history
  33. fix: update path to node store (#52)

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    75b2dbf View commit details
    Browse the repository at this point in the history
  34. 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 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7a28e92 View commit details
    Browse the repository at this point in the history
  35. 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 and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    21d4b03 View commit details
    Browse the repository at this point in the history
  36. op-node: log namespaced data details (#94)

    * op-node: log namespaced data details
    
    * op-node: log hex
    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3a41a52 View commit details
    Browse the repository at this point in the history
  37. 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 and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    029b951 View commit details
    Browse the repository at this point in the history
  38. 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 and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    adecbc0 View commit details
    Browse the repository at this point in the history
  39. docs: add wiki to README

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9a3d941 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5533b8e View commit details
    Browse the repository at this point in the history
  41. 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 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e336a81 View commit details
    Browse the repository at this point in the history
  42. 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 and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7b442b2 View commit details
    Browse the repository at this point in the history
  43. deps: remove trailing slash (#139)

    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4c74de1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4e81f22 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9a39bf8 View commit details
    Browse the repository at this point in the history
  46. op-node: da-rpc, namespace-id - use environment flags (#158)

    * op-node: use global string for da flags
    
    * op-node: use flag name
    
    * testnet: better healthcheck
    
    * testnet: restore rpc flags
    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3104137 View commit details
    Browse the repository at this point in the history
  47. testnet: update node rc, flags for arabica-9 (#157)

    * testnet: update node rc, flags for arabica-9
    
    * go mod: bump go-cnc to 0.4.2-pre
    
    * testnet: bump celestia-node to v0.11.0-rc6
    
    * txmgr: submit pfb - handle unexpected response code; bump fee
    
    * nit: typo
    
    * go mod: bump go-cnc to v0.4.2
    
    * txmgr: submit pfb - handle unexpected response - check tx hash
    
    * txmgr: bump gas limit
    
    * txmgr: add additional height sanity check
    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c6dd813 View commit details
    Browse the repository at this point in the history
  48. devnet: bump local-celestia-devnet to v0.11.0-rc6 (#168)

    * devnet: fix op-batcher depends_on
    
    * devnet: bump local-celestia-devnet to v0.11.0-rc6
    
    * devnet: da - bump start_period and interval
    
    * testnet: use new namespace id
    
    * fix: celestia-node version and remove deprecated flags
    
    ---------
    
    Co-authored-by: joshcs.eth ᵍᵐ <[email protected]>
    tuxcanfly and jcstein committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0c0fcb5 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    08cf2f9 View commit details
    Browse the repository at this point in the history
  50. da: use celestia-openrpc (#187)

    * op-node: use openrpc to get blobs
    
    * op-batcher: use openrpc to submit blobs
    
    * op-celestia-: use openrpc to fetch blobs
    
    * da: update rpc port
    
    * docker: update rpc port
    
    * readme: devnet - rm unused port
    
    * docker: devnet - restore platform
    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1690468 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    88b2e8d View commit details
    Browse the repository at this point in the history
  52. da: celestia-openrpc - use blob commitment (#196)

    * op-batcher: use openrpc to submit blobs
    
    * op-celestia-: use openrpc to fetch blobs
    
    * da: update rpc port
    
    * docker: update rpc port
    
    * readme: devnet - rm unused port
    
    * docker: devnet - restore platform
    
    * da: use blob commitment instead of tx index
    
    * celestia: use binary interfaces
    
    * go mod: tidy
    
    * deps: bump [email protected]
    
    * pkg celestia: test - add invalid case
    
    * deps: restore [email protected]
    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2b11438 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5063d9d View commit details
    Browse the repository at this point in the history
  54. da: go mod tidy

    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ed767d9 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d0bf27c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    38ab6c3 View commit details
    Browse the repository at this point in the history
  57. .github: update base repo owner (#223)

    * .github: update base repo owner
    
    * add use of PAT for sync action
    
    ---------
    
    Co-authored-by: Matthew Sevey <[email protected]>
    tuxcanfly and MSevey committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    aea9df4 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    3b38e92 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    8571293 View commit details
    Browse the repository at this point in the history
  60. go mod tidy

    tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    081a4cd View commit details
    Browse the repository at this point in the history
  61. chore: update devnet version to v0.12.1 (#245)

    * chore: update devnet version to v0.12.1
    
    * docs: update readme to v0.12.1 devnet
    
    * chore: update celestia description
    
    * chore: update celestia-node to v0.12.0
    jcstein authored and tuxcanfly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    051f67e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. da: move batcher changes from op-service to batcher/driver

    major rewrite and tech debt cleanup
    
    * batcher changes moved from op-service to batcher driver
    * da flags consolidated into da.rpc, da.namespace-id, da.auth-token
    * batcher / proposer da flags removed
    * batcher fetches da config from op-node / same as rollup config
    tuxcanfly committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    85e098d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6174298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41574b9 View commit details
    Browse the repository at this point in the history
  4. da: log prefix

    tuxcanfly committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2b36749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a713ae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e09143 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f42f6a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02cb311 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9ec86a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2690670 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4e0ecb View commit details
    Browse the repository at this point in the history
  12. da: update README

    tuxcanfly committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    aa4f95b View commit details
    Browse the repository at this point in the history
  13. da: rm op-celestia

    tuxcanfly committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8479d95 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    a98e7f8 View commit details
    Browse the repository at this point in the history
  2. da: wait for grpc port

    tuxcanfly committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f88e4a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore: bump dependencies

    tuxcanfly committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b00ef68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d22fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f21d29 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jan 18, 2024

  1. da: add da metrics

    tuxcanfly committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    be2e9df View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 31, 2024

  1. da: reuse rpc metricer

    tuxcanfly committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ad21a24 View commit details
    Browse the repository at this point in the history