-
Notifications
You must be signed in to change notification settings - Fork 1.2k
misc refactors remix-debug / remix-lib #451
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
Conversation
| @@ -0,0 +1,57 @@ | |||
| const remixLib = require('@remix-project/remix-lib') | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file can be removed (it was already removed in an another PR)
| @@ -0,0 +1,55 @@ | |||
| 'use strict' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file was also removed from a precedent PR
| var remixLib = require('@remix-project/remix-lib') | ||
| var yo = require('yo-yo') | ||
| var EventsDecoder = remixLib.execution.EventsDecoder | ||
| var TransactionReceiptResolver = require('../../lib/transactionReceiptResolver') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
transactionReceiptResolver.js the file seems not removed, do you still need it?
2c54021 to
382d30e
Compare
| const txFormat = require('./txFormat') | ||
| const txHelper = require('./txHelper') | ||
|
|
||
| function addExecutionCosts(txResult, tx) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function is already defined in this file, not sure which one you want to keep
|
fix #431 |
98074a5 to
76d8319
Compare
No description provided.