-
Notifications
You must be signed in to change notification settings - Fork 196
Pull requests: alecalve/python-bitcoin-blockchain-parser
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixes issue #4 regarding Python 2.7/3.4 requiring ord()
#6
by llamasoft
was closed Jan 9, 2017
Loading…
updated Jan 9, 2017
added a condition to provide some extra support for windows
#7
by matmaer
was merged Feb 20, 2017
Loading…
updated Feb 27, 2017
Add initial support for SegWit
#24
by brannondorsey
was closed Feb 23, 2018
Loading…
updated Feb 23, 2018
Added "get_ordered_blocks"
#15
by AdmiralSnackbar
was closed Feb 26, 2018
Loading…
updated Feb 26, 2018
fix Block.height being always None
enhancement
#14
by alecalve
was closed Feb 26, 2018
Loading…
updated Feb 26, 2018
Fix bug caused by recent variable name changes
#35
by brannondorsey
was merged Feb 26, 2018
Loading…
updated Feb 26, 2018
Fix Blockchain.get_ordered_blocks(...) bug
#33
by brannondorsey
was merged Feb 26, 2018
Loading…
updated Feb 26, 2018
Added get_ordered_blocks using bitcoind index
#17
by asutoshpalai
was merged Feb 26, 2018
Loading…
updated Feb 27, 2018
Filter out invalid orphans blocks in Blockchain.get_ordered_blocks()
#37
by brannondorsey
was merged Feb 28, 2018
Loading…
updated Feb 28, 2018
Add protections to not attempt to parse new blocks before they are ready
#36
by brannondorsey
was merged Feb 27, 2018
Loading…
updated Mar 14, 2018
Add LevelDB caching to Blockchain.get_ordered_blocks(...)
#41
by brannondorsey
was merged Mar 15, 2018
Loading…
updated Mar 15, 2018
Optimize is_coinbase() implementation
#69
by yrjyrj123
was closed Mar 26, 2019
Loading…
updated Mar 26, 2019
Optimize is_coinbase() implementation
#70
by yrjyrj123
was closed Mar 26, 2019
Loading…
updated Mar 26, 2019
Improve a blocks transaction parsing speed by progressively growing slice width of transaction hex
#63
by blockparty-sh
was merged Mar 26, 2019
Loading…
updated Mar 27, 2019
fix incomplete transaction bug
#72
by yrjyrj123
was merged May 13, 2019
Loading…
updated May 13, 2019
Response to issue#32 labelled 'Help Wanted'
#74
by tejaskhajanchee
was closed Jun 1, 2019
Loading…
updated Jun 1, 2019
add: Transaction size and vsize fields
#82
by 0xB10C
was merged Sep 18, 2020
Loading…
updated Sep 18, 2020
remove: de-duplicate the Transaction.hash() function
#83
by 0xB10C
was merged Sep 18, 2020
Loading…
updated Sep 18, 2020
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.