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

chore(deps): upgrade to celestia-app v2.0.0 #3453

Merged
merged 87 commits into from
Aug 7, 2024

Commits on May 31, 2024

  1. fix: imports

    rootulp committed May 31, 2024
    Configuration menu
    Copy the full SHA
    63bc288 View commit details
    Browse the repository at this point in the history
  2. fix: error message

    rootulp committed May 31, 2024
    Configuration menu
    Copy the full SHA
    926e5a3 View commit details
    Browse the repository at this point in the history
  3. wip: adapt to v2

    rootulp committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8c75d6a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    8c9fc08 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    rootulp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c3e84e1 View commit details
    Browse the repository at this point in the history
  3. refactor: error msg

    rootulp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fc8dac3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e65e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1286a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    866cd1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69a05a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: most lint errors

    rootulp committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    99b0b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0401f3 View commit details
    Browse the repository at this point in the history
  3. fix: last linter warning about copying mutexes

    blob/blobtest/testing.go:31:25: copylocks: call of append copies lock value: github.com/celestiaorg/go-square/blob.Blob contains google.golang.org/protobuf/internal/impl.MessageState contains sync.Mutex (govet)
                    blobs = append(blobs, *appBlob)
    rootulp committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    54eadb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    bcde3f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9ff4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59a373 View commit details
    Browse the repository at this point in the history
  4. fix: lint

    rootulp committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ae72d69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7633c9 View commit details
    Browse the repository at this point in the history
  6. fix: lint

    rootulp committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    dff037e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. try to fix lint

    rootulp committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    efb6c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bde950 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    5542aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95d9c7 View commit details
    Browse the repository at this point in the history
  3. test: remove min gas price assertion b/c TODO

    There's a TODO that states celestia-app isn't set up. The assertion
    fails because the min gas price returned is "" even though the app
    config attempts to set it to .002
    rootulp committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bccc2b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f147fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. refactor: stop using convert

    because it doesn't appear to be compiled based on build flags
    rootulp committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3e3fedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5ef8f View commit details
    Browse the repository at this point in the history
  3. fix: da_test comma

    rootulp committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    383490c View commit details
    Browse the repository at this point in the history
  4. fix: TestBlob

    rootulp committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4857abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5650ac View commit details
    Browse the repository at this point in the history
  6. Revert "HACKHACK: I think bug in celestia-app testnode that prevents …

    …custom chain-ids"
    
    This reverts commit a5650ac.
    rootulp committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e2eb8e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. resolve merge conflicts

    rootulp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c4be6a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0f501 View commit details
    Browse the repository at this point in the history
  3. wip: fix some lint issues

    rootulp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c120fd2 View commit details
    Browse the repository at this point in the history
  4. fix: build

    rootulp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4eddd43 View commit details
    Browse the repository at this point in the history
  5. fix: manual re-review

    rootulp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b8fbd4b View commit details
    Browse the repository at this point in the history
  6. attempt to fix import order

    rootulp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    daf1a81 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    0f48e13 View commit details
    Browse the repository at this point in the history
  2. fix: core access test

    rootulp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8b8efd2 View commit details
    Browse the repository at this point in the history
  3. refactor: add comment

    rootulp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6bd366f View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    rootulp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9db2d2c View commit details
    Browse the repository at this point in the history
  5. make fmt

    rootulp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    69be2c9 View commit details
    Browse the repository at this point in the history
  6. fix: TestGetBalance

    rootulp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    587914a View commit details
    Browse the repository at this point in the history
  7. fix: lint

    rootulp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8fb0d04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4df4240 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2b808d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f325abf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    99265ec View commit details
    Browse the repository at this point in the history
  2. fix: exchange_test

    rootulp committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    383380a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d51a78 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    rootulp committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1d82662 View commit details
    Browse the repository at this point in the history
  5. docs: add comments

    rootulp committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dc369f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9acbbc8 View commit details
    Browse the repository at this point in the history
  7. refactor: DefaultTestConfig

    rootulp committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    052cf18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38350c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f263a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    125d766 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3dda78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2be6fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db1d7cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53a114e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    cf05699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a664f30 View commit details
    Browse the repository at this point in the history
  3. fix: remove big test cases

    rach-id committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    198d02e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from rach-id/rp/support-v2

    fix: convert types between app and core
    rootulp authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b254dc4 View commit details
    Browse the repository at this point in the history
  5. fix: lint

    rootulp committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    87e8612 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

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

Commits on Jul 30, 2024

  1. Merge pull request #2 from rach-id/rp/support-v2

    fix: correctly setup the subtreeRoot threshold and re-introduce the n…
    rootulp authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8e92874 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    037aa75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8d98a View commit details
    Browse the repository at this point in the history
  3. revert: header support for v2

    Because it will be added in
    celestiaorg#3589
    rootulp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    79d8458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e31762 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c12f7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f52886c View commit details
    Browse the repository at this point in the history
  7. revert: len in make

    Because TestProveShares was failing due to nil pointer
    rootulp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    35f5164 View commit details
    Browse the repository at this point in the history
  8. Revert "revert: header support for v2"

    This reverts commit 79d8458.
    rootulp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c284dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. docs: comment for convert

    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6a92027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e1bcd View commit details
    Browse the repository at this point in the history
  3. fix: ToAppBlobs

    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cc3ee1d View commit details
    Browse the repository at this point in the history
  4. refactor: use convert

    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9a59f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26da487 View commit details
    Browse the repository at this point in the history
  6. revert: convert refactor

    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    77d0477 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 7, 2024

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