-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: add CSV export of epoch transactions for address #11195
Merged
Merged
Conversation
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
fedor-ivn
force-pushed
the
fi-celo-epoch-transactions-csv-export
branch
from
November 14, 2024 08:32
4335fd0
to
a10be79
Compare
6 tasks
fedor-ivn
force-pushed
the
fi-celo-epoch-transactions-csv-export
branch
from
November 18, 2024 16:48
a10be79
to
32931ba
Compare
fedor-ivn
force-pushed
the
fi-celo-epoch-transactions-csv-export
branch
from
November 19, 2024 13:44
a0b3065
to
4ae9224
Compare
fedor-ivn
force-pushed
the
fi-celo-epoch-transactions-csv-export
branch
from
November 20, 2024 13:40
8079151
to
32b5bc1
Compare
fedor-ivn
commented
Nov 20, 2024
apps/explorer/lib/explorer/chain/csv_export/celo/address_election_rewards_csv_exporter.ex
Show resolved
Hide resolved
sl1depengwyn
requested changes
Nov 22, 2024
apps/block_scout_web/lib/block_scout_web/controllers/address_transaction_controller.ex
Outdated
Show resolved
Hide resolved
sl1depengwyn
approved these changes
Nov 26, 2024
vbaranov
reviewed
Nov 27, 2024
vbaranov
approved these changes
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #11194, closes #11201.
Motivation
The Celo community requested that validators retain the ability to export epoch transaction data when migrating to our instance. This feature is crucial for calculating earnings from participating in validator groups within the Celo protocol.
For context, the legacy Celo explorer provides a similar feature on the validator address page, where users can generate a CSV export for this data.
Changelog
Enhancements
/api/v1/celo-election-rewards-csv
endpoint and theAddressElectionRewardsCsvExporter
module.Bug fixes
delegated_payment
Checklist for your Pull Request (PR)
master
in the Version column. If I removed variable, I added it to Deprecated ENV Variables page. After merging docs PR, changes will be reflected in these pages.