-
Notifications
You must be signed in to change notification settings - Fork 83
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
meta data is not copied on voided Transactions #4
Comments
@jraede hi there! The project looks great, but unvisited for 4 years. I understand how that happens. How about mos and I take ownership of the package, start maintaining it and upgrading, etc? That would help the community greatly! |
Works for me. I can transfer ownership to you in github. Do you know how to do that in npm?
Sent via Mobile
…________________________________
From: Vasyl Boroviak <notifications@github.com>
Sent: Tuesday, August 15, 2017 7:42:05 PM
To: jraede/medici
Cc: Jason Raede; Mention
Subject: Re: [jraede/medici] meta data is not copied on voided Transactions (#4)
@jraede<https://github.com/jraede> hi there!
The project looks great, but unvisited for 4 years. I understand how that happens.
How about mos and I take ownership of the package, start maintaining it and upgrading, etc?
That would help the community greatly!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEXD4kToHdd_K_FpoGNPeWkNRmRyhsWfks5sYizNgaJpZM4IKtXH>.
|
That's awesome! |
Some info about myself. Mos and I work here: https://www.flash-fx.com/ When would you have time to do the clicks? |
@koresar should be all set. |
Brilliant! Thank you so much. |
@jraede good news. v1.0.0 was published! See changes in the bottom of the README https://github.com/koresar/medici#changelog Thank you very much Jason for the great piece of code and the openness. :) |
Hi,
not sure if this library is still actively maintained. I believe I have come across a bug where transactions which have meta tags are not voided correctly. The extra ledger entry which is created to reverse the original transaction should have the same meta data as the original entries. if this is not the case - then balance queries based on meta tags are incorrect when a transaction has been voided.
The commit below shows a fix and updated test case. I also upgraded the version of a few libraries.
mos-flash@729253b
I'm fairly new to JS and coffee script so feedback on changes is welcome.
The text was updated successfully, but these errors were encountered: