1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

7 Commits

Author SHA1 Message Date
prestoalvarez
d9888173b6 Fix file permissions for bip-0069_examples.py 2025-09-07 23:29:24 +03:00
Alvarez
ba843e29b1 BIP69: fix output inconsistency and update to python3
- Fix print_outputs() to use sorted output tuples instead of unsorted
- Add Python 3 compatibility using functools.cmp_to_key()
- Convert string hashes to byte arrays in second example
- Make file executable with shebang for python3
- Add clearer output formatting with transaction hashes and section headers
2025-08-23 12:27:05 +03:00
Galoretka
504c8439ce Fix function name typo: use bytearr_cmp instead of bytearray_cmp 2025-07-16 21:35:15 +03:00
Skylar Ray
b09a0aa7ca Update bip-0069_examples.py 2025-03-24 19:51:48 +02:00
Kristov Atlas
42c0650ccb add EOF newlines per @luke-jr
“README.mediawiki and bip-0069/bip-0069_examples.py are missing EOF
newlines. Anything else needed before merging this draft?” — @luke-jr
2015-09-19 17:22:41 -04:00
Kristov Atlas
f5b652d6ba BIP 69 not 79 2015-06-24 17:04:36 -04:00
Kristov Atlas
469e7e7f12 BIP #69 assigned by gmaxwell 2015-06-24 17:02:43 -04:00