Skip to content

Commit

Permalink
Refactor how to create DataAvailabilityHeaders (celestiaorg#524)
Browse files Browse the repository at this point in the history
* use [][]byte instead of interval digests

* add extra DAH methods

* move the dataavailabilityheader from types to da

* refactor creating DAHs

* finish refactor and clean up

* add tests

* linter

* typos causing tests to fail

* fix docs

* remove test used while debugging

* add docs to indicate that computing the shares also padds them

* update to the latest version of nmt

* change version of checkout to hopefully fix the proto lint ci test

* update hashes to account for new verison of nmt
  • Loading branch information
evan-forbes authored Sep 17, 2021
1 parent ceaf5e5 commit 2d3768e
Show file tree
Hide file tree
Showing 42 changed files with 1,199 additions and 1,204 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2.3.4
- name: lint
run: make proto-lint
proto-breakage:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2.3.4
- name: check-breakage
run: make proto-check-breaking-ci
Loading

0 comments on commit 2d3768e

Please sign in to comment.