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

Trace context for the following actors: #7819

Merged
merged 32 commits into from
Oct 18, 2022
Merged

Commits on Oct 13, 2022

  1. Trace context for the following actors:

    * ClientActor
    * ViewClientActor
    * TelemetryActor
    nikurt committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    969d45c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    754c150 View commit details
    Browse the repository at this point in the history
  2. fmt

    nikurt committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    7b02a7f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    b86133e View commit details
    Browse the repository at this point in the history
  2. refactor: remove dead code (#7814)

    matklad authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    52c4f6d View commit details
    Browse the repository at this point in the history
  3. Fuzz the running releases (#7833)

    Ekleog-NEAR authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a551dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72eb367 View commit details
    Browse the repository at this point in the history
  5. docs: move epoch docs from confluence (#7838)

    Co-authored-by: Akhilesh Singhania <akhi3030@gmail.com>
    2 people authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4ed97af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be859da View commit details
    Browse the repository at this point in the history
  7. nearcore: run node in archival mode if database is an archive (#7752)

    Previously, if neard wasn’t configured to run as an archival node
    (i.e. `archive` setting in `config.json` was false) but the database
    was an archive, the node would fail.  Change this behaviour so that it
    warns and continues running as archival node.
    
    The grand plan is to get rid of the `archive` setting and have type of
    the node be determined by the database.  This will reduce number of
    special cases to be handled when opening a database.
    mina86 authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f5bc84a View commit details
    Browse the repository at this point in the history
  8. client: add {node,validator}_public_key field to /status response; de…

    …precated node_key (#7828)
    
    Currently, response to the /status request returns a `node_key`
    field. However, the field does not include node key but rather
    validator key.  Deprecated it in favour of two new fields:
    `node_public_key` and `validator_public_key`.
    
    Fixes: #7672
    mina86 authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    50e4cea View commit details
    Browse the repository at this point in the history
  9. fix(o11y): Write all logs to stderr (#7834)

    Thanks to @marcelo-gonzalez for providing the diff.
    nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    292ac32 View commit details
    Browse the repository at this point in the history
  10. refactor: move get_validator_info to EpochManagerAdapter (#7727)

    part of #6910, depends on #7726
    matklad authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f6f02fa View commit details
    Browse the repository at this point in the history
  11. chain: don’t clone Store in RuntimeAdapter::get_store (#7841)

    Replace RuntimeAdapter::get_store with RuntimeAdapter::store method
    which returns reference to a Store rather than cloning it.  This
    avoids some instances where the Store is cloned unnecessarily.
    mina86 authored and nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    afd600d View commit details
    Browse the repository at this point in the history
  12. Trace context for the following actors:

    * ClientActor
    * ViewClientActor
    * TelemetryActor
    nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a6783f7 View commit details
    Browse the repository at this point in the history
  13. fmt

    nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e67da3a View commit details
    Browse the repository at this point in the history
  14. Merge

    nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d64ffb7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ddc73a View commit details
    Browse the repository at this point in the history
  16. Merge

    nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4c8b410 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8fdeebe View commit details
    Browse the repository at this point in the history
  18. Fix

    nikurt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ef5cc1b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fc0f2e8 View commit details
    Browse the repository at this point in the history
  3. Refactor tests to shorten actix::spawn(client.send().then()) chains…

    …. For better formatting and readability.
    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8d197bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5c0b12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3028d6d View commit details
    Browse the repository at this point in the history
  6. macro tune

    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5e024b8 View commit details
    Browse the repository at this point in the history
  7. macro tune

    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    928aa36 View commit details
    Browse the repository at this point in the history
  8. macro tune

    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    10a571c View commit details
    Browse the repository at this point in the history
  9. macro tune

    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d88da99 View commit details
    Browse the repository at this point in the history
  10. macro tune

    nikurt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7ea4ce8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4f17ea View commit details
    Browse the repository at this point in the history