mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-06 04:31:19 +00:00
fix(sig): update Sig guards according to new registry API (#185)
This commit is contained in:
parent
3b05852a65
commit
7049debff5
@ -69,7 +69,8 @@ export const defaultSigGuard = (peerId: PeerIdB58) => {
|
|||||||
allowServiceFn('trust-graph', 'get_revocation_bytes'),
|
allowServiceFn('trust-graph', 'get_revocation_bytes'),
|
||||||
allowServiceFn('registry', 'get_key_bytes'),
|
allowServiceFn('registry', 'get_key_bytes'),
|
||||||
allowServiceFn('registry', 'get_record_bytes'),
|
allowServiceFn('registry', 'get_record_bytes'),
|
||||||
allowServiceFn('registry', 'get_host_record_bytes'),
|
allowServiceFn('registry', 'get_record_metadata_bytes'),
|
||||||
|
allowServiceFn('registry', 'get_tombstone_bytes'),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user