GitXplorerGitXplorer
T

electron-wallet.rs

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
71ca644efd3b598da1c6d30eb878ea7db514a240

chore: cleanup unused dependencies

TTuditi committed 2 years ago
Unverified
8ab4cd00cb92c556c8effc4404df91aacee3b2b6

chore: update to latest wallet.rs

TTuditi committed 2 years ago
Unverified
d059ddfef889c2a4795bb2205e3fc26b99cbcc76

chore: updated readme

TTuditi committed 2 years ago
Unverified
da8d18f991a59969c67f5721e979fb456ad4ead0

feat: initial commit

TTuditi committed 2 years ago

README

The README file for this repository.

Reproduction of Renderer crash

This repo contains a minimal reproducible code for the Firefly crash for Electron versions > 14. The main reason this occurs, is the deprecation of allowRendererProcessReuse property of Electron (which is set to true in this version). It relates how native modules are compiled and reused across renderer sessions

See more information about the issue here

Instructions

Only tested on linux.

  1. Clone this repo
  2. Run yarn followed by yarn start
  3. Click the "Reload" button
  4. Electron will crash

To update the bindings go to node_modules/@iota/wallet/build/Release and replace the index.node file with the native module