-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests passing with latest version of core * register fix and test * index and keys * unit tests and key gens * programs test passes * register tests pass * register passes * clean * update chacha * changes from review * do checks on account keys (#254) * do checks on account keys * keys adjustments. tests passing * lint no longer displaying error * formatting * uncommented programModKeyPair validPair check * updated documentation * typo --------- Co-authored-by: jawndiego <[email protected]> * Also run GitHub Actions workflows (tests) when PRs are updated. * yaml * removed keys from entropy class as it was replaced by account * format * removed console logs * added test specific consoling --------- Co-authored-by: Frankie <[email protected]> Co-authored-by: Violet Parr <[email protected]>
- Loading branch information
1 parent
95eff6e
commit c7550a6
Showing
33 changed files
with
8,833 additions
and
19,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ on: | |
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- reopened | ||
|
||
jobs: | ||
build_test_lint: | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.