Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
heartwood crates radicle src node db migrations 2.sql
-- Add the "penalty" column.
-- Higher numbers reduce the chances that we connect to this node.
alter table "nodes" add column "penalty" integer not null default 0;