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

Release Candidate ( main <- dev ) v2024.2.0 #4666

Merged
merged 59 commits into from
Aug 30, 2024
Merged

Release Candidate ( main <- dev ) v2024.2.0 #4666

merged 59 commits into from
Aug 30, 2024

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    cbb62fd View commit details
    Browse the repository at this point in the history
  2. add hardfork to make testnet external (#4640)

    * add hardfork to make devnet external
    
    * add hardfork to make devnet external
    diego1q2w committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    56ad3fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d2b36d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa5efdc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 13, 2024

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

Commits on Mar 28, 2024

  1. Enable testnet leader rotation and external (#4649)

    * enable leader rotation and testnet external epochs
    diego1q2w committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    12b84f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. bring back the lost maxRate epochs (#4648)

    * bring back the lost maxRate epochs
    
    * fix epoch testnet
    diego1q2w committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    eb468b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. Merge pull request #4662 from sophoah/dev

    Update devnet internal vote power back to 90%
    adsorptionenthalpy committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3e66b85 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Additional logs and cleanup. (#4656)

    * Additional logs and cleanup.
    
    * Fixed tests.
    Frozen committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    782eb4f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix validator state when trying to update the max-rate (#4647)

    Co-authored-by: Casey Gardiner <[email protected]>
    diego1q2w and ONECasey committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0e29f52 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Improve staged stream sync (#4660)

    * disable stream sync for partner network and other networks
    * remove unused tx in block manager
    * add log for staged sync creation
    * change bucket for stroring progress in staged stream sync, fix saveBlocks tx issue
    * refactor stream sync db initialization
    * set SnapshotLimit to zero for localnet
    * add new logs for stream request manager
    GheisMohammadi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a3881d4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. pprof for bootnode (#4664)

    Frozen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1375a3b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 17, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    2ece5a6 View commit details
    Browse the repository at this point in the history
  2. fix: close file (#4672)

    testwill committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3dad825 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. Fix for crosslink snap db. (#4675)

    * Fix for crosslink snap db.
    
    * Fix for possible race for new block post consensus job.
    Frozen committed May 25, 2024
    Configuration menu
    Copy the full SHA
    8abcc74 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    338ff01 View commit details
    Browse the repository at this point in the history
  2. Extracts GetAddressForBLSKey functionality from Node struct. (#4642)

    * Extracts `GetAddressForBLSKey` functionality from `Node` struct.
    * Fix for panic.
    Frozen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c148e5f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Crosslink heartbeat verify through current committee (#4673)

    * Fixed crosslink sending.
    
    * Removed threshold 10 epochs.
    
    * Fix.
    
    * Fixed crosslink issue.
    
    * Additional error log.
    Frozen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a7560fe View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

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

Commits on May 31, 2024

  1. add muxer flag to bootnode

    GheisMohammadi authored and sophoah committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7233e1f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. add support for multiple muxers to p2p host (#4682)

    * change muxer flag to string to support multiple muxers
    * fixed muxer usage description
    GheisMohammadi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7d06fdc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 14, 2024

  1. Devnet TopMaxRateEpoch 1976

    Frozen authored and sophoah committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b194d2b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Fixed order

    Frozen authored and sophoah committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ef74501 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 27, 2024

  1. Fix: travis CI changed the way how we install docker - travis updated (

    …#4703)
    
    their basic image and add Docker via docker.list, so I've checked how
    addon instruction is working under the hood - this is just a tee to sources.list, so I've changed docker.list to have the latest stable Docker
    mur-me committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    878e75b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    be65e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f7b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81611e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

  1. Fixed PeerStore usage. (#4706)

    Frozen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8306c60 View commit details
    Browse the repository at this point in the history
  2. Fixed data race. (#4686)

    Frozen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a65cf71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16fe018 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73df9c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    252bda9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    900529d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Broadcast sign power (#4683)

    Frozen committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0e74201 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fixed failing tests. (#4721)

    Frozen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8098b29 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Revert "Broadcast sign power (#4683)" (#4718)

    This reverts commit 0e74201.
    Frozen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    21f5a80 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix: make BUILD_BRANCH as a dynamic argument for the Dockerfile inste…

    …ad of hardcoded main (#4716)
    mur-me committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6b25283 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 10, 2024

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

Commits on Aug 13, 2024

  1. feat(CI) - add possibility to point harmony-test repo to non-master b…

    …ranch via CI, add MAIN_REPO_BRANCH to point exaclty the same repo version in the test run instead of hardcoded main branch, cover local runs of travis_rosetta_checker.sh and travis_rpc_checker.sh
    mur-me committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6e6783b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Aug 21, 2024

  1. Refactor NTP, support multiple NTP servers (#4728)

    * refactor ntp, support multiple ntp servers, fix the ntp time out issue
    * convert Error to Message in ntp
    * skips the time accuracy check on the localnet
    GheisMohammadi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b33cbc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Fix Check for Existence of allowedtxs.txt File Before Applying Logic (

    #4731)
    
    * Fix Check for Existence of allowedtxs.txt File Before Applying Logic
    * add debug logs for setupAllowedTxs
    * improve logs for setupAllowedTxs
    GheisMohammadi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8c40804 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    5ec19bc View commit details
    Browse the repository at this point in the history
  2. feat/keep tests in separate repo for upgrade to 1.22 (#4736)

    * Test.
    * 1.21.11
    * Fixed rosetta
    * Fixed bootstrap
    * Custom genesis generation for [email protected]+.
    * Fixed 1.19 imports.
    * Fixed 1.19 imports.
    * Replaced 1.20 keys.
    * 100% coverage.
    * Fixed trailing zeroes.
    * Rebased & Fixed protobuf usage.
    * Compatibility with [email protected].
    * Regenerated proto files to the latest version.
    * Disabled transport security.
    * [email protected]
    * fix: add fetch to the the travis scripts
    * fix: point travis to the 1.22 golang tests
    * set p2p NoTransportSecurity default to false
    * feat(go version) - bump go version in Dockerfiles and README.md
    * Go 1.22 tags.
    ---------
    
    Co-authored-by: frozen <[email protected]>
    Co-authored-by: Nita Neou (Soph) <[email protected]>
    3 people committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c44c2ea View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix(localnet) - both RPC nodes now spin up, enable rpc.debug=true to …

    …get the sign power, sort ports by shard id (#4743)
    mur-me committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4e50bbc View commit details
    Browse the repository at this point in the history