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

Refactor debugger - extract logic from views, move to separate module #1543

Merged
merged 170 commits into from
Nov 14, 2018

Conversation

iurimatias
Copy link
Member

@iurimatias iurimatias commented Oct 4, 2018

next steps:

  • move src/app/debugger/debugger to the remix-debug
  • refactor further code in src/app/debugger/debugger (logic extracted)
  • abstract execution context so it accepts a web3 object and builds the execution context inside the remix debug itself

storageViewer.storageRange(function (error, result) {
if (!error) {
storageJSON[address] = result
self.event.trigger('traceLengthUpdate', [storageJSON])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that should be storageAddressesUpdate

@yann300 yann300 merged commit 783ac30 into master Nov 14, 2018
@iurimatias iurimatias deleted the refactor_debugger branch January 17, 2019 17:07
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.

2 participants