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/2.4.0.1.0 RC1 #4262

Merged
merged 898 commits into from
Jan 29, 2024
Merged

Release/2.4.0.1.0 RC1 #4262

merged 898 commits into from
Jan 29, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    36b91c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c5b0e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490866e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90242db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    863901d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74ae694 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a7f82a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    213f141 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d3604b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a8ee3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8682f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e0a0857 View commit details
    Browse the repository at this point in the history
  13. refactor: put _all_ RPC handlers into their own files, and refactor t…

    …est_rpc() so it can take a series of requests and spit out a series of responses
    jcnelson committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    63ab815 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    66902de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fde24d View commit details
    Browse the repository at this point in the history
  3. fix signer test deps

    xoloki committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a131d64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57c08bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    851217d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10c82b4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3984 from stacks-network/chore/remove-stacks-sbtc

    Replace `stacks-sbtc` dependency with `wsts`
    jcnelson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3b86dc4 View commit details
    Browse the repository at this point in the history
  8. update wsts to include tracing logs; subscribe to tracing logs using …

    …standard RUST_LOG semantics
    xoloki committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    44c764c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03be8c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ccfd11 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    7fe72fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1992c View commit details
    Browse the repository at this point in the history
  3. chore: remove sha256d

    jcnelson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5775c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c627eed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7f2a30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20bb540 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca9f84b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f26de63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cdeb631 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    8e880e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b3edef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1177e64 View commit details
    Browse the repository at this point in the history
  4. feat: allow connection opts to set the send/recv socket buffer size (…

    …this needs to be known to the http server)
    jcnelson committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8eb1e98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f9715 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3fd9b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c3e6e9 View commit details
    Browse the repository at this point in the history
  8. feat: when connecting to an address, allow the caller to set the sock…

    …et send/recv buffer sizes
    jcnelson committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4a550bd View commit details
    Browse the repository at this point in the history
  9. fix: ensure that the reply handle's inner PipeWrite has at least $SOC…

    …KET_SEND_BUFFER bytes of pending data when filling it with the stream generator.
    jcnelson committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c87c59d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3a8b45 View commit details
    Browse the repository at this point in the history
  11. chore: API sync

    jcnelson committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1c3c28d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    062bb2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80398da View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9919e10 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. updating startup scripts

    wileyj committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    946694f View commit details
    Browse the repository at this point in the history
  2. address PR comments

    wileyj committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dedb06a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a41eaa View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    2793581 View commit details
    Browse the repository at this point in the history
  2. Update wsts and p256k1 libs in stacks-signer

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e875686 View commit details
    Browse the repository at this point in the history
  3. Fix integration test dependencies

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3f7b1c2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3997 from stacks-network/chore/stacks-signer-upda…

    …te-wsts
    
    Update wsts and p256k1 libs in stacks-signer
    xoloki committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4202b67 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    00f10e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6668d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3907 from stacks-network/chore/cargo-fmt-imports

    chore: Run `cargo fmt` with `imports_granularity="Module"`
    jbencin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fb2309f View commit details
    Browse the repository at this point in the history
  4. wip: dkg contract interactions

    soju-drinker authored and jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5f6c842 View commit details
    Browse the repository at this point in the history
  5. make

    soju-drinker authored and jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fd4c48d View commit details
    Browse the repository at this point in the history
  6. Add tests to call read only function and fix relative url

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b3a412f View commit details
    Browse the repository at this point in the history
  7. Fix naming of tests

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e6b47ac View commit details
    Browse the repository at this point in the history
  8. inlining http on http origin

    soju-drinker authored and jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    59b1a2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8bdeeb View commit details
    Browse the repository at this point in the history
  10. Add 404 and 400 error tests and check if status code is success other…

    …wise return err
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0dd83c7 View commit details
    Browse the repository at this point in the history
  11. Add TransactionVersion from Network conversion in config

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c9b6528 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #3989 from stacks-network/feat/dkg-contract-intera…

    …ction
    
    Feat/dkg contract interaction
    xoloki committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b6578ac View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Address clippy complaints in src/address/

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0e2df99 View commit details
    Browse the repository at this point in the history
  2. Address clippy complaints in src/codec/

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    457e1cc View commit details
    Browse the repository at this point in the history
  3. Address clippy complaints in src/deps_common/bech32

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2a8ef35 View commit details
    Browse the repository at this point in the history
  4. Address clippy complaints in src/deps_common/bitcoin/blockdata

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a3d842e View commit details
    Browse the repository at this point in the history
  5. Address clippy complaints in src/deps_common/bitcoin/network

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    cdbf9bb View commit details
    Browse the repository at this point in the history
  6. Address clippy complaints in src/deps_common/bitcoin/util

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1aaf4ea View commit details
    Browse the repository at this point in the history
  7. Address clippy complaints in src/types/

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e2db155 View commit details
    Browse the repository at this point in the history
  8. Address clippy complaints in src/util/

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    07daa48 View commit details
    Browse the repository at this point in the history
  9. Address clippy complaints in deps_common

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e45ddd8 View commit details
    Browse the repository at this point in the history
  10. CRC: revert write_all change, allow needless_range_loop, and update e…

    …rror message
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2b749e1 View commit details
    Browse the repository at this point in the history
  11. Revert VRF changes in case there are performance impacts and add clip…

    …py allow to silence warnings
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b4ed5f2 View commit details
    Browse the repository at this point in the history
  12. CRC: revert panic!(MESSAGE) to assert!(false, MESSAGE) and silence wa…

    …rnings
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    55b06c2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3947 from stacks-network/chore/stacks-common-fix-…

    …clippy
    
    Chore/stacks common fix clippy
    xoloki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a1ef904 View commit details
    Browse the repository at this point in the history
  14. Create SECURITY.md

    Adding reference to security policy
    KeewenawSTX authored and wileyj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1ecfc3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a076bf View commit details
    Browse the repository at this point in the history
  16. update language in doc

    wileyj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c5ab5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Address clippy complaints in pox-locking repo

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fd0cdc3 View commit details
    Browse the repository at this point in the history
  2. CRC: revert needless return changes for clarity

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5be4534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5d529c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3950 from stacks-network/chore/pox-locking-fix-cl…

    …ippy
    
    Address clippy complaints in pox-locking repo
    xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    959a6e6 View commit details
    Browse the repository at this point in the history
  5. Fix bug in spawn_running_signer which was incorrectly using node rath…

    …er than endpoint
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b848aa5 View commit details
    Browse the repository at this point in the history
  6. Do not unwrap the result as it should be a none

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6f59546 View commit details
    Browse the repository at this point in the history
  7. Fix CLI data to be just a String as clap does not like Vec's and inte…

    …rprets it incorrectly
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4ee0698 View commit details
    Browse the repository at this point in the history
  8. Add mocknet option to network for clarity/completeness

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7bf0c48 View commit details
    Browse the repository at this point in the history
  9. CRC: remove busy loop and implement join handle function for libsigne…

    …r runloop
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8ed235e View commit details
    Browse the repository at this point in the history
  10. Decode provided data as b58

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2b3a9ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5645a0b View commit details
    Browse the repository at this point in the history
  12. Add comment to explain weird use of alloc::vec

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant authored and xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e01a834 View commit details
    Browse the repository at this point in the history
  13. Fix rebase issues

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ea374a0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3982 from stacks-network/chore/test-dkg-stacker-db

    Bugfixes for signer when testing CLI through mainnet develop node
    xoloki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5ac03fc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. wip: dkg contract interactions

    soju-drinker authored and jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    dba2277 View commit details
    Browse the repository at this point in the history
  2. make

    soju-drinker authored and jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4cb14bd View commit details
    Browse the repository at this point in the history
  3. Add tests to call read only function and fix relative url

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7c6ecbf View commit details
    Browse the repository at this point in the history
  4. WIP: add todo functions for interacting with a contract to trigger DKG

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a85b84f View commit details
    Browse the repository at this point in the history
  5. Add call to get pox contract id from stacks node

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0185a3d View commit details
    Browse the repository at this point in the history
  6. Parse aggregate public key from clarity contract and add test

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f8ddb2f View commit details
    Browse the repository at this point in the history
  7. Fix rebase issues

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cf3619f View commit details
    Browse the repository at this point in the history
  8. Fix parsing of bitcoin wallet to be a full Point rather than an xonly…

    … public key
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e367cab View commit details
    Browse the repository at this point in the history
  9. WIP: Broken commit. Issues with converting pox contract id into a Qua…

    …lifiedContractID
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    545f0a1 View commit details
    Browse the repository at this point in the history
  10. WIP: Broken commit. Adding scaffolding for cast_aggregate_public_key_…

    …vote
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d393002 View commit details
    Browse the repository at this point in the history
  11. Add cast aggregate vote and get current reward cycle from pox

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c286e47 View commit details
    Browse the repository at this point in the history
  12. Cleanup some functions

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fa9948d View commit details
    Browse the repository at this point in the history
  13. Add another error case to reward cycle tests

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d0f653 View commit details
    Browse the repository at this point in the history
  14. Need to add get_nonce and simulate its response in ignored transactio…

    …n tests
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8d62f80 View commit details
    Browse the repository at this point in the history
  15. WIP: broken integration tests due to getting aggregate public key. Ad…

    …d retry logic to all http requests
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1c5fcca View commit details
    Browse the repository at this point in the history
  16. Fix broken parsing due to trailing quotes in pox contract

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d9fb56d View commit details
    Browse the repository at this point in the history
  17. Add pox contract ID option to config to overwrite node result

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    aea9eb8 View commit details
    Browse the repository at this point in the history
  18. WIP: Need to fix state for contacting node

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    96e8dcc View commit details
    Browse the repository at this point in the history
  19. WIP: Still unable to run should_run_dkg without hanging

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    260473d View commit details
    Browse the repository at this point in the history
  20. WIP: no longer hanging, needs cleanup

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    365c5a9 View commit details
    Browse the repository at this point in the history
  21. WIP: cleanup and add cast_vote helper fn

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1ebb417 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Cleanup unnecessary errors, functions, and add retry backoff to aggre…

    …gate public key check
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cee0eea View commit details
    Browse the repository at this point in the history
  2. Clippy cleanup of signer.rs

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0014d1e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    a6af378 View commit details
    Browse the repository at this point in the history
  2. fix: use .request_path()

    jcnelson committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    915ac56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33114c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f346067 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    eaa8de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f6cca View commit details
    Browse the repository at this point in the history
  3. chore: address PR feedback

    jcnelson committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dcfba38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d22cc6 View commit details
    Browse the repository at this point in the history
  5. fix: use 100 signers and 4000 keys. This test runs only on release CI…

    … anyway, so it's fine if it takes a while.
    jcnelson committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5ff0b21 View commit details
    Browse the repository at this point in the history
  6. CRC: make backoff values into const vars and add github issues for TODOs

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2be0b03 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Address bug in parse_aggregate_public_key by verifying data len is 32

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2ba5647 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge pull request #3988 from stacks-network/feature/retrieve-set-dkg

    Trigger DKG on coordinator startup and put all stacks node communications on an exponential backoff
    xoloki committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e640990 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    167a8a7 View commit details
    Browse the repository at this point in the history
  2. chore: make fmt

    jcnelson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3b37332 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3987 from stacks-network/feat/http-rpc-refactor

    [Refactor] HTTP RPC System Refactor
    jcnelson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9668fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e06549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13c33d6 View commit details
    Browse the repository at this point in the history
  6. ci: enable clippy when opening PRs to develop

    Packages enabled so far:
    - clarity
    - libstackerdb
    - pox-locking
    - stacks-common
    obycode committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    febb45f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bde2bc View commit details
    Browse the repository at this point in the history
  8. ci: revert changes in ci.yml

    obycode committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c273532 View commit details
    Browse the repository at this point in the history
  9. ci: re-enable the clippy job

    obycode committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e939a5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b837de5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43dfe67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6315b17 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge pull request #4026 from stacks-network/ci/enable-clippy

    Enable clippy in CI
    obycode committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6f04ad8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 8, 2023

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

