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

stateless: deactivate GetCommitmentsAlongPath #156

Merged

Conversation

gballet
Copy link
Member

@gballet gballet commented Dec 16, 2021

Workaround until #155 has been tackled: panic when trying to call GetCommitmentsAlongPath, as it is currently broken, and the need for that use case isn't immediately clear.

@codecov-commenter
Copy link

Codecov Report

Merging #156 (19333cc) into ipa-stateless (bd1712f) will increase coverage by 1.77%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##           ipa-stateless     #156      +/-   ##
=================================================
+ Coverage          85.07%   86.84%   +1.77%     
=================================================
  Files                  9        9              
  Lines                784      768      -16     
=================================================
  Hits                 667      667              
+ Misses                96       80      -16     
  Partials              21       21              
Impacted Files Coverage Δ
stateless.go 77.60% <0.00%> (+5.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd1712f...19333cc. Read the comment docs.

@gballet gballet merged commit 20e39d9 into ipa-stateless Dec 16, 2021
gballet added a commit that referenced this pull request Jan 19, 2022
* add stateless node

* Add leaf insertion test and fix issues

* fix the update calculation in stateless leaf insert

* Add test for the insertion of a different value

* add commitment calculation when inserting into leaf (#145)

* fix commitment calculation in insert into leaf

* fix insertion in leaf

* deepsource fixes (#146)

* Do not use an overwritten FrZero in tests (#147)

* Do not use an overwritten FrZero

* a more thorough fix: instantiate a new zero

* fix delete + add test (#149)

* stateless: coverage for InsertOrdered (#151)

* stateless: add a test for copy (#152)

* stateless: add test for Get (#153)

* stateless: add a test for toDot and fix a commitment copy issue (#154)

* stateless: deactivate GetCommitmentsAlongPath (#156)

* fix deepsource error (#157)

* move error definitions to doc.go (#158)

* fix Children() and add test (#159)

* add a test to check the corner case of the stateless root (#160)

* changes for deserialization code to work (#177)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants