The "-avadelegation" option let the user supply an already built
delegation to the node, so the proof can be used without passing the
master private key around.
Depends on D9445.
Ref T1635.
Differential D9365
[avalanche] Add an option to import a delegation Fabien on Apr 2 2021, 08:45. Authored by
Details
The "-avadelegation" option let the user supply an already built Depends on D9445. Ref T1635. ninja check-functional
Diff Detail
Event TimelineComment Actions What problem removing the distinction between master key and session key solves? It seems to me like it's making security of the whole thing worse for no good reason.
Comment Actions Revert to original master key/session key intent, rebase on top of D9422 to remove verification from init.cpp
Comment Actions Fix missed session key vs master key confusion, reorder the checks to make sure no wrong delegation can be generated Comment Actions Remove debug prints, only keep the new option part of the diff. The additional tests will be extracted in a follow up.
Comment Actions Rebase. The updated version for this diff and the compagnon D9445 should address all the feedback
|