Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NiceNode/nice-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.1-alpha
Choose a base ref
...
head repository: NiceNode/nice-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0-alpha
Choose a head ref
  • 7 commits
  • 406 files changed
  • 2 contributors

Commits on Apr 12, 2024

  1. chore: bump 5.1.1-alpha

    jgresham committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc62eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore: electron v30, forge, vite, biomejs, arm builds (#536)

    * wip convert to forge. missing env var in main
    
    * fix svgs so both components and urls work for svgs
    
    * replace electron-updater with electrons oob updater. package dep cleanup
    
    * trying to make. cleanup imports using absolute paths.
    
    * remove webpack references and cleanup package json build and packaging
    
    * builds dmg and zip on mac. assets at top level needs to be renamed to public for vite
    
    * more forge maker metadata. osx signing and notarizing
    
    * replace prettier and eslint with biome js
    
    * fix all unit tests but react test. replace jest with vitest
    
    * fix github test and package actions
    
    * try gha package env var for macOS code sign
    
    * add windows to staging-publish
    
    * add apple cert to signing
    
    * add executableName to fix linux publishing
    
    * use GITHUB_TOKEN instead of GH_TOKEN for publish default env var
    
    * use npm ci for package. remove ignore in forge
    
    * print statements to debug process.env.APPLE_PROD_CERT_NAME mac code signing
    
    * remove mac from staging-publish
    
    * fix notifications renderContent call
    
    * fix check-disk-space. bimoe safe fix
    
    * manually install python3 setup tools and appdmg for python 3.12 workaround
    
    * setuptools first step. no cache npm
    
    * copy all top level assets to build for now. can optimize later
    
    * remove all eslint references
    
    * fix windows build to be exe
    
    * update deps electron-forge mainly
    
    * e2e tests pass on mac. testing gha
    
    * switch npm install to npm ci to avoid npm cache issues in ci
    
    * debug statement to e2e gha and NO_CODE_SIGNING env var
    
    * fix e2e binary path and arch on linux
    
    * hardcode app binary path for e2e test
    
    * Chore: storybook vite (#544)
    
    * custom storybook vite path
    
    * convert storybook nn theme to ts. remove unused deps
    
    * remove nodeItegration true. unused
    
    * chore: convert project from commonjs to esm modules  (#545)
    
    * fix e2e test. convert tsconfig module to nodenext for esm
    
    * chore: auto updater electron forge (#547)
    
    * use autoUpdater from electron with github feedUrl for dialog control
    
    * deb and rpm updater split with package manager selection
    
    * chore: bump electron v 30
    
    * chore: bump biome to 1.7.1
    
    * chore: vite 5.2.10 and husky 9
    
    * chore: bump react-i18next
    jgresham authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4b7d308 View commit details
    Browse the repository at this point in the history
  2. Feat: czech lang (#549)

    * feat: czech language
    jgresham authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    81cf4c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Feat: erigon client ethereum and minor fixes (#537) (#550)

    * feat: add erigon execution client ethereum
    
    * fix: node requirements and node http cors regression from electron vite upgrade
    
    * fix(cid): add break-system-packages to mac gha pip install
    
    * fix(cid): turn off checkForUpdates automatically in test env
    jgresham authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5e9226f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4535bc8 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 20.4.5 to 20.12.7 (#548)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.12.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Johns Gresham <johnsgresham@gmail.com>
    dependabot[bot] and jgresham authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d099d01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a0a5d4 View commit details
    Browse the repository at this point in the history
Loading