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

Oberon NET SDK #187

Merged
merged 10 commits into from
Oct 8, 2021
Merged

Oberon NET SDK #187

merged 10 commits into from
Oct 8, 2021

Conversation

tmarkovski
Copy link
Member

Do not merge until #186 is merged

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2021

File Coverage
All files 88%
Okapi.DIDCommException 77%
Okapi.UnmanagedMemory 92%
Okapi.Proofs.LDProofs 75%
Okapi.Transport.DIDComm 0%

Minimum allowed coverage is 75%

Generated by 🐒 cobertura-action against 1a0f3ae

Copy link
Contributor

@fundthmcalculus fundthmcalculus left a comment

Choose a reason for hiding this comment

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

See comments. NOACTION means it's a question for my clarification/posterity, not a requested change.

dotnet/Library/Okapi/Oberon.cs Outdated Show resolved Hide resolved
dotnet/Library/Okapi/Okapi.csproj Show resolved Hide resolved
dotnet/Tests/Okapi.Tests/KeyTests.cs Show resolved Hide resolved
dotnet/Tests/Okapi.Tests/OberonTests.cs Outdated Show resolved Hide resolved
include/okapi.h Outdated Show resolved Hide resolved
native/src/tests/oberon.rs Outdated Show resolved Hide resolved
@fundthmcalculus fundthmcalculus mentioned this pull request Oct 7, 2021
6 tasks
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9863370. ± Comparison against base commit 0696769.

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9863370. ± Comparison against base commit 0696769.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9863370. ± Comparison against base commit 0696769.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9863370. ± Comparison against base commit 0696769.

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9863370. ± Comparison against base commit 0696769.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9863370. ± Comparison against base commit 0696769.

tmarkovski and others added 2 commits October 7, 2021 14:40
* Add pub key and seed to api

* Fix unit tests

* refactor

* Change comment location
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2bb352. ± Comparison against base commit 0696769.

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2bb352. ± Comparison against base commit 0696769.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2bb352. ± Comparison against base commit 0696769.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2bb352. ± Comparison against base commit 0696769.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2bb352. ± Comparison against base commit 0696769.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ -1s
6 tests ±0  6 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2bb352. ± Comparison against base commit 0696769.

@fundthmcalculus fundthmcalculus merged commit dfe3baa into main Oct 8, 2021
@fundthmcalculus fundthmcalculus deleted the TM/oberon-net branch October 8, 2021 21:08
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ ±0s
7 tests ±0  7 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dfe3baa. ± Comparison against base commit dfe3baa.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ ±0s
7 tests ±0  7 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dfe3baa. ± Comparison against base commit dfe3baa.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
7 tests ±0  7 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dfe3baa. ± Comparison against base commit dfe3baa.

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
7 tests ±0  7 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dfe3baa. ± Comparison against base commit dfe3baa.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   1s ⏱️ ±0s
7 tests ±0  7 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dfe3baa. ± Comparison against base commit dfe3baa.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Python Unit Test Results

1 files  ±0  1 suites  ±0   3s ⏱️ ±0s
7 tests ±0  7 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit dfe3baa. ± Comparison against base commit dfe3baa.

tmarkovski added a commit that referenced this pull request Oct 19, 2021
@tmarkovski tmarkovski added this to the 2021 Q4 milestone Jan 5, 2022
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.

None yet

3 participants