-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: keri voting support * fix: fixes more tests. * fix: leaderboard fixes. * fix: account endpoint fixes. * fix: KERI tests fix * fix: KERI tests fix * feat: keri wallet support in vote commitment service. * fix: keri web 3 filter added to spring security * chore(ledger-follower): add flyway-database-postgresql depend * chore(ledger-follower): remove unneeded flyway plugin * refactor: changing http header names * fix: removal of lombok getter and setter annotation. --------- Co-authored-by: Mateusz Czeladka <[email protected]> Co-authored-by: Roberto C. Morano <[email protected]>
- Loading branch information
1 parent
68126c0
commit eb3d576
Showing
122 changed files
with
4,520 additions
and
1,637 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
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
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
2 changes: 2 additions & 0 deletions
2
...cation-service/src/main/java/org/cardano/foundation/voting/domain/VerificationStatus.java
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
package org.cardano.foundation.voting.domain; | ||
|
||
public enum VerificationStatus { | ||
|
||
PENDING, | ||
VERIFIED, | ||
|
||
} |
5 changes: 5 additions & 0 deletions
5
...r-verification-service/src/main/java/org/cardano/foundation/voting/domain/WalletType.java
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package org.cardano.foundation.voting.domain; | ||
|
||
public enum WalletType { | ||
CARDANO, KERI | ||
} |
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
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.