Instead of specifying the identity after bootstrap, rename the existing Identity and IdentityResolverFunc options to Address and AddressResolverFunc and add an Identity option to specify the identity.
Note: this introduces a backwards incompatible change. CHANGES.md contains a go fmt command to resolve any issues.
Instead of specifying the identity after bootstrap, rename the existing
Identity
andIdentityResolverFunc
options toAddress
andAddressResolverFunc
and add anIdentity
option to specify the identity.Note: this introduces a backwards incompatible change.
CHANGES.md
contains ago fmt
command to resolve any issues.