-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration test for max block size (#419)
* base for new integration test * fix split shares edge case * add vs code to gitignore * get rid of prepadding messages and use code from core to help generate share commitments * cleanup * remove padding to fix test * nextlowest power of two * moar bugs * update go mod * fix validate basic test for padding * patch test to create exact number of shares correctly * minor cleanup * fix integration test that requires multiple signers * fix cli integration test * format gitignore * only use one delimLen function * use consistent function to calculate msg shares used * formatting * use correct estimation technique for message shares taken * remove commented code * use release version of core * estimate the square size correctly for small square sizes * patch encoding config to register pfd types for lagacy amino * use the short test flag when using the race detector * clean up comment * use test.short * fix remainging denom in test * add comment explaining stuct init
- Loading branch information
1 parent
745bd99
commit 8e0cf71
Showing
25 changed files
with
641 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ secret.yml | |
build | ||
coverage.txt | ||
tools-stamp | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.