Commits on Nov 9, 2023

  1. docs: typo in comment

    Co-authored-by: Nikos Baxevanis <nikos.baxevanis@gmail.com>
    hugocaillard and moodmosaic committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    eeea899 View commit details
    Browse the repository at this point in the history
  2. docs: typo in comments

    Co-authored-by: Nikos Baxevanis <nikos.baxevanis@gmail.com>
    hugocaillard and moodmosaic committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e6d2342 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge pull request #4031 from hugocaillard/test/migrate-to-sdk

    BNS tests: migrate to clarinet-sdk
    obycode committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2e7418f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    3757709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    476c74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3cbc4 View commit details
    Browse the repository at this point in the history
  4. add test

    tippenein committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc63538 View commit details
    Browse the repository at this point in the history
  5. fix test case

    tippenein committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3659d20 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    907f8cf View commit details
    Browse the repository at this point in the history
  2. update changelog

    tippenein committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a6a75f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4061 from tippenein/satoshis-per-byte-current-4047

    Feat: reload from config for up-to-date `satoshis_per_byte`
    jcnelson committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0929a8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474cd78 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    3b4888d View commit details
    Browse the repository at this point in the history
  2. update stackerdb tests

    tippenein committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    ef4c6bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3854 from bestmike007/fix/profile-sqlite

    chore: fix profile-sqlite for stackslib
    jcnelson committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    f6d59f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e53a31 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    7b00a1f View commit details
    Browse the repository at this point in the history
  2. chore: more usage docs

    jcnelson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    29e31cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0224b1a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge pull request #4077 from stacks-network/feat/fee-estimate-side-car

    [Node] side-car script to get sat/vbyte fee estimations
    saralab committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3699566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e585d25 View commit details
    Browse the repository at this point in the history
  3. Improve error description of ft-mint?

    friedger authored and wileyj committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    347c1cf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    b0f637f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3852 from bestmike007/chore/fix-warnings

    chore: fix compiler warnings
    obycode committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e1c2e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca523fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c871c05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d55dc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 28, 2023

  1. Merge pull request #4076 from tippenein/fix-duplicate-events-2810

    Fix: duplicate events
    saralab committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    33c64f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34fe70a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4080 from stacks-network/sidecar-scripts

    Add sidecar scripts for fee estimation and stacks block delay detection
    jcnelson committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a25703d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 4, 2023

  1. Merge branch 'master' into merge-develop

    * master: (24 commits)
      Update location of archive
      update documentation
      renaming items to stacks-core
      remove comment in dockerfile
      address comments in 4079
      spelling error
      Update docker image name
      Add checks/trigger for next/fix typo
      set docker repo name and add tag arg for build
      (3847) - Adding new workflow files
      (3847) - Adding updated files
      (3847) - Removing files
      (3847) - Adding/updating Dockerfiles for ARM arch
      Update README.md
      Add new docker tag to address repo name change
      docs: fix invalid example in docs
      remove missing packags from ci
      fix: address issue in print eval
      fix: fix trait handler and cut release
      chore: add changelog entry for 3784 hotfix
      ...
    wileyj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d18fd97 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    609005f View commit details
    Browse the repository at this point in the history
  2. Revert "revert logging commit (pr 4124)"

    This reverts commit 609005f.
    wileyj committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9e9478f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4124 from stacks-network/merge-develop

    Merge master into develop
    wileyj committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4ee724e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Make tx fee a variable in stackerdb dkg test and increase it

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    85f32f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301243b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    ce5faa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4139 from stacks-network/fix/proof-defaults

    Fix: RPC endpoints should default to proof=1
    wileyj committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1f5cc3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e4f30 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request #4140 from stacks-network/fix/test-httpcor

    Test: fix httpcore test for defaulting in proof query string
    kantai committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ad493ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fbfa9a View commit details
    Browse the repository at this point in the history
  3. use bitcoin 25.0 for tests

    wileyj authored and kantai committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7b04730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38a14a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a064672 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4142 from stacks-network/feat/set-maxburn-sendrawtx

    fix: set maxburncap to 1BTC in sendrawtransaction (new in Bitcoin 25.0)
    wileyj committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a6741ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1f834d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4136 from stacks-network/bugfix/stackerdb-dkg-test

    Fix stackerdb tests
    wileyj committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a7e9237 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c501b7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4141 from stacks-network/ci/fix-develop-tests

    use bitcoin 25.0 for tests
    wileyj committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ad88424 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    e406a97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4161 from stacks-network/ci/fix-pr-target

    use pull_request to trigger ci runs
    wileyj committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9fe5950 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

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

