From 9842ef2305b2206d528215f31d9f0ad3106f29a6 Mon Sep 17 00:00:00 2001 From: vekamo Date: Tue, 12 Nov 2024 14:36:29 +0400 Subject: [PATCH] update MWC copyright devs --- Cargo.lock | 798 +++++++++--------- api/src/auth.rs | 1 + api/src/client.rs | 1 + api/src/foreign.rs | 1 + api/src/foreign_rpc.rs | 1 + api/src/handlers.rs | 1 + api/src/handlers/blocks_api.rs | 1 + api/src/handlers/chain_api.rs | 1 + api/src/handlers/peers_api.rs | 1 + api/src/handlers/pool_api.rs | 1 + api/src/handlers/server_api.rs | 1 + api/src/handlers/transactions_api.rs | 1 + api/src/handlers/utils.rs | 1 + api/src/handlers/version_api.rs | 1 + api/src/json_rpc.rs | 1 + api/src/lib.rs | 1 + api/src/owner.rs | 1 + api/src/owner_rpc.rs | 1 + api/src/rest.rs | 1 + api/src/router.rs | 1 + api/src/types.rs | 1 + chain/src/chain.rs | 1 + chain/src/error.rs | 1 + chain/src/lib.rs | 1 + chain/src/linked_list.rs | 1 + chain/src/pibd_params.rs | 1 + chain/src/pipe.rs | 1 + chain/src/store.rs | 1 + chain/src/txhashset.rs | 1 + chain/src/txhashset/bitmap_accumulator.rs | 1 + chain/src/txhashset/desegmenter.rs | 1 + chain/src/txhashset/rewindable_kernel_view.rs | 1 + chain/src/txhashset/segmenter.rs | 1 + chain/src/txhashset/txhashset.rs | 1 + chain/src/txhashset/utxo_view.rs | 1 + chain/src/types.rs | 1 + chain/tests/bitmap_accumulator.rs | 1 + chain/tests/chain_test_helper.rs | 1 + chain/tests/data_file_integrity.rs | 1 + chain/tests/mine_nrd_kernel.rs | 1 + chain/tests/mine_simple_chain.rs | 1 + chain/tests/nrd_validation_rules.rs | 1 + chain/tests/process_block_cut_through.rs | 1 + chain/tests/store_indices.rs | 1 + chain/tests/store_kernel_pos_index.rs | 1 + chain/tests/test_block_known.rs | 1 + chain/tests/test_coinbase_maturity.rs | 1 + chain/tests/test_get_kernel_height.rs | 1 + chain/tests/test_header_perf.rs | 1 + chain/tests/test_header_weight_validation.rs | 1 + chain/tests/test_pibd_copy.rs | 1 + chain/tests/test_pibd_validation.rs | 1 + chain/tests/test_txhashset.rs | 1 + chain/tests/test_txhashset_archive.rs | 1 + config/src/comments.rs | 1 + config/src/config.rs | 1 + config/src/lib.rs | 1 + config/src/types.rs | 1 + core/src/consensus.rs | 1 + core/src/core.rs | 1 + core/src/core/block.rs | 1 + core/src/core/block_sums.rs | 1 + core/src/core/committed.rs | 1 + core/src/core/compact_block.rs | 1 + core/src/core/hash.rs | 1 + core/src/core/id.rs | 1 + core/src/core/merkle_proof.rs | 1 + core/src/core/pmmr.rs | 1 + core/src/core/pmmr/backend.rs | 1 + core/src/core/pmmr/pmmr.rs | 1 + core/src/core/pmmr/readonly_pmmr.rs | 1 + core/src/core/pmmr/rewindable_pmmr.rs | 1 + core/src/core/pmmr/segment.rs | 1 + core/src/core/pmmr/vec_backend.rs | 1 + core/src/core/transaction.rs | 1 + core/src/genesis.rs | 1 + core/src/global.rs | 1 + core/src/lib.rs | 1 + core/src/libtx/aggsig.rs | 1 + core/src/libtx/build.rs | 1 + core/src/libtx/error.rs | 1 + core/src/libtx/mod.rs | 1 + core/src/libtx/proof.rs | 1 + core/src/libtx/reward.rs | 1 + core/src/libtx/secp_ser.rs | 1 + core/src/macros.rs | 1 + core/src/pow.rs | 1 + core/src/pow/common.rs | 1 + core/src/pow/cuckaroo.rs | 1 + core/src/pow/cuckarood.rs | 1 + core/src/pow/cuckaroom.rs | 1 + core/src/pow/cuckarooz.rs | 1 + core/src/pow/error.rs | 1 + core/src/pow/siphash.rs | 1 + core/src/pow/types.rs | 1 + core/src/ser.rs | 1 + core/tests/block.rs | 1 + core/tests/common.rs | 1 + core/tests/consensus_automated.rs | 1 + core/tests/consensus_mainnet.rs | 1 + core/tests/core.rs | 1 + core/tests/merkle_proof.rs | 1 + core/tests/pmmr.rs | 1 + core/tests/segment.rs | 1 + core/tests/transaction.rs | 1 + core/tests/vec_backend.rs | 1 + etc/gen_gen/src/bin/gen_gen.rs | 1 + keychain/src/base58.rs | 1 + keychain/src/extkey_bip32.rs | 1 + keychain/src/keychain.rs | 1 + keychain/src/lib.rs | 1 + keychain/src/mnemonic.rs | 1 + keychain/src/types.rs | 1 + keychain/src/view_key.rs | 1 + p2p/src/codec.rs | 1 + p2p/src/conn.rs | 1 + p2p/src/handshake.rs | 1 + p2p/src/lib.rs | 1 + p2p/src/msg.rs | 1 + p2p/src/peer.rs | 1 + p2p/src/peers.rs | 1 + p2p/src/protocol.rs | 1 + p2p/src/serv.rs | 1 + p2p/src/store.rs | 1 + p2p/src/types.rs | 1 + p2p/tests/capabilities.rs | 1 + p2p/tests/peer_addr.rs | 1 + p2p/tests/peer_handshake.rs | 1 + p2p/tests/ser_deser.rs | 1 + pool/fuzz/fuzz_targets/common.rs | 1 + pool/src/lib.rs | 1 + pool/src/pool.rs | 1 + pool/src/transaction_pool.rs | 1 + pool/src/types.rs | 1 + pool/tests/block_building.rs | 1 + pool/tests/block_max_weight.rs | 1 + pool/tests/block_reconciliation.rs | 1 + pool/tests/coinbase_maturity.rs | 1 + pool/tests/common.rs | 1 + pool/tests/nrd_kernel_relative_height.rs | 1 + pool/tests/nrd_kernels_disabled.rs | 1 + pool/tests/nrd_kernels_enabled.rs | 1 + pool/tests/transaction_pool.rs | 1 + servers/src/common.rs | 1 + servers/src/common/adapters.rs | 1 + servers/src/common/hooks.rs | 1 + servers/src/common/stats.rs | 1 + servers/src/common/types.rs | 1 + servers/src/error.rs | 1 + servers/src/lib.rs | 1 + servers/src/mining.rs | 1 + servers/src/mining/mine_block.rs | 1 + servers/src/mining/stratumserver.rs | 1 + servers/src/mining/test_miner.rs | 1 + servers/src/mwc.rs | 1 + servers/src/mwc/dandelion_monitor.rs | 1 + servers/src/mwc/seed.rs | 1 + servers/src/mwc/server.rs | 1 + servers/src/mwc/sync.rs | 1 + servers/src/mwc/sync/body_sync.rs | 1 + servers/src/mwc/sync/header_sync.rs | 1 + servers/src/mwc/sync/state_sync.rs | 1 + servers/src/mwc/sync/syncer.rs | 1 + servers/src/tor/config.rs | 1 + servers/src/tor/mod.rs | 1 + servers/src/tor/process.rs | 1 + src/bin/cmd/config.rs | 1 + src/bin/cmd/mod.rs | 1 + src/bin/cmd/server.rs | 1 + src/bin/mwc.rs | 1 + src/bin/tui/constants.rs | 1 + src/bin/tui/logs.rs | 1 + src/bin/tui/menu.rs | 1 + src/bin/tui/mining.rs | 1 + src/bin/tui/mod.rs | 1 + src/bin/tui/peers.rs | 1 + src/bin/tui/status.rs | 1 + src/bin/tui/types.rs | 1 + src/bin/tui/ui.rs | 1 + src/bin/tui/version.rs | 1 + src/build/build.rs | 1 + store/src/leaf_set.rs | 1 + store/src/lib.rs | 1 + store/src/lmdb.rs | 1 + store/src/pmmr.rs | 1 + store/src/prune_list.rs | 1 + store/src/types.rs | 1 + store/tests/lmdb.rs | 1 + store/tests/pmmr.rs | 1 + store/tests/prune_list.rs | 1 + store/tests/segment.rs | 1 + store/tests/test_bitmap.rs | 1 + store/tests/utxo_set_perf.rs | 1 + util/src/file.rs | 1 + util/src/hex.rs | 1 + util/src/lib.rs | 1 + util/src/logger.rs | 1 + util/src/macros.rs | 1 + util/src/ov3.rs | 1 + util/src/rate_counter.rs | 1 + util/src/secp_static.rs | 1 + util/src/types.rs | 1 + util/src/zip.rs | 1 + util/tests/file.rs | 1 + util/tests/zip.rs | 1 + 205 files changed, 591 insertions(+), 411 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b8627dcf..767ee2c90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "addr2line" -version = "0.24.2" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ "gimli", ] [[package]] -name = "adler2" -version = "2.0.0" +name = "adler" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aead" @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arc-swap" @@ -121,9 +121,9 @@ checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" [[package]] name = "arrayref" -version = "0.3.9" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" +checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] name = "arrayvec" @@ -142,9 +142,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrayvec" -version = "0.7.6" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "asn1_der" @@ -161,7 +161,7 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" dependencies = [ - "quote 1.0.37", + "quote 1.0.36", "syn 1.0.109", ] @@ -185,19 +185,19 @@ dependencies = [ "concurrent-queue", "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", ] [[package]] name = "async-executor" -version = "1.13.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" +checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.1.1", - "futures-lite 2.4.0", + "fastrand 2.1.0", + "futures-lite 2.3.0", "slab", ] @@ -209,10 +209,10 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.4", + "async-io 2.3.3", "async-lock 3.4.0", "blocking", - "futures-lite 2.4.0", + "futures-lite 2.3.0", "once_cell", ] @@ -223,7 +223,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" dependencies = [ "async-lock 2.8.0", - "autocfg 1.4.0", + "autocfg 1.3.0", "cfg-if 1.0.0", "concurrent-queue", "futures-lite 1.13.0", @@ -238,21 +238,21 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.4" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" +checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" dependencies = [ "async-lock 3.4.0", "cfg-if 1.0.0", "concurrent-queue", "futures-io", - "futures-lite 2.4.0", + "futures-lite 2.3.0", "parking", - "polling 3.7.3", - "rustix 0.38.38", + "polling 3.7.2", + "rustix 0.38.34", "slab", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -272,30 +272,30 @@ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ "event-listener 5.3.1", "event-listener-strategy", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", ] [[package]] name = "async-std" -version = "1.13.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" +checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" dependencies = [ "async-channel 1.9.0", "async-global-executor", - "async-io 2.3.4", - "async-lock 3.4.0", + "async-io 1.13.0", + "async-lock 2.8.0", "crossbeam-utils", "futures-channel", "futures-core", "futures-io", - "futures-lite 2.4.0", + "futures-lite 1.13.0", "gloo-timers", "kv-log-macro", "log", "memchr", "once_cell", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", "pin-utils", "slab", "wasm-bindgen-futures", @@ -313,11 +313,11 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" dependencies = [ - "bytes 1.8.0", + "bytes 1.6.0", "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", ] [[package]] @@ -334,9 +334,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_float" -version = "1.1.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628d228f918ac3b82fe590352cc719d30664a0c13ca3a60266fe02c7132d480a" +checksum = "3c4b08ed8a30ff7320117c190eb4d73d47f0ac0c930ab853b8224cef7cd9a5e7" [[package]] name = "atty" @@ -355,28 +355,28 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", ] [[package]] name = "autocfg" -version = "1.4.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.74" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ "addr2line", + "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", "object", "rustc-demangle", - "windows-targets 0.52.6", ] [[package]] @@ -505,7 +505,7 @@ dependencies = [ "async-channel 2.3.1", "async-task", "futures-io", - "futures-lite 2.4.0", + "futures-lite 2.3.0", "piper", ] @@ -561,9 +561,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" [[package]] name = "bytes" -version = "1.8.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cargo-lock" @@ -579,13 +579,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.34" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9" +checksum = "779e6b7d17797c0b42023d417228c02889300190e700cb074c3438d9c541d332" dependencies = [ "jobserver", "libc", - "shlex", + "once_cell", ] [[package]] @@ -602,9 +602,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfg_aliases" -version = "0.2.1" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chacha20" @@ -642,7 +642,7 @@ dependencies = [ "num-traits 0.2.19", "serde", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-targets 0.52.5", ] [[package]] @@ -714,15 +714,15 @@ checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" [[package]] name = "core-foundation-sys" -version = "0.8.7" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "cpufeatures" -version = "0.2.14" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] @@ -850,7 +850,7 @@ version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ - "quote 1.0.37", + "quote 1.0.36", "syn 1.0.109", ] @@ -865,12 +865,12 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.5" +version = "3.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" +checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" dependencies = [ "nix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -957,16 +957,16 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] name = "darling" -version = "0.20.10" +version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" dependencies = [ "darling_core", "darling_macro", @@ -974,26 +974,26 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" dependencies = [ "fnv", "ident_case", - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" dependencies = [ "darling_core", - "quote 1.0.37", - "syn 2.0.87", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] @@ -1074,7 +1074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" dependencies = [ "libc", - "redox_users 0.4.6", + "redox_users 0.4.5", "winapi 0.3.9", ] @@ -1153,9 +1153,9 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] @@ -1169,23 +1169,23 @@ dependencies = [ [[package]] name = "enumset" -version = "1.1.5" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293" +checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d" dependencies = [ "enumset_derive", ] [[package]] name = "enumset_derive" -version = "0.10.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242" +checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af" dependencies = [ "darling", - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] @@ -1231,7 +1231,7 @@ checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", ] [[package]] @@ -1241,7 +1241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ "event-listener 5.3.1", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", ] [[package]] @@ -1261,9 +1261,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fiat-crypto" @@ -1273,14 +1273,14 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filetime" -version = "0.2.25" +version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" +checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" dependencies = [ "cfg-if 1.0.0", "libc", - "libredox", - "windows-sys 0.59.0", + "redox_syscall 0.4.1", + "windows-sys 0.52.0", ] [[package]] @@ -1291,9 +1291,9 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "miniz_oxide", @@ -1354,9 +1354,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", @@ -1369,9 +1369,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", "futures-sink", @@ -1379,15 +1379,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-executor" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ "futures-core", "futures-task", @@ -1397,9 +1397,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" @@ -1412,45 +1412,45 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", "waker-fn", ] [[package]] name = "futures-lite" -version = "2.4.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.1.1", + "fastrand 2.1.0", "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", ] [[package]] name = "futures-macro" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] name = "futures-sink" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-timer" @@ -1460,9 +1460,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-channel", "futures-core", @@ -1471,7 +1471,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", "pin-utils", "slab", ] @@ -1535,9 +1535,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.31.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "git2" @@ -1554,9 +1554,9 @@ dependencies = [ [[package]] name = "gloo-timers" -version = "0.3.0" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" +checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" dependencies = [ "futures-channel", "futures-core", @@ -1592,9 +1592,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "heck" @@ -1678,7 +1678,7 @@ version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ - "bytes 1.8.0", + "bytes 1.6.0", "fnv", "itoa 1.0.11", ] @@ -1695,9 +1695,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.9.5" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" @@ -1736,7 +1736,7 @@ dependencies = [ "httparse", "httpdate", "itoa 0.4.8", - "pin-project 1.1.7", + "pin-project 1.1.5", "socket2 0.3.19", "tokio 0.2.25", "tower-service", @@ -1794,12 +1794,12 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.61" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", - "core-foundation-sys 0.8.7", + "core-foundation-sys 0.8.6", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", @@ -1859,7 +1859,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85" dependencies = [ "async-io 1.13.0", - "futures 0.3.31", + "futures 0.3.30", "futures-lite 1.13.0", "if-addrs", "ipnet", @@ -1874,18 +1874,18 @@ version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "hashbrown 0.12.3", ] [[package]] name = "indexmap" -version = "2.6.0" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.14.5", ] [[package]] @@ -1928,9 +1928,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "itertools" @@ -1955,18 +1955,18 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" dependencies = [ "wasm-bindgen", ] @@ -2020,9 +2020,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libgit2-sys" @@ -2054,7 +2054,6 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.6.0", "libc", - "redox_syscall 0.5.7", ] [[package]] @@ -2075,9 +2074,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.20" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" +checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" dependencies = [ "cc", "libc", @@ -2130,7 +2129,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "scopeguard", ] @@ -2208,11 +2207,11 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.8.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ - "adler2", + "adler", ] [[package]] @@ -2236,14 +2235,13 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.2" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ - "hermit-abi 0.3.9", "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "windows-sys 0.48.0", ] [[package]] @@ -2311,8 +2309,8 @@ checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99" dependencies = [ "proc-macro-crate", "proc-macro-error", - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "syn 1.0.109", "synstructure", ] @@ -2328,10 +2326,10 @@ name = "multistream-select" version = "0.10.1" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ - "bytes 1.8.0", - "futures 0.3.31", + "bytes 1.6.0", + "futures 0.3.30", "log", - "pin-project 1.1.7", + "pin-project 1.1.5", "smallvec", "unsigned-varint 0.7.2", ] @@ -2347,7 +2345,7 @@ dependencies = [ "ctrlc", "cursive", "cursive_table_view", - "futures 0.3.31", + "futures 0.3.30", "humansize", "log", "mwc_api", @@ -2371,8 +2369,8 @@ version = "0.35.3" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ "atomic", - "bytes 1.8.0", - "futures 0.3.31", + "bytes 1.6.0", + "futures 0.3.30", "lazy_static", "mwc-libp2p-core", "mwc-libp2p-dns", @@ -2386,7 +2384,7 @@ dependencies = [ "mwc-libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.2", - "pin-project 1.1.7", + "pin-project 1.1.5", "smallvec", "wasm-timer", ] @@ -2402,7 +2400,7 @@ dependencies = [ "ed25519-dalek", "either", "fnv", - "futures 0.3.31", + "futures 0.3.30", "futures-timer", "lazy_static", "libsecp256k1", @@ -2411,7 +2409,7 @@ dependencies = [ "multistream-select", "parity-multiaddr", "parking_lot 0.11.2", - "pin-project 1.1.7", + "pin-project 1.1.5", "prost", "prost-build", "rand 0.7.3", @@ -2431,7 +2429,7 @@ name = "mwc-libp2p-dns" version = "0.27.1" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ - "futures 0.3.31", + "futures 0.3.30", "log", "mwc-libp2p-core", ] @@ -2444,9 +2442,9 @@ dependencies = [ "asynchronous-codec", "base64 0.13.1", "byteorder", - "bytes 1.8.0", + "bytes 1.6.0", "fnv", - "futures 0.3.31", + "futures 0.3.30", "hex_fmt", "log", "mwc-libp2p-core", @@ -2467,8 +2465,8 @@ version = "0.27.2" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ "asynchronous-codec", - "bytes 1.8.0", - "futures 0.3.31", + "bytes 1.6.0", + "futures 0.3.30", "log", "mwc-libp2p-core", "nohash-hasher", @@ -2483,9 +2481,9 @@ name = "mwc-libp2p-noise" version = "0.29.2" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ - "bytes 1.8.0", + "bytes 1.6.0", "curve25519-dalek 3.2.0", - "futures 0.3.31", + "futures 0.3.30", "lazy_static", "log", "mwc-libp2p-core", @@ -2504,7 +2502,7 @@ name = "mwc-libp2p-ping" version = "0.27.1" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ - "futures 0.3.31", + "futures 0.3.30", "log", "mwc-libp2p-core", "mwc-libp2p-swarm", @@ -2519,7 +2517,7 @@ version = "0.27.1" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ "either", - "futures 0.3.31", + "futures 0.3.30", "log", "mwc-libp2p-core", "rand 0.7.3", @@ -2533,7 +2531,7 @@ name = "mwc-libp2p-swarm-derivee" version = "0.22.1" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ - "quote 1.0.37", + "quote 1.0.36", "syn 1.0.109", ] @@ -2543,7 +2541,7 @@ version = "0.27.2" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ "async-io 1.13.0", - "futures 0.3.31", + "futures 0.3.30", "futures-timer", "if-addrs", "if-watch", @@ -2552,7 +2550,7 @@ dependencies = [ "log", "mwc-libp2p-core", "socket2 0.3.19", - "tokio 1.41.0", + "tokio 1.38.0", ] [[package]] @@ -2561,7 +2559,7 @@ version = "0.7.2" source = "git+https://github.com/mwcproject/rust-libp2p-tokio-socks5?branch=master#33e8e9ea1535448bb08249b2860d16dc40f2cc2b" dependencies = [ "data-encoding", - "futures 0.3.31", + "futures 0.3.30", "futures-timer", "if-addrs", "ipnet", @@ -2577,7 +2575,7 @@ name = "mwc-libp2p-yamux" version = "0.30.2" source = "git+https://github.com/mwcproject/rust-libp2p?branch=master#9b7d8016a00a0facb908b51b1087d6a8f2f6a6a4" dependencies = [ - "futures 0.3.31", + "futures 0.3.30", "mwc-libp2p-core", "parking_lot 0.11.2", "thiserror", @@ -2591,7 +2589,7 @@ dependencies = [ "bytes 0.5.6", "chrono", "easy-jsonrpc-mw", - "futures 0.3.31", + "futures 0.3.30", "http", "hyper", "hyper-rustls 0.20.0", @@ -2716,7 +2714,7 @@ dependencies = [ "chrono", "ed25519-dalek", "enum_primitive", - "futures 0.3.31", + "futures 0.3.30", "lazy_static", "log", "lru-cache", @@ -2763,7 +2761,7 @@ name = "mwc_secp256k1zkp" version = "0.7.15" source = "git+https://github.com/mwcproject/rust-secp256k1-zkp?tag=0.7.15#729b97ab3f6eba72366e02c98fe71b36d22f8c9d" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.4", "cc", "libc", "rand 0.5.6", @@ -2781,7 +2779,7 @@ dependencies = [ "dirs 1.0.5", "ed25519-dalek", "fs2", - "futures 0.3.31", + "futures 0.3.30", "http", "hyper", "hyper-rustls 0.20.0", @@ -2879,9 +2877,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.29.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ "bitflags 2.6.0", "cfg-if 1.0.0", @@ -2934,7 +2932,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "num-integer", "num-traits 0.2.19", ] @@ -2945,7 +2943,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "num-traits 0.2.19", ] @@ -2979,7 +2977,7 @@ version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "num-integer", "num-traits 0.2.19", ] @@ -2990,7 +2988,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "num-bigint", "num-integer", "num-traits 0.2.19", @@ -3021,7 +3019,7 @@ version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", ] [[package]] @@ -3045,18 +3043,18 @@ dependencies = [ [[package]] name = "object" -version = "0.36.5" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" +checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.20.2" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opaque-debug" @@ -3135,9 +3133,9 @@ dependencies = [ [[package]] name = "parking" -version = "2.2.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" +checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" [[package]] name = "parking_lot" @@ -3249,11 +3247,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.7" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ - "pin-project-internal 1.1.7", + "pin-project-internal 1.1.5", ] [[package]] @@ -3262,20 +3260,20 @@ version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "syn 1.0.109", ] [[package]] name = "pin-project-internal" -version = "1.1.7" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] @@ -3286,9 +3284,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" @@ -3298,20 +3296,20 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.4" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" +checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" dependencies = [ "atomic-waker", - "fastrand 2.1.1", + "fastrand 2.1.0", "futures-io", ] [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polling" @@ -3319,29 +3317,29 @@ version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", "bitflags 1.3.2", "cfg-if 1.0.0", "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", "windows-sys 0.48.0", ] [[package]] name = "polling" -version = "3.7.3" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" +checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" dependencies = [ "cfg-if 1.0.0", "concurrent-queue", "hermit-abi 0.4.0", - "pin-project-lite 0.2.15", - "rustix 0.38.38", + "pin-project-lite 0.2.14", + "rustix 0.38.34", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3375,12 +3373,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.20" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" -dependencies = [ - "zerocopy", -] +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "pretty_assertions" @@ -3411,8 +3406,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "syn 1.0.109", "version_check", ] @@ -3423,8 +3418,8 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "version_check", ] @@ -3439,9 +3434,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] @@ -3452,7 +3447,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" dependencies = [ - "bytes 1.8.0", + "bytes 1.6.0", "prost-derive", ] @@ -3462,7 +3457,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3" dependencies = [ - "bytes 1.8.0", + "bytes 1.6.0", "heck", "itertools", "log", @@ -3482,8 +3477,8 @@ checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4" dependencies = [ "anyhow", "itertools", - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "syn 1.0.109", ] @@ -3493,7 +3488,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb" dependencies = [ - "bytes 1.8.0", + "bytes 1.6.0", "prost", ] @@ -3514,11 +3509,11 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ - "proc-macro2 1.0.89", + "proc-macro2 1.0.86", ] [[package]] @@ -3757,11 +3752,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" dependencies = [ - "bitflags 2.6.0", + "bitflags 1.3.2", ] [[package]] @@ -3777,9 +3772,9 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.4.6" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ "getrandom 0.2.15", "libredox", @@ -3788,9 +3783,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.1" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", @@ -3800,9 +3795,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.8" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", @@ -3811,9 +3806,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.5" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "ring" @@ -3876,9 +3871,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc_version" -version = "0.4.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ "semver 1.0.23", ] @@ -3899,9 +3894,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.38" +version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ "bitflags 2.6.0", "errno", @@ -3954,7 +3949,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.31", + "futures 0.3.30", "pin-project 0.4.30", "static_assertions", ] @@ -3976,11 +3971,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.26" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" +checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4046,9 +4041,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.214" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -4065,23 +4060,22 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.214" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" dependencies = [ "itoa 1.0.11", - "memchr", "ryu", "serde", ] @@ -4147,12 +4141,6 @@ dependencies = [ "opaque-debug 0.2.3", ] -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - [[package]] name = "signal-hook" version = "0.3.17" @@ -4190,7 +4178,7 @@ version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ - "autocfg 1.4.0", + "autocfg 1.3.0", ] [[package]] @@ -4323,19 +4311,19 @@ version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "unicode-ident", ] [[package]] name = "syn" -version = "2.0.87" +version = "2.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" +checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "unicode-ident", ] @@ -4345,10 +4333,10 @@ version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "syn 1.0.109", - "unicode-xid 0.2.6", + "unicode-xid 0.2.4", ] [[package]] @@ -4366,15 +4354,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if 1.0.0", - "fastrand 2.1.1", - "once_cell", - "rustix 0.38.38", - "windows-sys 0.59.0", + "fastrand 2.1.0", + "rustix 0.38.34", + "windows-sys 0.52.0", ] [[package]] @@ -4417,22 +4404,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.67" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3c6efbfc763e64eb85c11c25320f0737cb7364c4b6336db90aa9ebe27a0bbd" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.67" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b607164372e89797d78b8e23a6d67d5d1038c1c65efd52e1389ef8b77caba2a6" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] @@ -4490,9 +4477,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82" dependencies = [ "tinyvec_macros", ] @@ -4529,16 +4516,16 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "libc", - "mio 1.0.2", - "pin-project-lite 0.2.15", + "mio 0.8.11", + "pin-project-lite 0.2.14", "socket2 0.5.7", - "windows-sys 0.52.0", + "windows-sys 0.48.0", ] [[package]] @@ -4557,8 +4544,8 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", + "proc-macro2 1.0.86", + "quote 1.0.36", "syn 1.0.109", ] @@ -4594,7 +4581,7 @@ checksum = "1997788a0e25e09300e44680ba1ef9d44d6f634a883641f80109e8b59c928daf" dependencies = [ "bytes 0.4.12", "either", - "futures 0.3.31", + "futures 0.3.30", "thiserror", "tokio 0.2.25", ] @@ -4638,9 +4625,9 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.8" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" [[package]] name = "toml_edit" @@ -4648,7 +4635,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.2.6", "toml_datetime", "winnow", ] @@ -4665,9 +4652,9 @@ dependencies = [ [[package]] name = "tower-service" -version = "0.3.3" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" @@ -4676,7 +4663,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.15", + "pin-project-lite 0.2.14", "tracing-core", ] @@ -4695,7 +4682,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 1.1.7", + "pin-project 1.1.5", "tracing", ] @@ -4728,36 +4715,36 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unicode-bidi" -version = "0.3.17" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" -version = "0.1.24" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.12.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.14" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" @@ -4767,9 +4754,9 @@ checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "unicode-xid" -version = "0.2.6" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" +checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "universal-hash" @@ -4803,7 +4790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ "asynchronous-codec", - "bytes 1.8.0", + "bytes 1.6.0", ] [[package]] @@ -4831,9 +4818,9 @@ dependencies = [ [[package]] name = "value-bag" -version = "1.10.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2" +checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "vcpkg" @@ -4849,9 +4836,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "version_check" -version = "0.9.5" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "void" @@ -4898,35 +4885,34 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" dependencies = [ "cfg-if 1.0.0", - "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" dependencies = [ "bumpalo", "log", "once_cell", - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.45" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" +checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -4936,32 +4922,32 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" dependencies = [ - "quote 1.0.37", + "quote 1.0.36", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wasm-timer" @@ -4969,7 +4955,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.31", + "futures 0.3.30", "js-sys", "parking_lot 0.11.2", "pin-utils", @@ -4980,9 +4966,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" dependencies = [ "js-sys", "wasm-bindgen", @@ -5016,7 +5002,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.38", + "rustix 0.38.34", ] [[package]] @@ -5049,11 +5035,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.9" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5068,7 +5054,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.5", ] [[package]] @@ -5086,16 +5072,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.5", ] [[package]] @@ -5115,18 +5092,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", + "windows_aarch64_gnullvm 0.52.5", + "windows_aarch64_msvc 0.52.5", + "windows_i686_gnu 0.52.5", "windows_i686_gnullvm", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", + "windows_i686_msvc 0.52.5", + "windows_x86_64_gnu 0.52.5", + "windows_x86_64_gnullvm 0.52.5", + "windows_x86_64_msvc 0.52.5", ] [[package]] @@ -5137,9 +5114,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" [[package]] name = "windows_aarch64_msvc" @@ -5149,9 +5126,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" [[package]] name = "windows_i686_gnu" @@ -5161,15 +5138,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" [[package]] name = "windows_i686_gnullvm" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" [[package]] name = "windows_i686_msvc" @@ -5179,9 +5156,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" [[package]] name = "windows_x86_64_gnu" @@ -5191,9 +5168,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" [[package]] name = "windows_x86_64_gnullvm" @@ -5203,9 +5180,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" [[package]] name = "windows_x86_64_msvc" @@ -5215,9 +5192,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.6" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "winnow" @@ -5285,7 +5262,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271" dependencies = [ - "futures 0.3.31", + "futures 0.3.30", "log", "nohash-hasher", "parking_lot 0.11.2", @@ -5295,23 +5272,22 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.35" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" dependencies = [ - "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.35" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] @@ -5329,9 +5305,9 @@ version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ - "proc-macro2 1.0.89", - "quote 1.0.37", - "syn 2.0.87", + "proc-macro2 1.0.86", + "quote 1.0.36", + "syn 2.0.68", ] [[package]] diff --git a/api/src/auth.rs b/api/src/auth.rs index c6ba83721..b568e1a2c 100644 --- a/api/src/auth.rs +++ b/api/src/auth.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/client.rs b/api/src/client.rs index 9d7cd5589..c1c9e0093 100644 --- a/api/src/client.rs +++ b/api/src/client.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/foreign.rs b/api/src/foreign.rs index 216297216..7b86b5f7d 100644 --- a/api/src/foreign.rs +++ b/api/src/foreign.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/foreign_rpc.rs b/api/src/foreign_rpc.rs index 433a1d8ee..d3aa22425 100644 --- a/api/src/foreign_rpc.rs +++ b/api/src/foreign_rpc.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers.rs b/api/src/handlers.rs index e4e287c10..0970527ef 100644 --- a/api/src/handlers.rs +++ b/api/src/handlers.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/blocks_api.rs b/api/src/handlers/blocks_api.rs index 20cf876e6..486c8f345 100644 --- a/api/src/handlers/blocks_api.rs +++ b/api/src/handlers/blocks_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/chain_api.rs b/api/src/handlers/chain_api.rs index 74f5ee0f0..d4bb07504 100644 --- a/api/src/handlers/chain_api.rs +++ b/api/src/handlers/chain_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/peers_api.rs b/api/src/handlers/peers_api.rs index a100d46f8..1af539585 100644 --- a/api/src/handlers/peers_api.rs +++ b/api/src/handlers/peers_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/pool_api.rs b/api/src/handlers/pool_api.rs index b867217ea..a4c01e002 100644 --- a/api/src/handlers/pool_api.rs +++ b/api/src/handlers/pool_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/server_api.rs b/api/src/handlers/server_api.rs index 476baa656..6f3b0bb7a 100644 --- a/api/src/handlers/server_api.rs +++ b/api/src/handlers/server_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/transactions_api.rs b/api/src/handlers/transactions_api.rs index 4d328e4d1..4674d5ec1 100644 --- a/api/src/handlers/transactions_api.rs +++ b/api/src/handlers/transactions_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/utils.rs b/api/src/handlers/utils.rs index fe2a5b569..753e29420 100644 --- a/api/src/handlers/utils.rs +++ b/api/src/handlers/utils.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/handlers/version_api.rs b/api/src/handlers/version_api.rs index 685df9343..45feada98 100644 --- a/api/src/handlers/version_api.rs +++ b/api/src/handlers/version_api.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/json_rpc.rs b/api/src/json_rpc.rs index 45f489223..24f17d490 100644 --- a/api/src/json_rpc.rs +++ b/api/src/json_rpc.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/lib.rs b/api/src/lib.rs index 9eaf4252c..70e87e61b 100644 --- a/api/src/lib.rs +++ b/api/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/owner.rs b/api/src/owner.rs index 02f80836a..714bff84c 100644 --- a/api/src/owner.rs +++ b/api/src/owner.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/owner_rpc.rs b/api/src/owner_rpc.rs index 5d340fc85..768bb3885 100644 --- a/api/src/owner_rpc.rs +++ b/api/src/owner_rpc.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/rest.rs b/api/src/rest.rs index 783ffbc4f..b298d0e02 100644 --- a/api/src/rest.rs +++ b/api/src/rest.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/router.rs b/api/src/router.rs index 92a5a1ca5..0fff2f715 100644 --- a/api/src/router.rs +++ b/api/src/router.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/src/types.rs b/api/src/types.rs index aeb325411..c536adf6a 100644 --- a/api/src/types.rs +++ b/api/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/chain.rs b/chain/src/chain.rs index 65825093d..729a265aa 100644 --- a/chain/src/chain.rs +++ b/chain/src/chain.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/error.rs b/chain/src/error.rs index 93e155de7..4c7b43c24 100644 --- a/chain/src/error.rs +++ b/chain/src/error.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/lib.rs b/chain/src/lib.rs index c56631f64..23485bdcb 100644 --- a/chain/src/lib.rs +++ b/chain/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/linked_list.rs b/chain/src/linked_list.rs index d15490c4a..71fc41263 100644 --- a/chain/src/linked_list.rs +++ b/chain/src/linked_list.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/pibd_params.rs b/chain/src/pibd_params.rs index e8b2aa972..834dc6b5f 100644 --- a/chain/src/pibd_params.rs +++ b/chain/src/pibd_params.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/pipe.rs b/chain/src/pipe.rs index eab179494..2d7a1cf4f 100644 --- a/chain/src/pipe.rs +++ b/chain/src/pipe.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/store.rs b/chain/src/store.rs index f82e5dd2f..0af209b3d 100644 --- a/chain/src/store.rs +++ b/chain/src/store.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset.rs b/chain/src/txhashset.rs index 6f319b1e8..bff177ef9 100644 --- a/chain/src/txhashset.rs +++ b/chain/src/txhashset.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset/bitmap_accumulator.rs b/chain/src/txhashset/bitmap_accumulator.rs index 5d5da6e74..44b88f7a6 100644 --- a/chain/src/txhashset/bitmap_accumulator.rs +++ b/chain/src/txhashset/bitmap_accumulator.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset/desegmenter.rs b/chain/src/txhashset/desegmenter.rs index a054c8ef1..66d6b8edb 100644 --- a/chain/src/txhashset/desegmenter.rs +++ b/chain/src/txhashset/desegmenter.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset/rewindable_kernel_view.rs b/chain/src/txhashset/rewindable_kernel_view.rs index fc3912b33..1c7ace338 100644 --- a/chain/src/txhashset/rewindable_kernel_view.rs +++ b/chain/src/txhashset/rewindable_kernel_view.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset/segmenter.rs b/chain/src/txhashset/segmenter.rs index 11c423a24..25fbd47e5 100644 --- a/chain/src/txhashset/segmenter.rs +++ b/chain/src/txhashset/segmenter.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset/txhashset.rs b/chain/src/txhashset/txhashset.rs index 71a51a16a..69c30ba2e 100644 --- a/chain/src/txhashset/txhashset.rs +++ b/chain/src/txhashset/txhashset.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/txhashset/utxo_view.rs b/chain/src/txhashset/utxo_view.rs index e47db902f..d7038ab44 100644 --- a/chain/src/txhashset/utxo_view.rs +++ b/chain/src/txhashset/utxo_view.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/src/types.rs b/chain/src/types.rs index bdd62a994..60eed5275 100644 --- a/chain/src/types.rs +++ b/chain/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/bitmap_accumulator.rs b/chain/tests/bitmap_accumulator.rs index 30400919f..9e540bb68 100644 --- a/chain/tests/bitmap_accumulator.rs +++ b/chain/tests/bitmap_accumulator.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/chain_test_helper.rs b/chain/tests/chain_test_helper.rs index 3b387f1a7..c3e67746e 100644 --- a/chain/tests/chain_test_helper.rs +++ b/chain/tests/chain_test_helper.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/data_file_integrity.rs b/chain/tests/data_file_integrity.rs index 15974ccfd..141724204 100644 --- a/chain/tests/data_file_integrity.rs +++ b/chain/tests/data_file_integrity.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/mine_nrd_kernel.rs b/chain/tests/mine_nrd_kernel.rs index e45c05aed..6e7f68ed8 100644 --- a/chain/tests/mine_nrd_kernel.rs +++ b/chain/tests/mine_nrd_kernel.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/mine_simple_chain.rs b/chain/tests/mine_simple_chain.rs index c3521dc87..e812176b1 100644 --- a/chain/tests/mine_simple_chain.rs +++ b/chain/tests/mine_simple_chain.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/nrd_validation_rules.rs b/chain/tests/nrd_validation_rules.rs index d2130bc2b..748918db7 100644 --- a/chain/tests/nrd_validation_rules.rs +++ b/chain/tests/nrd_validation_rules.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/process_block_cut_through.rs b/chain/tests/process_block_cut_through.rs index cfcd41d00..51d3e4f36 100644 --- a/chain/tests/process_block_cut_through.rs +++ b/chain/tests/process_block_cut_through.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/store_indices.rs b/chain/tests/store_indices.rs index 319ee4ba5..86da66025 100644 --- a/chain/tests/store_indices.rs +++ b/chain/tests/store_indices.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/store_kernel_pos_index.rs b/chain/tests/store_kernel_pos_index.rs index a155fafa9..0c8e1dcba 100644 --- a/chain/tests/store_kernel_pos_index.rs +++ b/chain/tests/store_kernel_pos_index.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_block_known.rs b/chain/tests/test_block_known.rs index 91fdd7839..1876245ce 100644 --- a/chain/tests/test_block_known.rs +++ b/chain/tests/test_block_known.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_coinbase_maturity.rs b/chain/tests/test_coinbase_maturity.rs index f2b9df8be..263283142 100644 --- a/chain/tests/test_coinbase_maturity.rs +++ b/chain/tests/test_coinbase_maturity.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_get_kernel_height.rs b/chain/tests/test_get_kernel_height.rs index 90edbd8df..8bfee9690 100644 --- a/chain/tests/test_get_kernel_height.rs +++ b/chain/tests/test_get_kernel_height.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_header_perf.rs b/chain/tests/test_header_perf.rs index 7311618bb..813890fe3 100644 --- a/chain/tests/test_header_perf.rs +++ b/chain/tests/test_header_perf.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_header_weight_validation.rs b/chain/tests/test_header_weight_validation.rs index 2ef7df2c7..96d594ace 100644 --- a/chain/tests/test_header_weight_validation.rs +++ b/chain/tests/test_header_weight_validation.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_pibd_copy.rs b/chain/tests/test_pibd_copy.rs index b66bf4730..5ca911833 100644 --- a/chain/tests/test_pibd_copy.rs +++ b/chain/tests/test_pibd_copy.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_pibd_validation.rs b/chain/tests/test_pibd_validation.rs index ae607b18d..4def48f59 100644 --- a/chain/tests/test_pibd_validation.rs +++ b/chain/tests/test_pibd_validation.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_txhashset.rs b/chain/tests/test_txhashset.rs index 184a9020f..61c430542 100644 --- a/chain/tests/test_txhashset.rs +++ b/chain/tests/test_txhashset.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/chain/tests/test_txhashset_archive.rs b/chain/tests/test_txhashset_archive.rs index 8f9b6f6ac..caac342a5 100644 --- a/chain/tests/test_txhashset_archive.rs +++ b/chain/tests/test_txhashset_archive.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/config/src/comments.rs b/config/src/comments.rs index d70657d02..37b1dcac2 100644 --- a/config/src/comments.rs +++ b/config/src/comments.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/config/src/config.rs b/config/src/config.rs index 4479fdc57..6a3fd8d32 100644 --- a/config/src/config.rs +++ b/config/src/config.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/config/src/lib.rs b/config/src/lib.rs index b49d457eb..80ce1a2c4 100644 --- a/config/src/lib.rs +++ b/config/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/config/src/types.rs b/config/src/types.rs index a807bafe1..a186f7304 100644 --- a/config/src/types.rs +++ b/config/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/consensus.rs b/core/src/consensus.rs index b65628ddf..9cb363b54 100644 --- a/core/src/consensus.rs +++ b/core/src/consensus.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/src/core.rs b/core/src/core.rs index b5fb319f1..5dac8c1b3 100644 --- a/core/src/core.rs +++ b/core/src/core.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/block.rs b/core/src/core/block.rs index 619752563..9f7da76d0 100644 --- a/core/src/core/block.rs +++ b/core/src/core/block.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/block_sums.rs b/core/src/core/block_sums.rs index 697849cd1..89cffee6b 100644 --- a/core/src/core/block_sums.rs +++ b/core/src/core/block_sums.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/committed.rs b/core/src/core/committed.rs index 689498df7..e6c53ec4e 100644 --- a/core/src/core/committed.rs +++ b/core/src/core/committed.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/compact_block.rs b/core/src/core/compact_block.rs index 14ad9937a..24034d544 100644 --- a/core/src/core/compact_block.rs +++ b/core/src/core/compact_block.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/hash.rs b/core/src/core/hash.rs index cb54f0930..b4a9e16cf 100644 --- a/core/src/core/hash.rs +++ b/core/src/core/hash.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/id.rs b/core/src/core/id.rs index 14d2f313e..6e52dc4b0 100644 --- a/core/src/core/id.rs +++ b/core/src/core/id.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/merkle_proof.rs b/core/src/core/merkle_proof.rs index f3b5f5cbd..05131d61c 100644 --- a/core/src/core/merkle_proof.rs +++ b/core/src/core/merkle_proof.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr.rs b/core/src/core/pmmr.rs index fd76e8650..0273f92d0 100644 --- a/core/src/core/pmmr.rs +++ b/core/src/core/pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr/backend.rs b/core/src/core/pmmr/backend.rs index 2559a1a15..c66677e2a 100644 --- a/core/src/core/pmmr/backend.rs +++ b/core/src/core/pmmr/backend.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr/pmmr.rs b/core/src/core/pmmr/pmmr.rs index a09b6c8a1..2b22a2b73 100644 --- a/core/src/core/pmmr/pmmr.rs +++ b/core/src/core/pmmr/pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr/readonly_pmmr.rs b/core/src/core/pmmr/readonly_pmmr.rs index f6ebeceaa..e7007601e 100644 --- a/core/src/core/pmmr/readonly_pmmr.rs +++ b/core/src/core/pmmr/readonly_pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr/rewindable_pmmr.rs b/core/src/core/pmmr/rewindable_pmmr.rs index e2bac6a5c..b096cde8f 100644 --- a/core/src/core/pmmr/rewindable_pmmr.rs +++ b/core/src/core/pmmr/rewindable_pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr/segment.rs b/core/src/core/pmmr/segment.rs index aee439545..592c5f92a 100644 --- a/core/src/core/pmmr/segment.rs +++ b/core/src/core/pmmr/segment.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/pmmr/vec_backend.rs b/core/src/core/pmmr/vec_backend.rs index cfaff2341..c73e600f0 100644 --- a/core/src/core/pmmr/vec_backend.rs +++ b/core/src/core/pmmr/vec_backend.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/core/transaction.rs b/core/src/core/transaction.rs index 91d1c22bd..b7c71bf31 100644 --- a/core/src/core/transaction.rs +++ b/core/src/core/transaction.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/genesis.rs b/core/src/genesis.rs index aa5a6ec3a..d66bb2566 100644 --- a/core/src/genesis.rs +++ b/core/src/genesis.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/global.rs b/core/src/global.rs index 830f7b65d..e58f6bd89 100644 --- a/core/src/global.rs +++ b/core/src/global.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/lib.rs b/core/src/lib.rs index f7c057653..974af1385 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/aggsig.rs b/core/src/libtx/aggsig.rs index 42b3f0a5c..5f9563947 100644 --- a/core/src/libtx/aggsig.rs +++ b/core/src/libtx/aggsig.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/build.rs b/core/src/libtx/build.rs index 30f5bd487..e8f7f096f 100644 --- a/core/src/libtx/build.rs +++ b/core/src/libtx/build.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/error.rs b/core/src/libtx/error.rs index 564622d07..419cbbd3a 100644 --- a/core/src/libtx/error.rs +++ b/core/src/libtx/error.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/mod.rs b/core/src/libtx/mod.rs index 03a40ac48..95bd8889d 100644 --- a/core/src/libtx/mod.rs +++ b/core/src/libtx/mod.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/proof.rs b/core/src/libtx/proof.rs index de1861377..66fbe034e 100644 --- a/core/src/libtx/proof.rs +++ b/core/src/libtx/proof.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/reward.rs b/core/src/libtx/reward.rs index bc0a36d12..5086d2762 100644 --- a/core/src/libtx/reward.rs +++ b/core/src/libtx/reward.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/libtx/secp_ser.rs b/core/src/libtx/secp_ser.rs index 314e3816b..77fb5fe23 100644 --- a/core/src/libtx/secp_ser.rs +++ b/core/src/libtx/secp_ser.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/macros.rs b/core/src/macros.rs index 40e889344..79c84f003 100644 --- a/core/src/macros.rs +++ b/core/src/macros.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow.rs b/core/src/pow.rs index 59519a539..e3b6c25d8 100644 --- a/core/src/pow.rs +++ b/core/src/pow.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/common.rs b/core/src/pow/common.rs index 0c3aca5eb..c4499aca0 100644 --- a/core/src/pow/common.rs +++ b/core/src/pow/common.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/cuckaroo.rs b/core/src/pow/cuckaroo.rs index f30305060..bb0a2d313 100644 --- a/core/src/pow/cuckaroo.rs +++ b/core/src/pow/cuckaroo.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/cuckarood.rs b/core/src/pow/cuckarood.rs index ef06cdd9f..4ec879fbc 100644 --- a/core/src/pow/cuckarood.rs +++ b/core/src/pow/cuckarood.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/cuckaroom.rs b/core/src/pow/cuckaroom.rs index aae3a051f..baa70e018 100644 --- a/core/src/pow/cuckaroom.rs +++ b/core/src/pow/cuckaroom.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/cuckarooz.rs b/core/src/pow/cuckarooz.rs index 34da2d529..eaad6b4f5 100644 --- a/core/src/pow/cuckarooz.rs +++ b/core/src/pow/cuckarooz.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/error.rs b/core/src/pow/error.rs index 2b976df64..f3090cb93 100644 --- a/core/src/pow/error.rs +++ b/core/src/pow/error.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/siphash.rs b/core/src/pow/siphash.rs index 4093beb5f..d0637e8cf 100644 --- a/core/src/pow/siphash.rs +++ b/core/src/pow/siphash.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/pow/types.rs b/core/src/pow/types.rs index 7fc8eb7e1..074cce862 100644 --- a/core/src/pow/types.rs +++ b/core/src/pow/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/src/ser.rs b/core/src/ser.rs index b8d2c3cc1..d6bf1a305 100644 --- a/core/src/ser.rs +++ b/core/src/ser.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/block.rs b/core/tests/block.rs index 1a0366650..7d026333b 100644 --- a/core/tests/block.rs +++ b/core/tests/block.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/common.rs b/core/tests/common.rs index 47cd0fef0..5bfdb9d40 100644 --- a/core/tests/common.rs +++ b/core/tests/common.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/consensus_automated.rs b/core/tests/consensus_automated.rs index c0b6b1154..3f6c18e94 100644 --- a/core/tests/consensus_automated.rs +++ b/core/tests/consensus_automated.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/tests/consensus_mainnet.rs b/core/tests/consensus_mainnet.rs index 927c57dc6..98b15a308 100644 --- a/core/tests/consensus_mainnet.rs +++ b/core/tests/consensus_mainnet.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/tests/core.rs b/core/tests/core.rs index f996e1b97..291aead7a 100644 --- a/core/tests/core.rs +++ b/core/tests/core.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/merkle_proof.rs b/core/tests/merkle_proof.rs index e79601246..97e5dbbda 100644 --- a/core/tests/merkle_proof.rs +++ b/core/tests/merkle_proof.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/pmmr.rs b/core/tests/pmmr.rs index 30697e1ae..53f38a288 100644 --- a/core/tests/pmmr.rs +++ b/core/tests/pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/segment.rs b/core/tests/segment.rs index 99963c159..f20581a99 100644 --- a/core/tests/segment.rs +++ b/core/tests/segment.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/transaction.rs b/core/tests/transaction.rs index f2ce4d46c..146802efc 100644 --- a/core/tests/transaction.rs +++ b/core/tests/transaction.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/tests/vec_backend.rs b/core/tests/vec_backend.rs index 2e5ce628d..c6804349a 100644 --- a/core/tests/vec_backend.rs +++ b/core/tests/vec_backend.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/etc/gen_gen/src/bin/gen_gen.rs b/etc/gen_gen/src/bin/gen_gen.rs index cba1edc60..1b0f67e22 100644 --- a/etc/gen_gen/src/bin/gen_gen.rs +++ b/etc/gen_gen/src/bin/gen_gen.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/base58.rs b/keychain/src/base58.rs index 954e2886c..6860b026a 100644 --- a/keychain/src/base58.rs +++ b/keychain/src/base58.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/extkey_bip32.rs b/keychain/src/extkey_bip32.rs index 822b38430..205b09448 100644 --- a/keychain/src/extkey_bip32.rs +++ b/keychain/src/extkey_bip32.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/keychain.rs b/keychain/src/keychain.rs index 53f169013..d88c35370 100644 --- a/keychain/src/keychain.rs +++ b/keychain/src/keychain.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/lib.rs b/keychain/src/lib.rs index f13da11c8..30392ce30 100644 --- a/keychain/src/lib.rs +++ b/keychain/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/mnemonic.rs b/keychain/src/mnemonic.rs index 002f7b26f..1f5225a32 100644 --- a/keychain/src/mnemonic.rs +++ b/keychain/src/mnemonic.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/types.rs b/keychain/src/types.rs index c17d95b2c..258309e98 100644 --- a/keychain/src/types.rs +++ b/keychain/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/keychain/src/view_key.rs b/keychain/src/view_key.rs index 7f14d6885..ea6fc547b 100644 --- a/keychain/src/view_key.rs +++ b/keychain/src/view_key.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/codec.rs b/p2p/src/codec.rs index 31a1d888d..0a06e1e32 100644 --- a/p2p/src/codec.rs +++ b/p2p/src/codec.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/conn.rs b/p2p/src/conn.rs index b21375f8c..2293895a2 100644 --- a/p2p/src/conn.rs +++ b/p2p/src/conn.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/handshake.rs b/p2p/src/handshake.rs index 9facf0038..045cf3b96 100644 --- a/p2p/src/handshake.rs +++ b/p2p/src/handshake.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/lib.rs b/p2p/src/lib.rs index 03e4de816..7827d1251 100644 --- a/p2p/src/lib.rs +++ b/p2p/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/msg.rs b/p2p/src/msg.rs index cd978ca1c..652721174 100644 --- a/p2p/src/msg.rs +++ b/p2p/src/msg.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/peer.rs b/p2p/src/peer.rs index f99d11f86..dd44a782a 100644 --- a/p2p/src/peer.rs +++ b/p2p/src/peer.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/peers.rs b/p2p/src/peers.rs index 7e8d0875d..8f362c050 100644 --- a/p2p/src/peers.rs +++ b/p2p/src/peers.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/protocol.rs b/p2p/src/protocol.rs index 2e244d5d8..f2ba0c6d2 100644 --- a/p2p/src/protocol.rs +++ b/p2p/src/protocol.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/serv.rs b/p2p/src/serv.rs index 185db3877..81fae5e82 100644 --- a/p2p/src/serv.rs +++ b/p2p/src/serv.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/store.rs b/p2p/src/store.rs index 640ffd0ac..be1023579 100644 --- a/p2p/src/store.rs +++ b/p2p/src/store.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/src/types.rs b/p2p/src/types.rs index b7808ef79..40a818982 100644 --- a/p2p/src/types.rs +++ b/p2p/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/tests/capabilities.rs b/p2p/tests/capabilities.rs index 0452ba78f..402e10231 100644 --- a/p2p/tests/capabilities.rs +++ b/p2p/tests/capabilities.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/tests/peer_addr.rs b/p2p/tests/peer_addr.rs index 6613ffd00..49a4b36d3 100644 --- a/p2p/tests/peer_addr.rs +++ b/p2p/tests/peer_addr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/tests/peer_handshake.rs b/p2p/tests/peer_handshake.rs index c3fa804c3..18a3dc4be 100644 --- a/p2p/tests/peer_handshake.rs +++ b/p2p/tests/peer_handshake.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/p2p/tests/ser_deser.rs b/p2p/tests/ser_deser.rs index 07d9b86b1..ba95b1a59 100644 --- a/p2p/tests/ser_deser.rs +++ b/p2p/tests/ser_deser.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/fuzz/fuzz_targets/common.rs b/pool/fuzz/fuzz_targets/common.rs index 2c4542a0c..e04e9d5e4 100644 --- a/pool/fuzz/fuzz_targets/common.rs +++ b/pool/fuzz/fuzz_targets/common.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/src/lib.rs b/pool/src/lib.rs index 0b2d1f902..26869f7a7 100644 --- a/pool/src/lib.rs +++ b/pool/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/src/pool.rs b/pool/src/pool.rs index 78c8b45ff..dd0cf5e92 100644 --- a/pool/src/pool.rs +++ b/pool/src/pool.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/src/transaction_pool.rs b/pool/src/transaction_pool.rs index e977c9ad3..1beb01c02 100644 --- a/pool/src/transaction_pool.rs +++ b/pool/src/transaction_pool.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/src/types.rs b/pool/src/types.rs index f49868528..5c4a0b887 100644 --- a/pool/src/types.rs +++ b/pool/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/block_building.rs b/pool/tests/block_building.rs index 74041a481..f513de84b 100644 --- a/pool/tests/block_building.rs +++ b/pool/tests/block_building.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/block_max_weight.rs b/pool/tests/block_max_weight.rs index 3b00d6ca3..c88fbbb41 100644 --- a/pool/tests/block_max_weight.rs +++ b/pool/tests/block_max_weight.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/block_reconciliation.rs b/pool/tests/block_reconciliation.rs index b71bb13b9..c5f848aff 100644 --- a/pool/tests/block_reconciliation.rs +++ b/pool/tests/block_reconciliation.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/coinbase_maturity.rs b/pool/tests/coinbase_maturity.rs index eec135d75..609789553 100644 --- a/pool/tests/coinbase_maturity.rs +++ b/pool/tests/coinbase_maturity.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/common.rs b/pool/tests/common.rs index f22e00acd..a4ea550bb 100644 --- a/pool/tests/common.rs +++ b/pool/tests/common.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/nrd_kernel_relative_height.rs b/pool/tests/nrd_kernel_relative_height.rs index 584b8fc4f..1c00f65d9 100644 --- a/pool/tests/nrd_kernel_relative_height.rs +++ b/pool/tests/nrd_kernel_relative_height.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/nrd_kernels_disabled.rs b/pool/tests/nrd_kernels_disabled.rs index d0412de04..2d6586083 100644 --- a/pool/tests/nrd_kernels_disabled.rs +++ b/pool/tests/nrd_kernels_disabled.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/nrd_kernels_enabled.rs b/pool/tests/nrd_kernels_enabled.rs index d380ed35d..1b716a868 100644 --- a/pool/tests/nrd_kernels_enabled.rs +++ b/pool/tests/nrd_kernels_enabled.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pool/tests/transaction_pool.rs b/pool/tests/transaction_pool.rs index 31e968850..23a81c5bc 100644 --- a/pool/tests/transaction_pool.rs +++ b/pool/tests/transaction_pool.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/common.rs b/servers/src/common.rs index 9cd07fe18..67ce38bed 100644 --- a/servers/src/common.rs +++ b/servers/src/common.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/common/adapters.rs b/servers/src/common/adapters.rs index 3a7519b85..77221d1db 100644 --- a/servers/src/common/adapters.rs +++ b/servers/src/common/adapters.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/common/hooks.rs b/servers/src/common/hooks.rs index ae086b2e8..26bdbd68b 100644 --- a/servers/src/common/hooks.rs +++ b/servers/src/common/hooks.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/common/stats.rs b/servers/src/common/stats.rs index 8c9a8df0e..7ebab2a44 100644 --- a/servers/src/common/stats.rs +++ b/servers/src/common/stats.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/common/types.rs b/servers/src/common/types.rs index ab99a8829..c5943d606 100644 --- a/servers/src/common/types.rs +++ b/servers/src/common/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/error.rs b/servers/src/error.rs index 64f2aa419..af1d24a25 100644 --- a/servers/src/error.rs +++ b/servers/src/error.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/lib.rs b/servers/src/lib.rs index bc77e3a2f..c1c1d24d3 100644 --- a/servers/src/lib.rs +++ b/servers/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mining.rs b/servers/src/mining.rs index 713a7af42..e3a2b53c1 100644 --- a/servers/src/mining.rs +++ b/servers/src/mining.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mining/mine_block.rs b/servers/src/mining/mine_block.rs index f2cebdfb7..6e1369540 100644 --- a/servers/src/mining/mine_block.rs +++ b/servers/src/mining/mine_block.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mining/stratumserver.rs b/servers/src/mining/stratumserver.rs index c5b0654b6..76a50496b 100644 --- a/servers/src/mining/stratumserver.rs +++ b/servers/src/mining/stratumserver.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mining/test_miner.rs b/servers/src/mining/test_miner.rs index f4ec9509e..ecd3d58ce 100644 --- a/servers/src/mining/test_miner.rs +++ b/servers/src/mining/test_miner.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc.rs b/servers/src/mwc.rs index 26eb3eef0..6e42af9d4 100644 --- a/servers/src/mwc.rs +++ b/servers/src/mwc.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/dandelion_monitor.rs b/servers/src/mwc/dandelion_monitor.rs index 418aaea23..16d91c221 100644 --- a/servers/src/mwc/dandelion_monitor.rs +++ b/servers/src/mwc/dandelion_monitor.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/seed.rs b/servers/src/mwc/seed.rs index c17daa7a9..27601a1ff 100644 --- a/servers/src/mwc/seed.rs +++ b/servers/src/mwc/seed.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/server.rs b/servers/src/mwc/server.rs index fc24a0ffe..f5f02698e 100644 --- a/servers/src/mwc/server.rs +++ b/servers/src/mwc/server.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/sync.rs b/servers/src/mwc/sync.rs index f4a07c3e8..96ee272b3 100644 --- a/servers/src/mwc/sync.rs +++ b/servers/src/mwc/sync.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/sync/body_sync.rs b/servers/src/mwc/sync/body_sync.rs index 13eadde3f..b7d4dd052 100644 --- a/servers/src/mwc/sync/body_sync.rs +++ b/servers/src/mwc/sync/body_sync.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/sync/header_sync.rs b/servers/src/mwc/sync/header_sync.rs index 685afc2e0..74f4c4b68 100644 --- a/servers/src/mwc/sync/header_sync.rs +++ b/servers/src/mwc/sync/header_sync.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/sync/state_sync.rs b/servers/src/mwc/sync/state_sync.rs index 7986d8a76..022589582 100644 --- a/servers/src/mwc/sync/state_sync.rs +++ b/servers/src/mwc/sync/state_sync.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/mwc/sync/syncer.rs b/servers/src/mwc/sync/syncer.rs index dc9281fee..fabc37358 100644 --- a/servers/src/mwc/sync/syncer.rs +++ b/servers/src/mwc/sync/syncer.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/tor/config.rs b/servers/src/tor/config.rs index a357a2b30..a1c0bc947 100644 --- a/servers/src/tor/config.rs +++ b/servers/src/tor/config.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/tor/mod.rs b/servers/src/tor/mod.rs index 919a9ade8..b5dd05718 100644 --- a/servers/src/tor/mod.rs +++ b/servers/src/tor/mod.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/servers/src/tor/process.rs b/servers/src/tor/process.rs index 3e4419fab..3c2e7321c 100644 --- a/servers/src/tor/process.rs +++ b/servers/src/tor/process.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/cmd/config.rs b/src/bin/cmd/config.rs index 949ed1b99..e96b1a62d 100644 --- a/src/bin/cmd/config.rs +++ b/src/bin/cmd/config.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/cmd/mod.rs b/src/bin/cmd/mod.rs index 14b750535..deeaee897 100644 --- a/src/bin/cmd/mod.rs +++ b/src/bin/cmd/mod.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/cmd/server.rs b/src/bin/cmd/server.rs index e551742a8..517f13da8 100644 --- a/src/bin/cmd/server.rs +++ b/src/bin/cmd/server.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/mwc.rs b/src/bin/mwc.rs index 6d7a57b77..9ba0e949c 100644 --- a/src/bin/mwc.rs +++ b/src/bin/mwc.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/constants.rs b/src/bin/tui/constants.rs index ffb6f3930..66b45c4b7 100644 --- a/src/bin/tui/constants.rs +++ b/src/bin/tui/constants.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/logs.rs b/src/bin/tui/logs.rs index d30132b11..59e4cf615 100644 --- a/src/bin/tui/logs.rs +++ b/src/bin/tui/logs.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/menu.rs b/src/bin/tui/menu.rs index 766796703..c8da38a51 100644 --- a/src/bin/tui/menu.rs +++ b/src/bin/tui/menu.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/mining.rs b/src/bin/tui/mining.rs index 7b9404ecb..4b26b5480 100644 --- a/src/bin/tui/mining.rs +++ b/src/bin/tui/mining.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/mod.rs b/src/bin/tui/mod.rs index bff52a775..0d138456d 100644 --- a/src/bin/tui/mod.rs +++ b/src/bin/tui/mod.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/peers.rs b/src/bin/tui/peers.rs index e5f1909be..c7c18cf20 100644 --- a/src/bin/tui/peers.rs +++ b/src/bin/tui/peers.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/status.rs b/src/bin/tui/status.rs index 96ff04127..e1cb9557c 100644 --- a/src/bin/tui/status.rs +++ b/src/bin/tui/status.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/types.rs b/src/bin/tui/types.rs index 52e0386af..11a3ea4cc 100644 --- a/src/bin/tui/types.rs +++ b/src/bin/tui/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/ui.rs b/src/bin/tui/ui.rs index 23e2dd19b..ed1b828cf 100644 --- a/src/bin/tui/ui.rs +++ b/src/bin/tui/ui.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/bin/tui/version.rs b/src/bin/tui/version.rs index 27b3537d2..1c1dca1fe 100644 --- a/src/bin/tui/version.rs +++ b/src/bin/tui/version.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/build/build.rs b/src/build/build.rs index 7e6702bb7..ee9971bac 100644 --- a/src/build/build.rs +++ b/src/build/build.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/src/leaf_set.rs b/store/src/leaf_set.rs index a5324f256..c9d2373b1 100644 --- a/store/src/leaf_set.rs +++ b/store/src/leaf_set.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/store/src/lib.rs b/store/src/lib.rs index 48db78825..de544cd14 100644 --- a/store/src/lib.rs +++ b/store/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/src/lmdb.rs b/store/src/lmdb.rs index 1cf18cdb6..70de152dc 100644 --- a/store/src/lmdb.rs +++ b/store/src/lmdb.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/src/pmmr.rs b/store/src/pmmr.rs index 2b12dd3cb..66b466325 100644 --- a/store/src/pmmr.rs +++ b/store/src/pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/store/src/prune_list.rs b/store/src/prune_list.rs index 3d3293634..fa6dfffd6 100644 --- a/store/src/prune_list.rs +++ b/store/src/prune_list.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/src/types.rs b/store/src/types.rs index 3415f9d17..7acef628f 100644 --- a/store/src/types.rs +++ b/store/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/store/tests/lmdb.rs b/store/tests/lmdb.rs index d9c53c77f..0398fd656 100644 --- a/store/tests/lmdb.rs +++ b/store/tests/lmdb.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/tests/pmmr.rs b/store/tests/pmmr.rs index 7a39b9775..4b82c8697 100644 --- a/store/tests/pmmr.rs +++ b/store/tests/pmmr.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/tests/prune_list.rs b/store/tests/prune_list.rs index 7159e0052..803b0efe4 100644 --- a/store/tests/prune_list.rs +++ b/store/tests/prune_list.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/tests/segment.rs b/store/tests/segment.rs index fdf597cc8..a86d9265b 100644 --- a/store/tests/segment.rs +++ b/store/tests/segment.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/tests/test_bitmap.rs b/store/tests/test_bitmap.rs index db6cf7bf7..aa3d9f468 100644 --- a/store/tests/test_bitmap.rs +++ b/store/tests/test_bitmap.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/store/tests/utxo_set_perf.rs b/store/tests/utxo_set_perf.rs index d83f4f145..7be56c1ca 100644 --- a/store/tests/utxo_set_perf.rs +++ b/store/tests/utxo_set_perf.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/file.rs b/util/src/file.rs index 0c7d75efd..25e9a73a4 100644 --- a/util/src/file.rs +++ b/util/src/file.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/hex.rs b/util/src/hex.rs index eaa49f10f..62448a365 100644 --- a/util/src/hex.rs +++ b/util/src/hex.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/lib.rs b/util/src/lib.rs index d67d0eaf0..e38d96950 100644 --- a/util/src/lib.rs +++ b/util/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/logger.rs b/util/src/logger.rs index ffec24c83..1ee7351e3 100644 --- a/util/src/logger.rs +++ b/util/src/logger.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/src/macros.rs b/util/src/macros.rs index 66cac5530..4964efa52 100644 --- a/util/src/macros.rs +++ b/util/src/macros.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/ov3.rs b/util/src/ov3.rs index 6202cf64f..fdc583593 100644 --- a/util/src/ov3.rs +++ b/util/src/ov3.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/rate_counter.rs b/util/src/rate_counter.rs index cfda3b177..e865868da 100644 --- a/util/src/rate_counter.rs +++ b/util/src/rate_counter.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/secp_static.rs b/util/src/secp_static.rs index 21c63a663..d22681513 100644 --- a/util/src/secp_static.rs +++ b/util/src/secp_static.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/types.rs b/util/src/types.rs index acd7a7ed6..d56cbd80c 100644 --- a/util/src/types.rs +++ b/util/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/src/zip.rs b/util/src/zip.rs index b728f4769..6b339e769 100644 --- a/util/src/zip.rs +++ b/util/src/zip.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/tests/file.rs b/util/tests/file.rs index 4e53e8143..ac6b08966 100644 --- a/util/tests/file.rs +++ b/util/tests/file.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/tests/zip.rs b/util/tests/zip.rs index b36b92405..c3fd9bcfb 100644 --- a/util/tests/zip.rs +++ b/util/tests/zip.rs @@ -1,3 +1,4 @@ +// Copyright 2019 The Grin Developers // Copyright 2024 The MWC Developers // // Licensed under the Apache License, Version 2.0 (the "License");