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

backup config file after load #1656

Open
wants to merge 5 commits into
base: canary
Choose a base branch
from
Open

backup config file after load #1656

wants to merge 5 commits into from

Commits on Aug 31, 2023

  1. Typed state (#1648)

    * start migrating types to use zod for parsing and defaults
    
    * finish basic state loading, add some tests
    
    * use current base state when state is corrupted
    
    * fix tests
    
    * fix gas for tests
    
    * update legacy migrations to be more resilient
    
    * add test migration files
    
    * update migration 38
    
    * update tests
    
    * continue updating schemas
    
    * add dapp schema
    
    * add more types
    
    * initial working version
    
    * fix some tests
    
    * finish tokens schema
    
    * finish updating migrations
    
    * add settings for panel and selected
    
    * update most of state not to persist
    
    * allow chain metadata with no native currency rate data
    
    * update types to support migration from v0.4.4
    
    * fix typo
    
    * add last migration test
    
    * fix test
    
    * dont persist signers
    
    * update test
    
    * fix test
    
    * final changes
    
    * update version
    
    * remove no check and add any to legacy migrations
    
    * skip test
    
    * cleanup
    mholtzman authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9fd1408 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. fix access to fee market

    mholtzman committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e279e8d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    17c3a0b View commit details
    Browse the repository at this point in the history
  2. update logging

    mholtzman committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e82dabb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    249203b View commit details
    Browse the repository at this point in the history