Commits on Jan 2, 2024

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

Commits on Jan 4, 2024

  1. Merge pull request #4224 from stacks-network/fix/fee-estimate

    Fix fee estimate
    obycode committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8a075a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 16, 2024

  1. Merge pull request #4237 from CharlieC3/develop

    develop: update default testnet hiro bootstrap node
    wileyj committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e6dac0a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge master to develop

    jcnelson committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5801992 View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt-stacks

    jcnelson committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9012cf7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4251 from stacks-network/feat/merge-master-to-dev…

    …elop-20240117
    
    Merge master to develop
    jcnelson committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4b6638a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chore: cargo fmt

    jcnelson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4389499 View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt

    jcnelson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b6be517 View commit details
    Browse the repository at this point in the history
  3. Revert "Address clippy complaints in src/vm/"

    This reverts commit 264831e.
    jcnelson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8508c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18d0d15 View commit details
    Browse the repository at this point in the history
  5. chore: merge change log

    jcnelson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    598d4bf View commit details
    Browse the repository at this point in the history
  6. change --config= to --config

    wileyj authored and jcnelson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d99bc2f View commit details
    Browse the repository at this point in the history
  7. chore: cargo fmt

    jcnelson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a7cf645 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e42195e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    3907d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c91b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 22, 2024

  1. feat: add /v2/stackerdb/{contract-addr}/{contract-name}/replicas API …

    …endpoint, which returns a list of recently-seen neighbor addresses which replicate a particular StackerDB
    jcnelson committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ff7c549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b6aa7 View commit details
    Browse the repository at this point in the history
  3. chore: debug, not info

    jcnelson committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c32ad7a View commit details
    Browse the repository at this point in the history
  4. fix: repair connection network handle flush logic, and add a helper t…

    …o stacks-inspect to decode a network message
    jcnelson committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    806de84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    210c746 View commit details
    Browse the repository at this point in the history
  6. chore: cargo fmt

    jcnelson committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    69bdbe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. chore: get stackerdb tests passing again; fix a couple bugs in the st…

    …ate machine that arise when there are no replicas (i.e. have the state machine error out instead of spin)
    jcnelson committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3c65785 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4270 from stacks-network/chore/stackerdb-replica-…

    …list-endpoint
    
    Feat: add an endpoint for listing which nodes host a stackerdb replica
    jcnelson committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f747b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb1b6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7021752 View commit details
    Browse the repository at this point in the history
  5. fix: if we hit message EOF, then return so that the caller can refill…

    … the write-end of the pipe
    jcnelson committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c0355b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0c111a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    653a116 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23acbf1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c8ec8f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: don't partially-buffer p2p messages; send them all at once so if…

    … the handle goes out of scope, we don't send a partial message
    jcnelson committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b289659 View commit details
    Browse the repository at this point in the history
  2. fix: compile error

    jcnelson committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b736aaa View commit details
    Browse the repository at this point in the history
  3. fix: it's not a problem if we don't make any new requests for stacker…

    …db chunks if there are already some inflight
    jcnelson committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ed24b97 View commit details
    Browse the repository at this point in the history
  4. chore: log specifically what messages get nacked in stackerdb replica…

    …tion, and treat a neighbor as having a session only if we have handshaked with it
    jcnelson committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    63a7548 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    401edeb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    dd2a8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ae325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8f86d View commit details
    Browse the repository at this point in the history
  4. fix: if we have private_neighbors = false, then don't bother selectin…

    …g neighbors to walk to from there
    jcnelson committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b6ea099 View commit details
    Browse the repository at this point in the history
  5. fix: missing !

    jcnelson committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5794ee8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    7b7067b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683931c View commit details
    Browse the repository at this point in the history
  3. fix: don't stop an ongoing walk just because we don't yet have a conn…

    …ection to an always-allowed peer
    jcnelson committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7b597c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c461c2 View commit details
    Browse the repository at this point in the history
  5. chore: cargo fmt

    jcnelson committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    67d5711 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40ecd03 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix: fix failing unit test

    jcnelson committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a8be048 View commit details
    Browse the repository at this point in the history