feat(nodebuilder/state | state): CoreAccessor
takes a list of key names instead of just one
#3355
Labels
CoreAccessor
takes a list of key names instead of just one
#3355
As part of #3295, the node must be able to feed several keys into the CoreAccessor instead of just one as it does now.
TODO:
--keyring.accname
takes a list instead of just one name, thedefault
key will be the 1st key specified in the list to keep backwards compat. If no key is specified, behaviour of usingmy_celes_key
remains.KeyringSigner
constructor checks to make sure all keys fromkeyring.accname
are present in the keystore, otherwise throw error on construction. Construct keyring with all given keys.CoreAccessor
still takes one keyName in c-tor (that is the default key) - uses it foraddr
(basically do not change how this works here, just make sure thekeyName
that's passed in is the default key.SubmitPayForBlobWithOptions
method use signer's option to submit a blob from a specific key name, default method (SubmtiPayForBlob
) would just submit from default keyThe text was updated successfully, but these errors were encountered: