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

Bug/include nonce in siktx #1133

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

Commits on Sep 29, 2023

  1. vochain: order transactions when creating new blocks

    Signed-off-by: p4u <[email protected]>
    p4u committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3ae00ca View commit details
    Browse the repository at this point in the history
  2. vochain: update sik roots only once per block

    Signed-off-by: p4u <[email protected]>
    p4u committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cff28c0 View commit details
    Browse the repository at this point in the history
  3. fix tests regading the SIK changes

    Signed-off-by: p4u <[email protected]>
    p4u committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cdde4e3 View commit details
    Browse the repository at this point in the history
  4. add missing RegisterSIK tx on extract nonce

    Signed-off-by: p4u <[email protected]>
    p4u committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    641ca99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d2efc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57d00b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. some fixes on consensus stability

    1. UpdateSIKRoots must be executed on the current State transaction,
    so when the commit is done for te block, it is also stored.
    
    2. Prepare/Process proposal check (with panic) if there are pending
    transactions to commit.
    
    3. NoState transaction is correctly discarted now when Rollback
    
    Signed-off-by: p4u <[email protected]>
    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8b9b9e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9ab8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a3be13 View commit details
    Browse the repository at this point in the history
  4. bump new dev genesis

    Signed-off-by: p4u <[email protected]>
    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    66086b6 View commit details
    Browse the repository at this point in the history
  5. apply PR suggestions

    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b6e1c01 View commit details
    Browse the repository at this point in the history
  6. arbo: remove the root cache

    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    eb64225 View commit details
    Browse the repository at this point in the history
  7. make vet happy

    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9ddf0b0 View commit details
    Browse the repository at this point in the history
  8. vochain: reset txCounter on commit

    Signed-off-by: p4u <[email protected]>
    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d97288c View commit details
    Browse the repository at this point in the history
  9. arbo: move some locks to read-locks

    Signed-off-by: p4u <[email protected]>
    p4u committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bc8636b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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