-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Truffle 5.0] No logs for simple transaction #1347
Comments
Thanks for opening an issue for this. We're aware of this problem, will need to prioritize implementation. (Or feel free to open a PR!) |
See #1252 |
Thank you for raising this issue! It has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you would like to keep this issue open, please respond with information about the current state of this problem. |
There has been no new activity on this issue since it was marked as stale 7 days ago, so it is being automatically closed. If you'd like help with this or a different problem, please open a new issue. Thanks! |
Thanks for your response! This issue is no longer considered stale and someone from the Truffle team will try to respond as soon as they can. |
Thank you for raising this issue! It has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you would like to keep this issue open, please respond with information about the current state of this problem. |
There has been no new activity on this issue since it was marked as stale 7 days ago, so it is being automatically closed. If you'd like help with this or a different problem, please open a new issue. Thanks! |
Do not feel this should be closed. |
Nope definitely should stay open |
Thanks for your response! This issue is no longer considered stale and someone from the Truffle team will try to respond as soon as they can. |
1 similar comment
Thanks for your response! This issue is no longer considered stale and someone from the Truffle team will try to respond as soon as they can. |
this bug is open >1 year. is a fix in sight? |
@pklinger We're in the process of getting the new Event system accepted for merge. We're treating having a path to address this issue as acceptance criteria for that system. Event system is planned for v5.1, which you can see on the ZenHub release. |
Thanks for pointing there. You should add this issue's id to the "This Issue is blocking" list at https://app.zenhub.com/workspaces/truffle-dev-5c67177dfd28fb7faae0855e/issues/trufflesuite/truffle/2199, to not forget about issue #1347 in the "icebox". At least i'm unable to find it on zenhub where i'd expect it when following your guidline on finding v5.1 releases. |
#2199 is set as blocking this issue. I moved this (#1347) to the Blocked column. This isn't part of the schedule for v5.1... the plan was to release the event system, then resolve this missing logs problem, although I'm happy to revisit that decision. My thinking is that this issue is a bug, not a feature, and so the fix here could be a patch release. But, It'd be nice to get this into v5.1, certainly. I just don't think anyone on the team has capacity to take on the work, and I'm hesitant to delay v5.1 past October. I'll mark this "help wanted" in case anyone else is interested. The work here should target the In the meantime, I'll have more attention to devote to this myself after DevCon, and that might change my assumptions. (EDIT: oh, I guess this isn't "blocked", per se... it's just that the Event system isn't merged yet, and is thus subject to change. But if it has to change to support simple transaction logs in migrations, then we should know about that!) (EDIT two: meant to cc @eggplantzzz) |
Issue
There are no logs in Truffle 5 for simple (not deployment) transactions when using deploy, as it was in Truffle 4
Steps to Reproduce
Expected Behavior
Deploying 'Test' with the details, then hash (and details maybe) of transaction where I call transferOwnership method
Actual Results
I see only details of Test contract deployment
Environment
truffle version
): 5.0.0-beta.0node --version
): 9.4.0npm --version
): 5.6.0The text was updated successfully, but these errors were encountered: