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: cleanup no longer used code #1721

Merged
merged 28 commits into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9f3c6eb
create compact share counter
cmwaters Apr 25, 2023
7e819b3
fix build
cmwaters Apr 25, 2023
fb56f25
Apply suggestions from code review
cmwaters Apr 26, 2023
1297440
Update pkg/shares/counter.go
cmwaters Apr 26, 2023
909804e
remove unnecessary panics
cmwaters Apr 26, 2023
3951c22
lint
cmwaters Apr 26, 2023
0b51d44
Merge branch 'main' into cal/square-1
cmwaters Apr 26, 2023
c18e0f0
feat: create square builder class
cmwaters Apr 26, 2023
4c3ae53
Merge branch 'cal/square-1' into cal/square-2
cmwaters Apr 26, 2023
00a6ab8
add missing test
cmwaters Apr 26, 2023
8bf97f5
Merge branch 'main' into cal/square-2
cmwaters Apr 26, 2023
a95a740
Apply suggestions from code review
cmwaters Apr 26, 2023
413f13b
rename shareSize to numShares
cmwaters Apr 26, 2023
17afd0d
fixing up failed attempt
cmwaters Apr 26, 2023
1f5e917
swap out square construction mechanism
cmwaters May 3, 2023
5dc2c14
Merge branch 'main' into cal/square-3
cmwaters May 3, 2023
eea5ec2
fix merge conflicts and build errors
cmwaters May 3, 2023
2ca50f5
bump consensus version and fix problem with proofs
cmwaters May 8, 2023
59e8601
remove blobs comment
cmwaters May 8, 2023
6acc26d
Merge branch 'main' into cal/square-3
cmwaters May 8, 2023
5a4c915
fix some tests
cmwaters May 8, 2023
9f9ac26
fix share inclusion proof test
cmwaters May 8, 2023
14bf6f3
Merge branch 'main' into cal/square-3
cmwaters May 8, 2023
a4af100
fix tx inclusion test
cmwaters May 8, 2023
dd573cd
incorporate suggestions
cmwaters May 9, 2023
e655296
Merge branch 'main' into cal/square-3
cmwaters May 9, 2023
2fb2517
chore: clean up no longer used code
cmwaters May 9, 2023
c085e38
Merge branch 'main' into cal/square-4
cmwaters May 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions app/estimate_square_size.go

This file was deleted.

209 changes: 0 additions & 209 deletions app/estimate_square_size_test.go

This file was deleted.

52 changes: 0 additions & 52 deletions app/testutil_test.go

This file was deleted.

Loading