aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/bitcoin-core/project.yaml
blob: 9d6f3366344c1efa19538af389fdeee95b4382a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
homepage: "https://github.com/bitcoin/bitcoin"
main_repo: 'https://github.com/bitcoin/bitcoin.git'
language: c++
primary_contact: "marco@chaincode.com"
auto_ccs:
  - "fanquake@gmail.com"
  - "john@brink.dev"
  - "jonas@chaincode.com"
  - "laanwj@gmail.com"
  - "pieter@chaincode.com"
  - "thomas.j.bitcoin@protonmail.com"
sanitizers:
  - address
  - undefined
  - memory
architectures:
  - x86_64
  - i386
fuzzing_engines:
  - libfuzzer
  - honggfuzz
  - afl