Skip to content
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: Improve Address Transaction History export (#853) #911

Merged
merged 14 commits into from
Jan 31, 2024

Conversation

panteleymonchuk
Copy link
Collaborator

Description of change

Improve Address Transaction History export. Download csv with summarized transactions vs list of outputs.
fixes #853

How the change has been tested

  1. go to /mainnet/addr/iota1qrqklnzjwrdp3r8d0t0xff5wtqtpz993rrw5v0ywm6d4z8qlxgw7sp3slr2
  2. Press "download" button.
  3. Select date and download.

Expected result: downloaded archive with csv file.

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

  • My code follows the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@panteleymonchuk panteleymonchuk force-pushed the feat/issues-853_download_report branch from 43e4c9b to bcd5642 Compare December 11, 2023 21:31
@panteleymonchuk panteleymonchuk marked this pull request as ready for review December 11, 2023 21:33
@panteleymonchuk panteleymonchuk marked this pull request as draft January 23, 2024 10:05
@panteleymonchuk panteleymonchuk force-pushed the feat/issues-853_download_report branch from 1152fa1 to aabe5fe Compare January 30, 2024 11:55
@panteleymonchuk panteleymonchuk marked this pull request as ready for review January 30, 2024 13:09
@begonaalvarezd begonaalvarezd merged commit 730dd47 into main Jan 31, 2024
5 checks passed
@begonaalvarezd begonaalvarezd deleted the feat/issues-853_download_report branch January 31, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Improve Address Transaction History export
2 participants