This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix transaction history report (#2021)
* 🔨 Refactor code * 🐛 Fix history export logic * 🔨 Cache and reuse publicKeys * 🐛 Display all opening token balances * 🔨 Add failsafe to avoid infinite auto-rescheduling * 🐛 Flatten metadata entries list * 🐛 Fix normalizeTransactionFee method invocation * 🐛 Remove cyclic dependency * 📝 Add logs * 🐛 Ensure no duplicate entries * 🐛 No transaction fee entries for shared reward entries * 🔨 Add handling for legacy:reclaimLSK transaction * 🔨 Refactor code * ✅ Add unit tests * 🐛 Add fallback to fetch necessary missing events * ⬆️ Bump framework to v1.6.12 * ⚡ Update lisk-service-framework dependency * 🐛 Serialize BigInt to base 10 * ⚡ Add handling for pos:reportMisbehavior transactions * 🐛 Fix broken test * ✅ Add/fix unit tests * 🔨 Update test * ✅ Add tests * 🔨 Refactor code * 🐛 Set proper param format * 🔧 Increase broker timeout to 10sec * 👌 Apply review recommendations --------- Co-authored-by: nagdahimanshu <himanshu.nagda@lightcurve.io>
- Loading branch information
1 parent
65e1f43
commit d566d68
Showing
61 changed files
with
4,953 additions
and
3,022 deletions.
There are no files selected for viewing
Binary file not shown.
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
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
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
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.