Skip to content

Disconnects when the modified bytecode is large #2

@martinetlee

Description

@martinetlee

The library relies on websocket to send request to godmode-ganache-cli
There are times that this library disconnects from the ganache-cli when trying to send over a bytecode.

From experience, this issue appears when the bytecode is large. (I don't have the exact number)
I was always able to fix this by modifying the contract and making the bytecode small.

What needs to be done to resolve this issue:

  • Determine the limit of the bytecode
  • identify the root cause
  • fix if possible

This is low priority, as it doesn't limit the functionality of this library.
We can always use a contract that only contains the function that we really need to use to modify the storage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions