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

Add SSTring type #794

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

SethDusek
Copy link
Collaborator

@SethDusek SethDusek commented Dec 10, 2024

Add String type, some transactions use this despite it not being very useful (only bin_ops Eq, Neq are implemented)
Closes #791

@SethDusek SethDusek marked this pull request as ready for review December 19, 2024 04:20
@SethDusek SethDusek requested a review from kushti December 19, 2024 04:20
Add String type, some transactions use this despite it not being very useful (only bin_ops Eq, Neq are implemented)
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12609294595

Details

  • 15 of 39 (38.46%) changed or added relevant lines in 5 files are covered.
  • 13 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.03%) to 78.427%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ergotree-ir/src/serialization/data.rs 7 8 87.5%
ergotree-ir/src/mir/value.rs 0 3 0.0%
ergotree-ir/src/types/stype.rs 1 4 25.0%
ergotree-ir/src/mir/constant.rs 5 12 41.67%
ergotree-ir/src/serialization/types.rs 2 12 16.67%
Files with Coverage Reduction New Missed Lines %
ergotree-ir/src/mir/value.rs 1 57.24%
ergo-merkle-tree/src/merkletree.rs 2 95.69%
ergo-merkle-tree/src/batchmerkleproof.rs 3 90.48%
ergotree-ir/src/serialization/types.rs 7 80.82%
Totals Coverage Status
Change from base Build 12589822362: -0.03%
Covered Lines: 11095
Relevant Lines: 14147

💛 - Coveralls

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.

Can't parse mainnet tx with SSTring
2 participants