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

chore: merge development to feature-dan2 #6100

Merged
merged 27 commits into from
Jan 26, 2024

Commits on Sep 8, 2023

  1. feat!: add claim_public_key to sidechain features (tari-project#5619)

    Description
    ---
    Add claim public key to validator node registration
    
    Motivation and Context
    ---
    This claim key is informational and will be used in L2 to restrict fee
    claims to a particular signing key
    
    How Has This Been Tested?
    ---
    Existing tests
    
    What process can a PR reviewer use to test or verify this change?
    ---
    Run register validator node wallet command
    <!-- Checklist -->
    <!-- 1. Is the title of your PR in the form that would make nice release
    notes? The title, excluding the conventional commit
    tag, will be included exactly as is in the CHANGELOG, so please think
    about it carefully. -->
    
    
    Breaking Changes
    ---
    
    - [ ] None
    - [x] Requires data directory on base node to be deleted
    - [x] Requires hard fork
    - [ ] Other - Please specify
    
    <!-- Does this include a breaking change? If so, include this line as a
    footer -->
    <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
    database, resync the chain -->
    sdbondi committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4bdd364 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

  1. chore: clone bmt (tari-project#5823)

    Description
    ---
    Add clone to BalancedBinaryMerkleTree.
    
    Motivation and Context
    ---
    In the upcoming PR to cache the BalancedBinaryMerkleTree it will come
    handy.
    
    Breaking Changes
    ---
    
    - [x] None
    Cifko committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    98c7c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edfcb5c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. chore: update tags

    stringhandler committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    755d508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a65a65 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. chore: add seed

    stringhandler committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    534f25e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6227f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3329a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fdb622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    272637f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdf2ed7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b08a2f7 View commit details
    Browse the repository at this point in the history
  2. v0.52.0-dan.4

    stringhandler committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9100eb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    1ef1f91 View commit details
    Browse the repository at this point in the history
  2. v0.52.0-dan.5

    stringhandler committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    eba945a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge branch 'development' into feature-dan2

    # Conflicts:
    #	Cargo.lock
    #	applications/minotari_app_grpc/Cargo.toml
    #	applications/minotari_app_grpc/src/conversions/sidechain_feature.rs
    #	applications/minotari_app_utilities/Cargo.toml
    #	applications/minotari_console_wallet/Cargo.toml
    #	applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs
    #	applications/minotari_merge_mining_proxy/Cargo.toml
    #	applications/minotari_miner/Cargo.toml
    #	applications/minotari_node/Cargo.toml
    #	base_layer/common_types/Cargo.toml
    #	base_layer/contacts/Cargo.toml
    #	base_layer/core/Cargo.toml
    #	base_layer/core/src/blocks/genesis_block.rs
    #	base_layer/core/src/chain_storage/lmdb_db/lmdb_db.rs
    #	base_layer/core/src/proto/sidechain_feature.rs
    #	base_layer/core/src/transactions/transaction_components/side_chain/validator_node_signature.rs
    #	base_layer/key_manager/Cargo.toml
    #	base_layer/mmr/Cargo.toml
    #	base_layer/p2p/Cargo.toml
    #	base_layer/service_framework/Cargo.toml
    #	base_layer/wallet/Cargo.toml
    #	base_layer/wallet_ffi/Cargo.toml
    #	common/Cargo.toml
    #	common/tari_features/Cargo.toml
    #	common_sqlite/Cargo.toml
    #	comms/core/Cargo.toml
    #	comms/dht/Cargo.toml
    #	comms/rpc_macros/Cargo.toml
    #	infrastructure/derive/Cargo.toml
    #	infrastructure/shutdown/Cargo.toml
    #	infrastructure/storage/Cargo.toml
    #	infrastructure/test_utils/Cargo.toml
    stringhandler committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fe787a5 View commit details
    Browse the repository at this point in the history
  2. v0.52.0-dan.6

    stringhandler committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ae10c63 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 13, 2023

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

Commits on Nov 17, 2023

  1. fix: fix stable build (tari-project#5963)

    Description
    ---
    
    Motivation and Context
    ---
    
    How Has This Been Tested?
    ---
    
    What process can a PR reviewer use to test or verify this change?
    ---
    
    <!-- Checklist -->
    <!-- 1. Is the title of your PR in the form that would make nice release
    notes? The title, excluding the conventional commit
    tag, will be included exactly as is in the CHANGELOG, so please think
    about it carefully. -->
    
    
    Breaking Changes
    ---
    
    - [x] None
    - [ ] Requires data directory on base node to be deleted
    - [ ] Requires hard fork
    - [ ] Other - Please specify
    
    <!-- Does this include a breaking change? If so, include this line as a
    footer -->
    <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
    database, resync the chain -->
    Cifko committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    faeaef7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge branch 'development' into feature-dan2

    # Conflicts:
    #	Cargo.lock
    #	applications/minotari_app_grpc/Cargo.toml
    #	applications/minotari_app_utilities/Cargo.toml
    #	applications/minotari_console_wallet/Cargo.toml
    #	applications/minotari_console_wallet/src/ui/widgets/multi_column_list.rs
    #	applications/minotari_merge_mining_proxy/Cargo.toml
    #	applications/minotari_miner/Cargo.toml
    #	applications/minotari_node/Cargo.toml
    #	base_layer/common_types/Cargo.toml
    #	base_layer/contacts/Cargo.toml
    #	base_layer/core/Cargo.toml
    #	base_layer/core/src/blocks/genesis_block.rs
    #	base_layer/key_manager/Cargo.toml
    #	base_layer/mmr/Cargo.toml
    #	base_layer/p2p/Cargo.toml
    #	base_layer/service_framework/Cargo.toml
    #	base_layer/wallet/Cargo.toml
    #	base_layer/wallet_ffi/Cargo.toml
    #	buildtools/multinet_envs.sh
    #	common/Cargo.toml
    #	common/tari_features/Cargo.toml
    #	common_sqlite/Cargo.toml
    #	comms/core/Cargo.toml
    #	comms/dht/Cargo.toml
    #	comms/rpc_macros/Cargo.toml
    #	infrastructure/derive/Cargo.toml
    #	infrastructure/shutdown/Cargo.toml
    #	infrastructure/storage/Cargo.toml
    #	infrastructure/test_utils/Cargo.toml
    stringhandler committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    520b433 View commit details
    Browse the repository at this point in the history
  2. v0.53.0-dan.0

    stringhandler committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9a87165 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    35dd4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9856f42 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge branch 'development' into Cifko/merge

    * development:
      feat: prevent runtime error with compact error input (tari-project#6096)
      chore(deps): bump h2 from 0.3.21 to 0.3.24 (tari-project#6091)
      chore: update monero to latest release (tari-project#6098)
      chore(deps): bump actions/cache from 3 to 4 (tari-project#6093)
      chore(fix): ci - move s3 uploads to only on release (tari-project#6094)
      feat: update codeowners (tari-project#6088)
      chore: update change log (tari-project#6086)
      feat: add search kernels method to nodejs client (tari-project#6082)
    sdbondi committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b19cad7 View commit details
    Browse the repository at this point in the history