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

Rc/v1.7.0 #5592

Merged
merged 1,677 commits into from
May 10, 2024
Merged

Rc/v1.7.0 #5592

merged 1,677 commits into from
May 10, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    4493a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06117d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    881a315 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5985 from multiversx/more_chainSimulator_tests_p2

    More chain simulator tests part 2
    sstanculeanu authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c113d89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f55f5c0 View commit details
    Browse the repository at this point in the history
  4. fix after review

    sstanculeanu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    daaa78f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    819285a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5990 from multiversx/more_chainSimulator_tests_p3

    More chain simulator tests part 3
    sstanculeanu authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d80e474 View commit details
    Browse the repository at this point in the history
  7. fixes after review - renaming

    ssd04 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6b655f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    81d81e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5993 from multiversx/bug-fixes-set-state

    Bug-fixes `SetState` chain simulator
    miiu96 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3f716b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fe9d80 View commit details
    Browse the repository at this point in the history
  4. fixes after review

    miiu96 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e137936 View commit details
    Browse the repository at this point in the history
  5. extra nil check

    miiu96 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    20c6fb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d1c907 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'rc/v1.7.0' into merge-rc-v1.7.0-feat-staking-v4-2024.02.27

    # Conflicts:
    #	epochStart/bootstrap/process.go
    #	node/chainSimulator/chainSimulator.go
    #	node/chainSimulator/components/processComponents.go
    #	node/chainSimulator/configs/configs.go
    iulianpascalau committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6ae8dcf View commit details
    Browse the repository at this point in the history
  8. - fixes after merge

    iulianpascalau committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4c25093 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    398171a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c1b610 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5997 from multiversx/merge-rc-v1.7.0-feat-staking…

    …-v4-2024.02.27
    
    Merge rc v1.7.0 feat staking v4 2024.02.27
    iulianpascalau authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e45fbbc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. - fix after merge

    iulianpascalau committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    990bd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd12d5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5767 from multiversx/fix-edge-case-tx-gas-used-an…

    …d-fee
    
    Fix `gasUsed` and `fee` move balance transaction
    miiu96 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6953030 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c032a View commit details
    Browse the repository at this point in the history
  5. - minor chain simulator refactor

    - added more unit tests
    iulianpascalau committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    949cbd5 View commit details
    Browse the repository at this point in the history
  6. - fixes

    iulianpascalau committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9ea68ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    882f233 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    e7b14b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de84bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6000 from multiversx/chain-simulator-minor-refact…

    …or-unit-tests
    
    Minor chain simulator refactor & unit tests
    iulianpascalau authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0494b7c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5728 from multiversx/remove-built-in-functions-co…

    …st-handler
    
    Remove built in function cost handler
    miiu96 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cb193df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88779d8 View commit details
    Browse the repository at this point in the history
  6. - unit tests

    iulianpascalau committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    26883ef View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request #6004 from multiversx/fix-synced-messenger-in-chai…

    …n-simulator
    
    Fixed chain simulator's synced messenger to prepare the Peer field in the message
    iulianpascalau authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c29d8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d43578 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    0b561d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2e732 View commit details
    Browse the repository at this point in the history
  3. fix log messages

    ssd04 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c8d3483 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. - linter fix

    iulianpascalau committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c50eb8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    333c4f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4c044 View commit details
    Browse the repository at this point in the history
  4. - fixed typo

    iulianpascalau committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d8ac9b4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6006 from multiversx/staking-v4-scenario-11

    Added staking v4 scenario 11
    iulianpascalau authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5501075 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd040b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5949 from multiversx/staking-for-direct-staked-nodes

    staking for direct staked nodes - part 1
    ssd04 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7352b5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8347bc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    319fc0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5813 from multiversx/tests-for-requests

    Tests for requests
    sstanculeanu authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4a0b699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6207335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d73dbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fac17b View commit details
    Browse the repository at this point in the history
  6. Undo CI workflow.

    andreibancioiu committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4b03546 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64154cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36603dd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6015 from multiversx/merge-rc-v1.6.next1-rc-v1.7.…

    …0-2024.03.05
    
    Merge rc v1.6.next1 rc v1.7.0 2024.03.05
    iulianpascalau authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0a6277c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'rc/v1.7.0' into merge-rc-v1.7.0-staking-v4-2024.03.05

    # Conflicts:
    #	epochStart/metachain/systemSCs_test.go
    #	factory/processing/processComponents_test.go
    #	genesis/process/genesisBlockCreator_test.go
    #	genesis/process/shardGenesisBlockCreator.go
    #	go.mod
    #	go.sum
    #	node/chainSimulator/components/coreComponents.go
    iulianpascalau committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aed2799 View commit details
    Browse the repository at this point in the history
  11. - fixes after merge

    iulianpascalau committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4ffa415 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #6016 from multiversx/merge-rc-v1.7.0-staking-v4-2…

    …024.03.05
    
    Merge rc v1.7.0 staking v4 2024.03.05
    iulianpascalau authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e5455f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34badde View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d21c9eb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    78a2a94 View commit details
    Browse the repository at this point in the history
  2. fixes after review

    ssd04 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b4baa9a View commit details
    Browse the repository at this point in the history
  3. fix integration tests

    miiu96 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9318acb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50359d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    055aada View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6017 from multiversx/fix-jail-test-that-fail

    Fix integration test
    miiu96 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8bfcd2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1395537 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef60635 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63a6c78 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request #4934 from multiversx/feat/staking-v4

    Feat/staking v4
    mariusmihaic authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    271fd46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    069b541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41cd680 View commit details
    Browse the repository at this point in the history
  4. - cleanup

    iulianpascalau committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4b95ffd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6026 from multiversx/fix_linter_rc170

    Fix linter issues by removing unused methods
    sstanculeanu authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    aac68b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6028 from multiversx/apple-arm64-custom-configs

    Apple arm64 custom configs
    dragos-rebegea authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5f3a8c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7b40ae View commit details
    Browse the repository at this point in the history
  8. Fix go.mod.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    510bf55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    517d190 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d72cde8 View commit details
    Browse the repository at this point in the history
  11. Adjust trigger.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3944eb1 View commit details
    Browse the repository at this point in the history
  12. Add smoke test.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5742a68 View commit details
    Browse the repository at this point in the history
  13. Fix smoke tests.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    82a5153 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b2b4ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    343340f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c17aab3 View commit details
    Browse the repository at this point in the history
  17. Smoke tests.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    50a3c0d View commit details
    Browse the repository at this point in the history
  18. Test assets upload.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0a7c96c View commit details
    Browse the repository at this point in the history
  19. Undo trigger.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    51c5e60 View commit details
    Browse the repository at this point in the history
  20. Adjust smoke test.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    69c732d View commit details
    Browse the repository at this point in the history
  21. Better smoke testing.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6278e95 View commit details
    Browse the repository at this point in the history
  22. Fix tests.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    41bbb80 View commit details
    Browse the repository at this point in the history
  23. Remove smoke tests which aren't very useful (and failing on MacOS AMD…

    …64, due to libwasmer not having the proper name set - with "install_name_tool").
    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    290fc9c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4a21358 View commit details
    Browse the repository at this point in the history
  25. Skip some tests.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5afa0a3 View commit details
    Browse the repository at this point in the history
  26. Skip test.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7a287d8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f3d8afe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1459637 View commit details
    Browse the repository at this point in the history
  29. Fix workflow.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bf0eb1c View commit details
    Browse the repository at this point in the history
  30. Trial and error.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    be72e67 View commit details
    Browse the repository at this point in the history
  31. Trial and error.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    42fd24b View commit details
    Browse the repository at this point in the history
  32. Trial and error.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    56d45ce View commit details
    Browse the repository at this point in the history
  33. Re-enable runners.

    andreibancioiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    eb15883 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    6f3afe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629ebc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c2ee99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2370e25 View commit details
    Browse the repository at this point in the history
  5. - fixed test

    iulianpascalau committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    324f285 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5984 from multiversx/staking-for-direct-staked-no…

    …des-part2
    
    Staking for direct staked nodes - part 2
    ssd04 authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3102cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    92d6776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc35e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16504d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    730349a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6034 from multiversx/warn-low-waiting-list-to-debug

    FIX: Warn for too low waiting list to debug
    mariusmihaic authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a857a9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2af5c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb6969c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4c6e06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9eefd27 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #6013 from multiversx/apple-arm64

    Add support for Apple ARM64 and Linux ARM64
    andreibancioiu authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8e78d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8306614 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6032 from multiversx/fix-metrics-in-epoch-0

    Fix 2 metrics initialization in epoch 0
    iulianpascalau authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3a34a4a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. - finished scenarios

    - fixed the EEI context merging
    iulianpascalau committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e7039aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5fc39c View commit details
    Browse the repository at this point in the history
  3. - fixes after review

    iulianpascalau committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7a1e189 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/stake-unstake-unbond-nodes-scena…

    …rio' into stake-unstake-unbond-nodes-scenario
    iulianpascalau committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c596985 View commit details
    Browse the repository at this point in the history
  5. - fixed test

    iulianpascalau committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7e2ac98 View commit details
    Browse the repository at this point in the history
  6. remove all nodes from queue on the activation of staking v4.

    no tests were changed yet.
    sasurobert committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e7a18fa View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    6d81fe8 View commit details
    Browse the repository at this point in the history
  2. fix after review

    sasurobert committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f93e5d8 View commit details
    Browse the repository at this point in the history
  3. starting unit tests

    sasurobert committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c2f8310 View commit details
    Browse the repository at this point in the history
  4. - duplicated code reduction

    - fixed unit tests
    - fixed integration tests
    iulianpascalau committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b9cab5c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/unStake-from-queue-at-activation…

    …' into unStake-from-queue-at-activation
    
    # Conflicts:
    #	vm/systemSmartContracts/staking_test.go
    iulianpascalau committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    025af9c View commit details
    Browse the repository at this point in the history
  6. - fixed test

    iulianpascalau committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    259dd4f View commit details
    Browse the repository at this point in the history
  7. starting unit tests

    sasurobert committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    90f14fb View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/unStake-from-queue-at-activation…

    …' into unStake-from-queue-at-activation
    
    # Conflicts:
    #	vm/systemSmartContracts/staking_test.go
    sasurobert committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1ebaf40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e6e6f1 View commit details
    Browse the repository at this point in the history
  10. fixed tests

    sasurobert committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5b75a43 View commit details
    Browse the repository at this point in the history
  11. fixed tests

    sasurobert committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6cade7f View commit details
    Browse the repository at this point in the history
  12. - more skipped tests

    iulianpascalau committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0f84d98 View commit details
    Browse the repository at this point in the history
  13. - fixed some tests

    iulianpascalau committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f484a82 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    273c826 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6045 from multiversx/arch-config-tweaks-in-chain-…

    …simulator
    
    Applied custom arch config tweaks on the chain simulator
    iulianpascalau authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    515aa50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0da21 View commit details
    Browse the repository at this point in the history
  4. FIX: Unit test

    mariusmihaic committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f94623c View commit details
    Browse the repository at this point in the history
  5. FIX: Tests

    mariusmihaic committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d790058 View commit details
    Browse the repository at this point in the history
  6. FIX: Tests

    mariusmihaic committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b5e8ac8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6040 from multiversx/stake-unstake-unbond-nodes-s…

    …cenario
    
    Added stake-unstake-unbond scenario + EEI fix
    iulianpascalau authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9361efa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5425cac View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. MX-15168: Merge remote-tracking branch 'origin/rc/v1.7.0' into MX-15168

    # Conflicts:
    #	integrationTests/chainSimulator/staking/delegation_test.go
    dragos-rebegea committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    0a752e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. - set enable epoch

    iulianpascalau committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d0d9ece View commit details
    Browse the repository at this point in the history
  2. - renamed a test

    iulianpascalau committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9cf69bd View commit details
    Browse the repository at this point in the history
  3. - fixed tests

    iulianpascalau committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b55004a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    790e71d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6042 from multiversx/unStake-from-queue-at-activa…

    …tion
    
    remove all nodes from queue on the activation of staking v4.
    iulianpascalau authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5c3ca8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b1804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a9b96a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6047 from multiversx/integration-tests-calling-re…

    …factor
    
    Uniformized the calling methods for integration tests
    sstanculeanu authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b70bd26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cc12d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6055 from multiversx/merge_master_into_rc170_2024…

    ….03.20
    
    Merge master into rc170 2024.03.20
    sstanculeanu authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c3a1bf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9975e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cb8995 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    bcccf59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6067 from multiversx/merge_master_into_rc170_2024…

    ….03.27
    
    Merge master into rc170 2024.03.27
    sstanculeanu authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d9f215f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01caab9 View commit details
    Browse the repository at this point in the history
  4. updated dependencies

    sstanculeanu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3994d89 View commit details
    Browse the repository at this point in the history
  5. fix test processor node

    miiu96 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    720648a View commit details
    Browse the repository at this point in the history
  6. updated dependencies 2

    sstanculeanu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    600a1bc View commit details
    Browse the repository at this point in the history
  7. updated indexer

    sstanculeanu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    99ac996 View commit details
    Browse the repository at this point in the history
  8. small fix

    miiu96 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e06b2d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge pull request #6071 from multiversx/update_deps

    updated dependencies
    sstanculeanu authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5b7797b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0082c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6054 from multiversx/extend-overridable-configs-f…

    …iles
    
    Added more files in the overridable configs options and chain simulator fixes
    sstanculeanu authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f634eaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec6d1f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    99c9793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6078204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e79ea7 View commit details
    Browse the repository at this point in the history
  4. fix linter

    miiu96 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bb090ce View commit details
    Browse the repository at this point in the history
  5. fixes after review

    miiu96 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1f2fae1 View commit details
    Browse the repository at this point in the history
  6. extra check

    miiu96 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    028f6a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. extend unit test and fixes

    miiu96 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c227dd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6078 from multiversx/correct-unStakedList-after-e…

    …nd-of-epoch
    
    fixed unstaked list on delegation when nodes are unstaked from queue
    iulianpascalau authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fd7b7da View commit details
    Browse the repository at this point in the history
  3. extend unit test and fixes

    miiu96 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b0e9ead View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b90cf3 View commit details
    Browse the repository at this point in the history
  5. fix test

    miiu96 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5b6ccb9 View commit details
    Browse the repository at this point in the history
  6. fixes

    miiu96 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d9ef2e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fixes after review

    miiu96 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7b5677b View commit details
    Browse the repository at this point in the history
  2. missing comments

    miiu96 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    669f0e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f8e33 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6061 from multiversx/host-driver-option-chain-sim…

    …ulator
    
    Host driver option chain simulator
    iulianpascalau authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1bb58ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46636b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56b13a8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6092 from multiversx/multiple-packages-integratio…

    …n-tests-cs
    
    Chain simulator integration tests multiple packages
    iulianpascalau authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ad0bc8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d21e61d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    eb9bd65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4000f View commit details
    Browse the repository at this point in the history
  3. rename local variable

    AdoAdoAdo committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e932f1b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    bd41b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    760a767 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fixes after review

    AdoAdoAdo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    df4da69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6105 from multiversx/backward-incompatibility-fix…

    …-for-replace
    
    fix backwards compatibility issues in legacySystemSCs
    AdoAdoAdo authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    be60cce View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request #6108 from multiversx/add-block-timestamp-in-netwo…

    …rk-status
    
    Added block timestamp + scripts update for the round duration
    sstanculeanu authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ea7bf27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1658254 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-backwards-compatibility-problem-2024.04.03' into MX…

    …-15351-backwards-compat-issues
    mariusmihaic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a47a099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c655353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9c876a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7b665d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    f8151b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86445c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a320744 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6104 from multiversx/fix-backwards-compatibility-…

    …problem-2024.04.03
    
    Fixed backwards compatibility problem
    gabi-vuls authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c332095 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddd8cdb View commit details
    Browse the repository at this point in the history
  6. CLN: Comm

    mariusmihaic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4626f80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5e038b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1d0f11 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'MX-15351-backwards-compat-issues' into MX-15360-waiting…

    …-list-distribution-leaving-nodes
    mariusmihaic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fe51ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #6110 from multiversx/MX-15351-backwards-compat-is…

    …sues
    
    FIX: Possible backwards incompatibilities fixes
    mariusmihaic authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    560b15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dbc163 View commit details
    Browse the repository at this point in the history
  3. CLN: Test + fix linter

    mariusmihaic committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5258bf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. update x/crypto to v0.22.0

    raduchis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    652ef7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1030bcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddb907c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. refactored withKeys

    raduchis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bcd6efc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    ec6236c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cae25d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4338c6 View commit details
    Browse the repository at this point in the history
  4. fix after review

    raduchis committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5a774a5 View commit details
    Browse the repository at this point in the history
  5. MX-15168: Merge remote-tracking branch 'origin/rc/v1.7.0' into MX-15168

    # Conflicts:
    #	integrationTests/chainSimulator/staking/stakingProvider/delegation_test.go
    dragos-rebegea committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a9347e3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6114 from multiversx/MX-15360-waiting-list-distri…

    …bution-leaving-nodes
    
    POC: Distribute to waiting from auction based on leaving nodes
    mariusmihaic authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b0f7a5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a32cde0 View commit details
    Browse the repository at this point in the history
  8. refactored and fixed test

    raduchis committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3531379 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bb1f8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74c90c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    813d97a View commit details
    Browse the repository at this point in the history
  12. downgraded to v0.21.0

    raduchis committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    144a039 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/update-x-crypto-to-0.22' into up…

    …date-x-crypto-to-0.22
    raduchis committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0886067 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    11f6f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e9e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8f1b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c93450 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6122 from multiversx/update-x-crypto-to-0.22

    update x/crypto to v0.21.0
    miiu96 authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    884c593 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebb386a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    855f68b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6126 from multiversx/fixed-chain-simulator-zero-e…

    …poch-init
    
    Fixed the initialization of the chain simulator when working with 0-value activation epochs
    miiu96 authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e5c9201 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0a6756 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6123 from multiversx/MX-15381-add-withKeys-on-api…

    …-address
    
    add withKeys option on account
    miiu96 authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    52a19be View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    bef6592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66e5d41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6141 from multiversx/fix-genesis-flags-2024.04.25

    Fix genesis flags 2024.04.25
    miiu96 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8732346 View commit details
    Browse the repository at this point in the history