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

fix: 10535 add enum converter #10557

Merged
merged 8 commits into from Dec 20, 2023
Merged

Conversation

mxtartaglia-sl
Copy link
Contributor

@mxtartaglia-sl mxtartaglia-sl commented Dec 18, 2023

Description:
Creates a default support for converting enum values

Related issue(s):

Fixes # #10535

Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
@mxtartaglia-sl mxtartaglia-sl requested a review from a team as a code owner December 18, 2023 19:35
@mxtartaglia-sl mxtartaglia-sl linked an issue Dec 18, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Dec 18, 2023

Node: HAPI Test (Crypto) Results

211 tests   204 ✔️  17m 48s ⏱️
  22 suites      7 💤
  22 files        0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

Node: Unit Test Results

    2 295 files  +    2      2 295 suites  +2   52m 51s ⏱️ - 7m 14s
118 696 tests +248  118 662 ✔️ +248  34 💤 ±0  0 ±0 
127 113 runs  +248  127 079 ✔️ +248  34 💤 ±0  0 ±0 

Results for commit 4943758. ± Comparison against base commit 3d18649.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

Node: E2E Test Results

    1 files      1 suites   23m 16s ⏱️
311 tests 311 ✔️ 0 💤 0
333 runs  333 ✔️ 0 💤 0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

Node: HAPI Test (Time Consuming) Results

21 tests     9 ✔️  25m 31s ⏱️
  2 suites  12 💤
  2 files      0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

Node: Integration Test Results

280 tests   280 ✔️  28m 21s ⏱️
    5 suites      0 💤
    5 files        0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

Node: HAPI Test (Misc) Results

421 tests   334 ✔️  28m 13s ⏱️
  74 suites    87 💤
  74 files        0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

Node: HAPI Test (Smart Contract) Results

398 tests   373 ✔️  49m 16s ⏱️
  55 suites    25 💤
  55 files        0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

…nal checks on ConfigDataServiceTest

Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
@mxtartaglia-sl
Copy link
Contributor Author

Sorry for the silly omissions @hendrikebbers , would you please re-review the last commit with the required fixes

Copy link

github-actions bot commented Dec 19, 2023

Node: HAPI Test (Token) Results

189 tests   189 ✔️  18m 14s ⏱️
  13 suites      0 💤
  13 files        0

Results for commit 4943758.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (develop@628226f). Click here to learn what that means.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop   #10557   +/-   ##
==========================================
  Coverage           ?   63.04%           
  Complexity         ?    30843           
==========================================
  Files              ?     3366           
  Lines              ?   135498           
  Branches           ?    14094           
==========================================
  Hits               ?    85425           
  Misses             ?    46711           
  Partials           ?     3362           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
hendrikebbers
hendrikebbers previously approved these changes Dec 20, 2023
Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>

Signed-off-by: Maxi Tartaglia <maxi@swirldslabs.com>
@mxtartaglia-sl mxtartaglia-sl merged commit 740b25b into develop Dec 20, 2023
37 checks passed
@mxtartaglia-sl mxtartaglia-sl deleted the 10535_add_enum_converter branch December 20, 2023 19:10
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.

Create enum converter for simple enum types
2 participants