Skip to content

Releases: SEG-UNIBE/cdv-explorer

v4.0.1

26 Jun 07:27
3fba247

Choose a tag to compare

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

Full Changelog: v3.0.1...v4.0.1

v3.0.1

02 Jun 10:56
cea32b3

Choose a tag to compare

  • polished documentation
  • added demo video

v3.0.0

01 Jun 11:44
a18814b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

Replication Package

24 Jan 16:18

Choose a tag to compare

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

10 Jan 16:56

Choose a tag to compare

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.