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

Changing TransactionV1 structure. From now on a TransactionV1 con… #4890

Commits on Oct 10, 2024

  1. Changing TransactionV1 structure. From now on a TransactionV1 consist…

    …s of `hash`, `payload` and `approvals`. `payload` is a merge of `header` and `body` concepts from before. `body` is not represented in a type-constrained way, instead we use an amorphic `fields` of type `BTreeMap<u16, Bytes>` which is more resistant to future changes.
    Jakub Zajkowski committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    078e98e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge remote-tracking branch 'upstream/feat-2.0' into restructuring_t…

    …ransaction_datatype
    Jakub Zajkowski committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4566bde View commit details
    Browse the repository at this point in the history
  2. Added "std" feature switch to code in transaction_v1.rs

    Jakub Zajkowski committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9c2db43 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merging feat-2.0

    Jakub Zajkowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe897d4 View commit details
    Browse the repository at this point in the history
  2. Applied CR suggestion

    Jakub Zajkowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    49dfb76 View commit details
    Browse the repository at this point in the history
  3. Applied lint

    Jakub Zajkowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    604bd1b View commit details
    Browse the repository at this point in the history
  4. Merged with feat-2.0

    Jakub Zajkowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    baaccb2 View commit details
    Browse the repository at this point in the history
  5. Fixing bogus import

    Jakub Zajkowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c276376 View commit details
    Browse the repository at this point in the history
  6. Removed unused code

    Jakub Zajkowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    434e76f View commit details
    Browse the repository at this point in the history