Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 The python-bitcoin-utils developers
Copyright (c) 2018-2024 The python-bitcoin-utils developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/bech32.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017, 2020 Pieter Wuille
# Copyright (c) 2017, 2024 Pieter Wuille
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/hdwallet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/keys.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/proxy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/ripemd160.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 Pieter Wuille
# Copyright (c) 2021-2024 Pieter Wuille
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test-only pure Python RIPEMD160 implementation."""
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/transactions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion bitcoinutils/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/create_non_std_tx.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/create_p2sh_csv_p2pkh_address.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/hd_keys.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/keys_addresses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/keys_segwit_addresses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/keys_taproot_addresses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_input_sighash_transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/node_proxy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/p2pkh_transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/send_to_p2sh_transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/send_to_p2tr_with_single_script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/send_to_p2tr_with_three_scripts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/send_to_p2tr_with_two_scripts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/send_to_p2wpkh_transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_tx_import_raw.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_multi_input_p2tr_and_p2pkh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_non_std_tx.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2sh_csv_p2pkh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2sh_p2wpkh_address.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2sh_transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2tr_default_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2tr_single_script_by_key_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2tr_single_script_by_script_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2tr_three_scripts_by_script_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2tr_two_scripts_by_script_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2wpkh_to_p2wsh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2wpkh_transaction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion examples/spend_p2wsh_to_p2wpkh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/context.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_from_raw.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_keys.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_non_std_txs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_p2pkh_txs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_p2sh_txs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_p2tr_txs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2023 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_p2wpkh_txs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down
2 changes: 1 addition & 1 deletion tests/test_p2wsh_txs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2022 The python-bitcoin-utils developers
# Copyright (C) 2018-2024 The python-bitcoin-utils developers
#
# This file is part of python-bitcoin-utils
#
Expand Down