Releases: SEG-UNIBE/cdv-explorer
Releases · SEG-UNIBE/cdv-explorer
v4.0.1
What's Changed
- Significant UX upgrade
- New experimental features, including ground truth validation of IP interrelations
- various performance optimizations and minor bug fixes
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v3.0.1...v4.0.1
v3.0.1
- polished documentation
- added demo video
v3.0.0
What's Changed
- Major refactoring by @RomanBoegli in #1
- re-integrate working version from double blind submission by @RomanBoegli in #2
New Contributors
- @RomanBoegli made their first contribution in #1
Full Changelog: v2.0.0...v3.0.0
Replication Package
This repository contains the replication package for the study Gaining Context about Bitcoin Improvement Protocols (BIP).
It explores the intra-relations among BIPs and their respective authors. It constructs a dependency network among BIPs and detects central nodes for the respective network.
Basic Pipeline
This release introduces a basic, extendable pipeline for working with Bitcoin Improvement Proposals (BIPs). Running main.py will:
- Download all BIP files (and their associated resources).
- Extract the preamble data from each BIP and save it to a separate JSON file.
- Augment those JSON files with additional GitHub metadata (e.g., commit history, contributor counts) and basic insights (e.g., compliance checks, word frequency counts).
These structured JSON outputs are intended to simplify data analysis for anyone interested in BIPs, providing a solid foundation for deeper research or further pipeline customization.