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

feat: return an error for RowRoots and ColRoots if EDS incomplete #213

Merged
merged 11 commits into from
Aug 4, 2023

Commits on Jul 3, 2023

  1. feat!: enable golangci-lint

    rootulp committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e62e122 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    d568e1e View commit details
    Browse the repository at this point in the history
  2. fix more lint violations

    rootulp committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d5e6a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b4078b View commit details
    Browse the repository at this point in the history
  4. ci: run golangci-lint

    rootulp committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2939010 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9011a5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4571f63 View commit details
    Browse the repository at this point in the history
  7. wip: debuging strange error

    $ go test ./... -count=1
    --- FAIL: TestCorruptedEdsReturnsErrByzantineData (0.00s)
        --- FAIL: TestCorruptedEdsReturnsErrByzantineData/Leopard (0.00s)
            --- FAIL: TestCorruptedEdsReturnsErrByzantineData/Leopard/corrupt_a_chunk_at_(0,_0)_and_delete_shares_from_the_rest_of_the_row (0.00s)
                extendeddatacrossword_test.go:240:
                    	Error Trace:	extendeddatacrossword_test.go:240
                    	Error:      	Should be in error chain:
                    	            	expected: %!q(**rsmt2d.ErrByzantineData=0x140001a6168)
                    	            	in chain: "bad root input: col 0 expected [14 173 204 9 46 43 83 239 196 173 233 206 109 179 29 23 121 147 201 151 214 107 242 198 161 183 94 44 31 50 75 167] got [27 215 198 42 199 154 136 130 121 67 148 175 29 217 179 44 44 3 207 83 212 164 182 216 17 54 168 138 186 78 147 102]"
                    	Test:       	TestCorruptedEdsReturnsErrByzantineData/Leopard/corrupt_a_chunk_at_(0,_0)_and_delete_shares_from_the_rest_of_the_row
                    	Messages:   	did not return a ErrByzantineData for a bad col or row
    rootulp committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4296489 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    47acfb8 View commit details
    Browse the repository at this point in the history
  2. add comment

    rootulp committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f7f97cf View commit details
    Browse the repository at this point in the history