Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d02eec5
sdk%refac(lint): extract shared constants and `format_table` into common
kwvg Jun 26, 2026
a886228
sdk%fix(lint): suppress BLE001 on entrypoint catch-all handlers
kwvg Jun 23, 2026
e367f2f
sdk%fix(lint): suppress nightly-only rustfmt warnings on stable
kwvg Jun 23, 2026
49d3378
sdk%feat(lint): add git filter helper script to aid in lint enforcement
kwvg Jun 26, 2026
5a9aadb
sdk%refac(semgrep): consolidate rules, apply naming convention
kwvg Jun 25, 2026
530df76
sdk%refac(codeql): drop parallel alloc/prelude rules enforced by semgrep
kwvg Jun 25, 2026
9258814
sdk%lint(semgrep): replace CodeQL secret type derivation rule
kwvg Jun 27, 2026
f3bd8dd
sdk%lint(semgrep): prohibit pub use outside roots, propagate
kwvg Jun 25, 2026
89b994f
sdk%lint(codeql): prohibit pub use in roots from foreign crates, prop…
kwvg Jun 28, 2026
2b84685
sdk%lint(semgrep): port CodeQL unknown value propagation rule
kwvg Jun 27, 2026
a787dff
sdk%lint(semgrep): introduce new {style,impl}-* rules, propagate
kwvg Jun 25, 2026
aa8836f
primitives%feat: extend `Transaction`'s `Checkable` to validate sptx
kwvg Jun 22, 2026
76f119a
sdk%feat(codec): impl `{Array,Encode}Buf` to limit avoidable heap allocs
kwvg Jun 28, 2026
522179d
primitives%feat: add proof-of-work validation to `Checkable`, `hash()`
kwvg Jun 28, 2026
e20ff84
primitives%refac(types): replace `NetAddr` test adapters with `AddrV1`
kwvg Jun 25, 2026
6d1941e
primitives%refac(types): switch `NetAddr` tests to string construction
kwvg Jun 25, 2026
ce562b0
primitives%feat(types): add RFCs, `is_reachable()`, sync `is_routable()`
kwvg Jun 25, 2026
fa751d8
sdk%feat(test): introduce `bsdk-util` binary, setup log scaffolding
kwvg Jun 22, 2026
f16adf5
sdk%feat(test): add `bspcheck` verb with linearized blocks reader
kwvg Jun 22, 2026
1c96544
sdk%feat(test): use rayon to allow for parallel processing
kwvg Jun 21, 2026
14a0bd5
sdk%feat(test): query thread and memory resources, impl. limiter
kwvg Jun 22, 2026
cd6a486
sdk%test(dev): add wire format round-trip test
kwvg Jun 21, 2026
ebdab66
sdk%test(dev): add `serde` format round-trip test using `ciborium`
kwvg Jun 21, 2026
4cb8fd3
sdk%test(dev): add block consistency check using `Checkable`
kwvg Jun 21, 2026
deb4570
sdk%test(dev): add network magic validation and genesis anchor
kwvg Jun 21, 2026
71e048c
sdk%feat(test): add progress bar support using `indicatif`
kwvg Jun 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,6 @@ public/

# WASM builds
*.wasm

# Debug logs
*.log
Expand Down
Loading
Loading