Supports configuring multiple upstream DNS servers and query at the same time.the query will not be affected, Even if there is a DNS server exception. Return the fastest IP address Supports finding the fastest access IP address from the IP address list of the domain name and returning it to...
utils: move JWK converter to utils package (#1298) (fc94764) BREAKING CHANGES did-comm: the DIDComm Message structure has changed. The message can now specify multiple recipients in the to property. utils: The getChainIdForDidEthr method has been renamed to getChainId The plugin.schema.json...
import java.time.Instant; import java.time.LocalDate; import java.time.ZoneId; import java.time.ZonedDateTime; public class FirestoreTimestampConverter { public static LocalDate convertFirestoreTimestamp(long timestamp) { Instant instant = Instant.ofEpochMilli(timestamp); ZonedDateTime zoned...