-
Notifications
You must be signed in to change notification settings - Fork 20
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
Automated export of transaction ID [$200] #93
Comments
If you'd like it automated, using the daemon mode of Encompass, and the payto function, Encompass will report the txid to stdout. |
"Wallet > Export History" in the menu bar. Currently by default the file is named "electrum-history". I'll change that when I put implement exporting the history for all chains to one file. |
Can the export of wallet transaction history be done automatically after every transaction? |
@gazdagruja It shouldn't be too hard to make a small plugin that does that. I'll see if I can do that. |
thanks, it would be of great help. |
@Kefkius Could you make a plugin that automatically exports the wallet history as a .json file to a specified location and under a specified name? Would a donation help speed up the process of solving this issue? |
@gazdagruja The next version of Encompass (release goal is July 4th) will have this functionality. A bounty, donation, etc. isn't required to get this done, but we certainly wouldn't turn one down. You can donate most easily through our Bountysource. Thanks for using Encompass. This took a while because it depends on the new updates to our plugin system. |
@Kefkius Thank you for solving the issue I've posted! I have been trying to implement this update myself but unsuccessfully. I will keep trying but I hope that the new version that was meant to be released on July 4th will be available soon. |
Greetings @Kefkius & @guruvan, I've seen that the title of the issue has changed but without any other comments on the subject. This is new for me, so I have to ask a question: |
@gazdagruja - Yes! :) We'll have this feature added into the next release of Encompass. We are currently solving an issue preventing some chains' servers from dealing with chain reorgs correctly, so that new coins can be operational at release time. As soon as we solve this issue Encompass 0.6.0 will be release, with the Automated Export feature you've requested. Thank you very very much for the bounty!! Definitely helps a bunch!! :) |
Thank you for your effort, I'm glad the bounty helps. I will further reward your effort when I include this feature into my project and launch it successfully! I don't want to be pushy or hurry you, but an ETA of a stable release with this feature would really help me organize my time. |
@gazdagruja I'm a little hesitant to set a date untill we have the above issues worked out - however, we should have a release within 1 week of that time, and I don't expect it will take us much longer to find this last issue. We're working hard bringing up servers for 13 coins this week, and expect to find the problem in doing so. |
Greetings @guruvan, the anticipation is palpable! :) I hope everything went according to plan and I was just hoping to get a status report on the whole caboodle. |
@gazdagruja Great News! We've been working to verify server code which was having trouble with reorg (and we see similar in upstream bitcoin electrum server AFAICT) - We have been testing older code, and have a stable base at this time. I expect to produce a prerelease build in the next 24-36hrs. If you'd send your email I'll send you the link for that prerelease as soon as it's available, and you can have a test (and let us know how it works before final release, and if any change is needed for your purpose) |
I'm available @ [email protected] |
@guruvan to quote Cazablanca: "I think this is the beginning of a beautiful friendship!" :) I will send you an email right now! |
:) Awesome - delighted we can work together! |
:-) It works, but I also need to be able to export it under a certain name. It keeps returning to "encompass-history.json" and to the default path also |
I have also noticed that the structure of the .json file has changed compared to the 0.5.0 export. |
@gazdagruja You say the filename is changing back to the default one? I can't seem to duplicate that. Also, at this point, you seem to be the only person requesting this so it's possible that we can change the format to something that works for you. |
My bad, I forgot to change the plug-in settings. Everything is working properly! As for the format, the "<" and ">" characters in the label string seam redundant as the value string already contains a + or - symbol at it's start. Furthermore, the first few characters of the transaction ID in square brackets are also redundant as there is a full transaction id within the .json, it would work better for me if this label field would just simply contain the address as it did previously in 0.5.0. |
@gazdagruja I've added an option for exporting "minimal" labels - just the address for unlabeled transactions - to the release branch. Those changes from 0.5.0 are for quick visual distinction between transactions (e.g. when looking through wallet history). |
@gazdagruja we'll run a build of this today 7 send you a link - expect a final release to come this Friday. |
Did this ever happen? |
Is there a way export the transaction ID from the wallet to be used in another application, specifically to a database management system?
There is a $200 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: