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

Support Iroha 2.0.0-rc.1 + many new features #199

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    33e0217 View commit details
    Browse the repository at this point in the history
  2. feat: pass tests

    0x009922 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d58e23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cbd3be View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: remove garbage

    0x009922 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d52924d View commit details
    Browse the repository at this point in the history
  2. fix!: update crypto

    0x009922 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    15f75cb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. refactor: more updates, wip

    0x009922 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2cc85f7 View commit details
    Browse the repository at this point in the history
  2. chore: lint & format autofix

    0x009922 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1b9d007 View commit details
    Browse the repository at this point in the history
  3. fix: eslint errors

    0x009922 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dc0482d View commit details
    Browse the repository at this point in the history
  4. test: fix codegen path

    0x009922 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    64b80bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    956e9bb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. refactor!: restructure crypto packages (hyperledger-iroha#164, hyperl…

    …edger-iroha#191)
    
    - move singleton to `crypto-core`
    - remove duplicated "wraps" from `crypto-target-*`, write it once in `crypto-core`
    - remove dependency on `data-model` from `crypto-core`
    0x009922 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bab825e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346d45e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    0c5893a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2648ca4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix: pass all checks!

    0x009922 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2b1a67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e17c4 View commit details
    Browse the repository at this point in the history
  3. chore: format

    0x009922 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    30f31a2 View commit details
    Browse the repository at this point in the history
  4. fix: lints

    0x009922 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    17f0606 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    00b30cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ddcf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b91d79b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bacfc3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c9492 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    e1ed735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f385bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469b14e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    5f62ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1693f View commit details
    Browse the repository at this point in the history
  3. fix(data-model): chores

    0x009922 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2ecb7e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8d744a View commit details
    Browse the repository at this point in the history
  5. feat(data-model): enhance raw string inputs - names, hexes

    Applies to `AccountId`, `AssetId`, `AssetDefinitionId` (special notations),
    `Hash`, `Signature`, bytes (hex input)
    0x009922 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a0d629c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    34c6577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c2279d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e37a8f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix: pass typecheck

    Also remove rust-samples Rust project and
    the whole postinstall hook (to be impl later)
    0x009922 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cd3e7be View commit details
    Browse the repository at this point in the history
  2. fix: pass build:all step

    0x009922 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    654a2a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d941a50 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. refactor!(data-model): major update

    - target newer Iroha version, with a new type-safe query system (hyperledger-iroha/iroha#4833)
    - restructure modules
    - do not format autogenerated code
    0x009922 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f0c1e64 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. refactor!: bump Iroha, enhance client

    - fix cyclic deps in data model
    - introduce unified query api
    - enhance torii errors handling
    0x009922 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a895a17 View commit details
    Browse the repository at this point in the history