mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-23 14:13:17 +00:00
chore: add trust assumption comment [skip ci]
This commit is contained in:
parent
c8dd76a94b
commit
d417a4e828
@ -96,6 +96,10 @@ pub trait Rpc {
|
|||||||
/// Admin-only in effect: the L1 rejects the config op unless this
|
/// Admin-only in effect: the L1 rejects the config op unless this
|
||||||
/// sequencer's key is the channel admin (`keys[0]` of the current roster).
|
/// sequencer's key is the channel admin (`keys[0]` of the current roster).
|
||||||
///
|
///
|
||||||
|
/// There is no caller auth — anyone who can reach the RPC port can invoke
|
||||||
|
/// this, so the server must not be exposed beyond trusted clients (see
|
||||||
|
/// the sequencer's `--listen-address`).
|
||||||
|
///
|
||||||
/// `Ok(())` only means the signed config op was queued locally (like
|
/// `Ok(())` only means the signed config op was queued locally (like
|
||||||
/// block publishing), not that L1 accepted it: acceptance is asynchronous,
|
/// block publishing), not that L1 accepted it: acceptance is asynchronous,
|
||||||
/// and a rejection (e.g. non-admin signer) is not reported here — it only
|
/// and a rejection (e.g. non-admin signer) is not reported here — it only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user