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

Finalize v5.0: resolve all TODO mainnet #779

Merged
merged 36 commits into from May 9, 2022
Merged

Conversation

aslesarenko
Copy link
Collaborator

@aslesarenko aslesarenko commented Feb 3, 2022

In this PR:

@aslesarenko aslesarenko mentioned this pull request Feb 3, 2022
21 tasks
@aslesarenko aslesarenko added this to the v5.0 milestone Feb 3, 2022
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #779 (9770e99) into v5.0-finalize (5cdf87a) will increase coverage by 0.02%.
The diff coverage is 95.45%.

@@                Coverage Diff                @@
##           v5.0-finalize     #779      +/-   ##
=================================================
+ Coverage          71.74%   71.77%   +0.02%     
=================================================
  Files                248      248              
  Lines              18803    18814      +11     
  Branches             644      636       -8     
=================================================
+ Hits               13491    13504      +13     
+ Misses              5312     5310       -2     
Impacted Files Coverage Δ
sigmastate/src/main/scala/sigmastate/Values.scala 82.78% <ø> (ø)
...ain/scala/sigmastate/eval/CompiletimeCosting.scala 94.00% <ø> (+3.37%) ⬆️
...gmastate/src/main/scala/sigmastate/eval/Zero.scala 58.06% <0.00%> (ø)
...ala/sigmastate/serialization/ValueSerializer.scala 68.28% <ø> (ø)
...ain/scala/special/collection/CollsOverArrays.scala 86.74% <100.00%> (ø)
...main/scala/org/ergoplatform/ErgoBoxCandidate.scala 92.72% <100.00%> (ø)
...n/scala/org/ergoplatform/ErgoLikeTransaction.scala 85.10% <100.00%> (ø)
...validation/SigmaValidationSettingsSerializer.scala 100.00% <100.00%> (ø)
...astate/src/main/scala/sigmastate/AvlTreeData.scala 97.22% <100.00%> (ø)
...igmastate/serialization/BlockValueSerializer.scala 100.00% <100.00%> (ø)
... and 16 more

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 1659cbd...9770e99. Read the comment docs.

aslesarenko and others added 14 commits February 5, 2022 20:48
# Conflicts:
#	sigmastate/src/main/scala/org/ergoplatform/ErgoLikeTransaction.scala
#	sigmastate/src/main/scala/sigmastate/serialization/FuncValueSerializer.scala
#	sigmastate/src/main/scala/sigmastate/serialization/transformers/SigmaTransformerSerializer.scala
…ilder and removed case from CompiletimeCosting)
…ll (added irBuilder and removed case from CompiletimeCosting)
v5.0-fix-test-for-headers: add new test for headers
…n.get, Option.getOrElse from CompiletimeCosting.scala
@aslesarenko aslesarenko requested a review from kushti March 17, 2022 10:46
…-mainnet

# Conflicts:
#	sigmastate/src/test/scala/special/sigma/SigmaDslSpecification.scala
@aslesarenko aslesarenko changed the base branch from v5.0-fix-xorOf-2 to v5.0-finalize April 5, 2022 21:24
@aslesarenko aslesarenko added the S-ready-for-review Status: This PR is ready for review label Apr 25, 2022
@@ -1427,8 +1436,22 @@ object SCollection extends STypeCompanion with MethodByNameUnapply {
ArgInfo("index", "index of the element of this collection"),
ArgInfo("default", "value to return when \\lst{index} is out of range"))

/** Implements evaluation of Coll.map method call ErgoTree node.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong scaladoc

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@aslesarenko aslesarenko requested a review from kushti May 6, 2022 08:44
@aslesarenko aslesarenko merged commit d6dc354 into v5.0-finalize May 9, 2022
@kushti kushti deleted the v5.0-todo-mainnet branch November 6, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-ready-for-review Status: This PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants