bip157 0.5.0

A Bitcoin light-client according to the BIP-157/BIP-158 specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Weekly Sync Test

on:
  # Allows manual triggering.
  workflow_dispatch:  
  schedule:
   # Run at midnight on Sundays.
   - cron: "0 0 * * 0" 

jobs:
  sync:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: extractions/setup-just@v3
      - uses: actions-rust-lang/setup-rust-toolchain@v1
      - run: just example bitcoin
        timeout-minutes: 60