-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implemented balance caluclation based on utxos (#198)
* feat: Implemented balance caluclation based on utxos instead of account balance table * refactor: sonar issues * refactor: spotless * chore: testing gha * chore: testing gha * chore: testing gha * chore: testing gha * chore: spotless * merged main * spotless * removed unused function, fixed artillery * reverting artillery tests * feat: added pruning configurability * reverted db * refactor: improved query, returning constant for subquery * refactor: add textblocks to query for better readability * refactor: switched to a map to group objects
- Loading branch information
Showing
27 changed files
with
104 additions
and
336 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
40 changes: 0 additions & 40 deletions
40
...ain/java/org/cardanofoundation/rosetta/api/account/model/entity/AddressBalanceEntity.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...rc/main/java/org/cardanofoundation/rosetta/api/account/model/entity/AddressBalanceId.java
This file was deleted.
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
40 changes: 0 additions & 40 deletions
40
...ava/org/cardanofoundation/rosetta/api/account/model/entity/StakeAddressBalanceEntity.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...in/java/org/cardanofoundation/rosetta/api/account/model/entity/StakeAddressBalanceId.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...undation/rosetta/api/account/model/entity/projection/StakeAccountBalanceQuantityOnly.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
.../org/cardanofoundation/rosetta/api/account/model/repository/AddressBalanceRepository.java
This file was deleted.
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
27 changes: 0 additions & 27 deletions
27
...cardanofoundation/rosetta/api/account/model/repository/StakeAddressBalanceRepository.java
This file was deleted.
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.