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

feat: Metadata management scanner #749

Merged
merged 8 commits into from
Apr 26, 2021

Commits on Mar 30, 2021

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

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    5fc364c View commit details
    Browse the repository at this point in the history
  2. feat: implement rust code for fountain parsing. Saving point for part…

    …ial dependencies upgrade attempts
    Slesarew committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    bc86152 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. feat: add metadata through fountain QR codes! (go to network settings…

    …>"network name">ManageMetadata>Fast Qr Scanner)
    Slesarew committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    c9141e3 View commit details
    Browse the repository at this point in the history
  2. fix: lint and types

    Slesarew committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8f74015 View commit details
    Browse the repository at this point in the history
  3. fix: typo in constants

    Slesarew committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    406481f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. fix: multiple minor bugs

    Slesarew committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7ae5938 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. refactor: return rust native libs where they belong (#751)

    * ref: return rust native libs where they belong
    
    * docs: lost gitignore
    
    * refactor: move reference animated qr code generator to external repository
    
    * build: move header files in ios build part
    
    * build: add more memory for ios node build
    
    * build: add more memory for ios node build in a different way
    
    * build: revert ios build changes, modify bitrise script to allocate less memory
    
    * build: duplicate headers for ios
    
    * fix: Transaction parser (#754)
    
    * feat: parse generic transaction. Ugly but now works.
    
    * test: increase e2e timeout
    
    * fix: lint
    
    * feat: automatically generate built-in metadata (#755)
    
    * feat: add rust code to automatically fetch and generate built-in metadata constants
    
    * test: add extra paths for linter to ignore
    
    * feat: automatically update constants/networkSpecs.ts with new metadata info
    
    * fix: add blake2 hash to metadata handles; use it as ID if no spec_name or spec_version is available
    
    * fix: blake2 hash in networkSpecs constants
    
    * fix: add hashes for centrifuge and edgeware
    
    * fix: metadata autogeneration lint
    
    * build: update failure_derive to 1.8.0
    
    * build: convenience reminder in build script
    
    * fix: multiple fixes to allow versionless metadata
    
    * test: fix unit tests to recognize versioned metadata
    Slesarew authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    59fb63b View commit details
    Browse the repository at this point in the history