@attocash/commons-js 5.0.0 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.ts +4 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +16 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +41 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -0
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
- package/commons-commons-node.mjs +1 -0
- package/commons-commons-node.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
- package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
- package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
- package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
- package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
- package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
- package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
- package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/selector/SelectorManager.jsAndWasmShared.mjs +2 -2
- package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
- package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
- package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +106 -106
- package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
- package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
- package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
- package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
- package/package.json +1 -1
package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../commons-node-remote/src/jsMain/kotlin/cash/atto/commons/node/AttoNodeOperationsImpl.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["createCustomAttoNodeClient","network","baseUrl","operations","p0","invoke","$completion","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref$lambda","subscribeOnce","flowProvider","onUpdate","onDisconnect","job","emit","value","equals","hashCode","$addresses","doResume","AttoNodeOperationsJsImpl$account$slambda","AttoNodeOperationsJsImpl$account$slambda$lambda","AttoNodeOperationsJsImpl$now$slambda","AttoNodeOperationsJsImpl$now$slambda$lambda","$transaction","AttoNodeOperationsJsImpl$publish$slambda","AttoNodeOperationsJsImpl$publish$slambda$lambda","$flowProvider","$onUpdate","$onDisconnect","c","t","AttoNodeOperationsJsImpl$subscribeOnce$slambda","AttoNodeOperationsJsImpl$subscribeOnce$slambda$lambda","AttoNodeOperationsJsImpl$onAccount$lambda","AttoNodeOperationsJsImpl$onAccount$lambda$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda$lambda","AttoNodeOperationsJsImpl$onTransaction$lambda","$heightSearch","AttoNodeOperationsJsImpl$onTransaction$lambda$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda$lambda","<get-network>","account","addresses","
|
|
1
|
+
{"version":3,"sources":["../../../../../../../commons-node-remote/src/jsMain/kotlin/cash/atto/commons/node/AttoNodeOperationsImpl.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["createCustomAttoNodeClient","network","baseUrl","operations","p0","invoke","$completion","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref$lambda","subscribeOnce","flowProvider","onUpdate","onDisconnect","job","emit","value","equals","hashCode","$addresses","doResume","AttoNodeOperationsJsImpl$account$slambda","AttoNodeOperationsJsImpl$account$slambda$lambda","$hash","AttoNodeOperationsJsImpl$accountEntry$slambda","AttoNodeOperationsJsImpl$accountEntry$slambda$lambda","AttoNodeOperationsJsImpl$transaction$slambda","AttoNodeOperationsJsImpl$transaction$slambda$lambda","AttoNodeOperationsJsImpl$now$slambda","AttoNodeOperationsJsImpl$now$slambda$lambda","$transaction","AttoNodeOperationsJsImpl$publish$slambda","AttoNodeOperationsJsImpl$publish$slambda$lambda","$flowProvider","$onUpdate","$onDisconnect","c","t","AttoNodeOperationsJsImpl$subscribeOnce$slambda","AttoNodeOperationsJsImpl$subscribeOnce$slambda$lambda","AttoNodeOperationsJsImpl$onAccount$lambda","AttoNodeOperationsJsImpl$onAccount$lambda$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda$lambda","AttoNodeOperationsJsImpl$onTransaction$lambda","$heightSearch","AttoNodeOperationsJsImpl$onTransaction$lambda$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda$lambda","<get-network>","account","addresses","accountEntry","hash","transaction","now","publish","onAccount","onReceivable","onTransaction","heightSearch","onAccountEntry","createCustomAttoNodeClient$slambda","createCustomAttoNodeClient$slambda$lambda"],"mappings":"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"}
|
package/commons-commons-node.mjs
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
//endregion
|
|
3
3
|
//region block: exports
|
|
4
4
|
export * from './commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs';
|
|
5
|
+
export * from './commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs';
|
|
5
6
|
//endregion
|
|
6
7
|
|
|
7
8
|
//# sourceMappingURL=commons-commons-node.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -34,12 +34,12 @@ function Companion_getInstance() {
|
|
|
34
34
|
}
|
|
35
35
|
function work(network, timestamp, target, $completion) {
|
|
36
36
|
var threshold = getThreshold(Companion_instance, network, timestamp);
|
|
37
|
-
return this.
|
|
37
|
+
return this.t7s(threshold, target, $completion);
|
|
38
38
|
}
|
|
39
39
|
function work_0(block, $completion) {
|
|
40
40
|
var tmp;
|
|
41
41
|
if (block instanceof AttoOpenBlock()) {
|
|
42
|
-
tmp = block.
|
|
42
|
+
tmp = block.m2v_1.value;
|
|
43
43
|
} else {
|
|
44
44
|
if (isInterface(block, PreviousSupport())) {
|
|
45
45
|
tmp = block.previous.value;
|
|
@@ -48,7 +48,7 @@ function work_0(block, $completion) {
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
var target = tmp;
|
|
51
|
-
return this.
|
|
51
|
+
return this.u7s(block.network, block.timestamp, target, $completion);
|
|
52
52
|
}
|
|
53
53
|
var AttoWorkerClass;
|
|
54
54
|
function AttoWorker() {
|
|
@@ -50,7 +50,7 @@ function Companion() {
|
|
|
50
50
|
// Inline function 'kotlin.arrayOf' call
|
|
51
51
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
52
52
|
// Inline function 'kotlin.js.asDynamic' call
|
|
53
|
-
tmp.
|
|
53
|
+
tmp.w7s_1 = [lazy(tmp_0, AttoWorkerOperations$Request$Companion$$childSerializers$_anonymous__k0cb7d), null, null];
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
initMetadataForCompanion($);
|
|
@@ -74,22 +74,22 @@ function $serializer() {
|
|
|
74
74
|
tmp0_serialDesc.w14('network', false);
|
|
75
75
|
tmp0_serialDesc.w14('timestamp', false);
|
|
76
76
|
tmp0_serialDesc.w14('target', false);
|
|
77
|
-
this.
|
|
77
|
+
this.x7s_1 = tmp0_serialDesc;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
var tmp0_desc = this.
|
|
79
|
+
y7s(encoder, value) {
|
|
80
|
+
var tmp0_desc = this.x7s_1;
|
|
81
81
|
var tmp1_output = encoder.kx(tmp0_desc);
|
|
82
|
-
var tmp2_cached = Companion_getInstance().
|
|
83
|
-
tmp1_output.bz(tmp0_desc, 0, tmp2_cached[0].s1(), value.
|
|
84
|
-
tmp1_output.bz(tmp0_desc, 1, InstantMillisSerializer_getInstance(), value.
|
|
85
|
-
tmp1_output.zy(tmp0_desc, 2, value.
|
|
82
|
+
var tmp2_cached = Companion_getInstance().w7s_1;
|
|
83
|
+
tmp1_output.bz(tmp0_desc, 0, tmp2_cached[0].s1(), value.z7s_1);
|
|
84
|
+
tmp1_output.bz(tmp0_desc, 1, InstantMillisSerializer_getInstance(), value.a7t_1);
|
|
85
|
+
tmp1_output.zy(tmp0_desc, 2, value.b7t_1);
|
|
86
86
|
tmp1_output.lx(tmp0_desc);
|
|
87
87
|
}
|
|
88
88
|
ys(encoder, value) {
|
|
89
|
-
return this.
|
|
89
|
+
return this.y7s(encoder, value instanceof Request() ? value : THROW_CCE());
|
|
90
90
|
}
|
|
91
91
|
zs(decoder) {
|
|
92
|
-
var tmp0_desc = this.
|
|
92
|
+
var tmp0_desc = this.x7s_1;
|
|
93
93
|
var tmp1_flag = true;
|
|
94
94
|
var tmp2_index = 0;
|
|
95
95
|
var tmp3_bitMask0 = 0;
|
|
@@ -97,7 +97,7 @@ function $serializer() {
|
|
|
97
97
|
var tmp5_local1 = null;
|
|
98
98
|
var tmp6_local2 = null;
|
|
99
99
|
var tmp7_input = decoder.kx(tmp0_desc);
|
|
100
|
-
var tmp8_cached = Companion_getInstance().
|
|
100
|
+
var tmp8_cached = Companion_getInstance().w7s_1;
|
|
101
101
|
if (tmp7_input.zx()) {
|
|
102
102
|
tmp4_local0 = tmp7_input.wx(tmp0_desc, 0, tmp8_cached[0].s1(), tmp4_local0);
|
|
103
103
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -129,16 +129,16 @@ function $serializer() {
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
tmp7_input.lx(tmp0_desc);
|
|
132
|
-
return Request().
|
|
132
|
+
return Request().c7t(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
133
133
|
}
|
|
134
134
|
xs() {
|
|
135
|
-
return this.
|
|
135
|
+
return this.x7s_1;
|
|
136
136
|
}
|
|
137
137
|
l15() {
|
|
138
138
|
// Inline function 'kotlin.arrayOf' call
|
|
139
139
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
140
140
|
// Inline function 'kotlin.js.asDynamic' call
|
|
141
|
-
return [Companion_getInstance().
|
|
141
|
+
return [Companion_getInstance().w7s_1[0].s1(), InstantMillisSerializer_getInstance(), StringSerializer_getInstance()];
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
protoOf($).m15 = typeParametersSerializers;
|
|
@@ -174,19 +174,19 @@ function $serializer_0() {
|
|
|
174
174
|
$serializer_instance_0 = this;
|
|
175
175
|
var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('cash.atto.commons.worker.AttoWorkerOperations.Response', this, 1);
|
|
176
176
|
tmp0_serialDesc.w14('work', false);
|
|
177
|
-
this.
|
|
177
|
+
this.d7t_1 = tmp0_serialDesc;
|
|
178
178
|
}
|
|
179
|
-
|
|
180
|
-
var tmp0_desc = this.
|
|
179
|
+
e7t(encoder, value) {
|
|
180
|
+
var tmp0_desc = this.d7t_1;
|
|
181
181
|
var tmp1_output = encoder.kx(tmp0_desc);
|
|
182
|
-
tmp1_output.bz(tmp0_desc, 0, AttoWorkSerializer_getInstance(), value.
|
|
182
|
+
tmp1_output.bz(tmp0_desc, 0, AttoWorkSerializer_getInstance(), value.f7t_1);
|
|
183
183
|
tmp1_output.lx(tmp0_desc);
|
|
184
184
|
}
|
|
185
185
|
ys(encoder, value) {
|
|
186
|
-
return this.
|
|
186
|
+
return this.e7t(encoder, value instanceof Response() ? value : THROW_CCE());
|
|
187
187
|
}
|
|
188
188
|
zs(decoder) {
|
|
189
|
-
var tmp0_desc = this.
|
|
189
|
+
var tmp0_desc = this.d7t_1;
|
|
190
190
|
var tmp1_flag = true;
|
|
191
191
|
var tmp2_index = 0;
|
|
192
192
|
var tmp3_bitMask0 = 0;
|
|
@@ -211,10 +211,10 @@ function $serializer_0() {
|
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
tmp5_input.lx(tmp0_desc);
|
|
214
|
-
return Response().
|
|
214
|
+
return Response().g7t(tmp3_bitMask0, tmp4_local0, null);
|
|
215
215
|
}
|
|
216
216
|
xs() {
|
|
217
|
-
return this.
|
|
217
|
+
return this.d7t_1;
|
|
218
218
|
}
|
|
219
219
|
l15() {
|
|
220
220
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -241,17 +241,17 @@ function Request() {
|
|
|
241
241
|
class $ {
|
|
242
242
|
constructor(network, timestamp, target) {
|
|
243
243
|
Companion_getInstance();
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
244
|
+
this.z7s_1 = network;
|
|
245
|
+
this.a7t_1 = timestamp;
|
|
246
|
+
this.b7t_1 = target;
|
|
247
247
|
}
|
|
248
248
|
toString() {
|
|
249
|
-
return 'Request(network=' + this.
|
|
249
|
+
return 'Request(network=' + this.z7s_1.toString() + ', timestamp=' + this.a7t_1.toString() + ', target=' + this.b7t_1 + ')';
|
|
250
250
|
}
|
|
251
251
|
hashCode() {
|
|
252
|
-
var result = this.
|
|
253
|
-
result = imul(result, 31) + this.
|
|
254
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
252
|
+
var result = this.z7s_1.hashCode();
|
|
253
|
+
result = imul(result, 31) + this.a7t_1.hashCode() | 0;
|
|
254
|
+
result = imul(result, 31) + getStringHashCode(this.b7t_1) | 0;
|
|
255
255
|
return result;
|
|
256
256
|
}
|
|
257
257
|
equals(other) {
|
|
@@ -260,23 +260,23 @@ function Request() {
|
|
|
260
260
|
if (!(other instanceof Request()))
|
|
261
261
|
return false;
|
|
262
262
|
var tmp0_other_with_cast = other instanceof Request() ? other : THROW_CCE();
|
|
263
|
-
if (!this.
|
|
263
|
+
if (!this.z7s_1.equals(tmp0_other_with_cast.z7s_1))
|
|
264
264
|
return false;
|
|
265
|
-
if (!this.
|
|
265
|
+
if (!this.a7t_1.equals(tmp0_other_with_cast.a7t_1))
|
|
266
266
|
return false;
|
|
267
|
-
if (!(this.
|
|
267
|
+
if (!(this.b7t_1 === tmp0_other_with_cast.b7t_1))
|
|
268
268
|
return false;
|
|
269
269
|
return true;
|
|
270
270
|
}
|
|
271
|
-
static
|
|
271
|
+
static c7t(seen0, network, timestamp, target, serializationConstructorMarker) {
|
|
272
272
|
Companion_getInstance();
|
|
273
273
|
if (!(7 === (7 & seen0))) {
|
|
274
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance().
|
|
274
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance().x7s_1);
|
|
275
275
|
}
|
|
276
276
|
var $this = createThis(this);
|
|
277
|
-
$this.
|
|
278
|
-
$this.
|
|
279
|
-
$this.
|
|
277
|
+
$this.z7s_1 = network;
|
|
278
|
+
$this.a7t_1 = timestamp;
|
|
279
|
+
$this.b7t_1 = target;
|
|
280
280
|
return $this;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
@@ -290,10 +290,10 @@ function Response() {
|
|
|
290
290
|
if (ResponseClass === VOID) {
|
|
291
291
|
class $ {
|
|
292
292
|
toString() {
|
|
293
|
-
return 'Response(work=' + this.
|
|
293
|
+
return 'Response(work=' + this.f7t_1.toString() + ')';
|
|
294
294
|
}
|
|
295
295
|
hashCode() {
|
|
296
|
-
return this.
|
|
296
|
+
return this.f7t_1.hashCode();
|
|
297
297
|
}
|
|
298
298
|
equals(other) {
|
|
299
299
|
if (this === other)
|
|
@@ -301,16 +301,16 @@ function Response() {
|
|
|
301
301
|
if (!(other instanceof Response()))
|
|
302
302
|
return false;
|
|
303
303
|
var tmp0_other_with_cast = other instanceof Response() ? other : THROW_CCE();
|
|
304
|
-
if (!this.
|
|
304
|
+
if (!this.f7t_1.equals(tmp0_other_with_cast.f7t_1))
|
|
305
305
|
return false;
|
|
306
306
|
return true;
|
|
307
307
|
}
|
|
308
|
-
static
|
|
308
|
+
static g7t(seen0, work, serializationConstructorMarker) {
|
|
309
309
|
if (!(1 === (1 & seen0))) {
|
|
310
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
310
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().d7t_1);
|
|
311
311
|
}
|
|
312
312
|
var $this = createThis(this);
|
|
313
|
-
$this.
|
|
313
|
+
$this.f7t_1 = work;
|
|
314
314
|
return $this;
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -325,10 +325,10 @@ function $workCOROUTINE$() {
|
|
|
325
325
|
class $ extends CoroutineImpl() {
|
|
326
326
|
constructor(_this__u8e3s4, network, timestamp, target, resultContinuation) {
|
|
327
327
|
super(resultContinuation);
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
330
|
-
this.
|
|
331
|
-
this.
|
|
328
|
+
this.p7t_1 = _this__u8e3s4;
|
|
329
|
+
this.q7t_1 = network;
|
|
330
|
+
this.r7t_1 = timestamp;
|
|
331
|
+
this.s7t_1 = target;
|
|
332
332
|
}
|
|
333
333
|
ic() {
|
|
334
334
|
var suspendResult = this.cc_1;
|
|
@@ -338,9 +338,9 @@ function $workCOROUTINE$() {
|
|
|
338
338
|
switch (tmp) {
|
|
339
339
|
case 0:
|
|
340
340
|
this.bc_1 = 2;
|
|
341
|
-
this.
|
|
341
|
+
this.t7t_1 = new (Request())(this.q7t_1, this.r7t_1, toHex(this.s7t_1));
|
|
342
342
|
this.ac_1 = 1;
|
|
343
|
-
suspendResult = this.
|
|
343
|
+
suspendResult = this.p7t_1.u7t(this.t7t_1, this);
|
|
344
344
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
345
345
|
return suspendResult;
|
|
346
346
|
}
|
|
@@ -348,7 +348,7 @@ function $workCOROUTINE$() {
|
|
|
348
348
|
continue $sm;
|
|
349
349
|
case 1:
|
|
350
350
|
var response = suspendResult;
|
|
351
|
-
return response.
|
|
351
|
+
return response.f7t_1;
|
|
352
352
|
case 2:
|
|
353
353
|
throw this.dc_1;
|
|
354
354
|
}
|
|
@@ -32,19 +32,19 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
|
|
|
32
32
|
constructor(this$0, $threshold, $target, resultContinuation, $box) {
|
|
33
33
|
if ($box === VOID)
|
|
34
34
|
$box = {};
|
|
35
|
-
$box.
|
|
36
|
-
$box.
|
|
37
|
-
$box.
|
|
35
|
+
$box.u7v_1 = this$0;
|
|
36
|
+
$box.v7v_1 = $threshold;
|
|
37
|
+
$box.w7v_1 = $target;
|
|
38
38
|
super(resultContinuation, $box);
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
var tmp = this.
|
|
40
|
+
y7v($this$promise, $completion) {
|
|
41
|
+
var tmp = this.d36($this$promise, $completion);
|
|
42
42
|
tmp.cc_1 = Unit_instance;
|
|
43
43
|
tmp.dc_1 = null;
|
|
44
44
|
return tmp.ic();
|
|
45
45
|
}
|
|
46
46
|
kd(p1, $completion) {
|
|
47
|
-
return this.
|
|
47
|
+
return this.y7v((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
48
48
|
}
|
|
49
49
|
ic() {
|
|
50
50
|
var suspendResult = this.cc_1;
|
|
@@ -55,7 +55,7 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
|
|
|
55
55
|
case 0:
|
|
56
56
|
this.bc_1 = 2;
|
|
57
57
|
this.ac_1 = 1;
|
|
58
|
-
suspendResult = this.
|
|
58
|
+
suspendResult = this.u7v_1.z7v_1.t7s(toULong(this.v7v_1), this.w7v_1, this);
|
|
59
59
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
60
60
|
return suspendResult;
|
|
61
61
|
}
|
|
@@ -77,9 +77,9 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
|
|
|
77
77
|
}
|
|
78
78
|
while (true);
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
var i = new (AttoWorkerJsPromiseImpl$workThreshold$slambda())(this.
|
|
82
|
-
i.
|
|
80
|
+
d36($this$promise, completion) {
|
|
81
|
+
var i = new (AttoWorkerJsPromiseImpl$workThreshold$slambda())(this.u7v_1, this.v7v_1, this.w7v_1, completion);
|
|
82
|
+
i.x7v_1 = $this$promise;
|
|
83
83
|
return i;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -91,7 +91,7 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
|
|
|
91
91
|
function AttoWorkerJsPromiseImpl$workThreshold$slambda_0(this$0, $threshold, $target, resultContinuation) {
|
|
92
92
|
var i = new (AttoWorkerJsPromiseImpl$workThreshold$slambda())(this$0, $threshold, $target, resultContinuation);
|
|
93
93
|
var l = function ($this$promise, $completion) {
|
|
94
|
-
return i.
|
|
94
|
+
return i.y7v($this$promise, $completion);
|
|
95
95
|
};
|
|
96
96
|
l.$arity = 1;
|
|
97
97
|
return l;
|
|
@@ -103,20 +103,20 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
|
|
|
103
103
|
constructor(this$0, $network, $timestamp, $target, resultContinuation, $box) {
|
|
104
104
|
if ($box === VOID)
|
|
105
105
|
$box = {};
|
|
106
|
-
$box.
|
|
107
|
-
$box.
|
|
108
|
-
$box.
|
|
109
|
-
$box.
|
|
106
|
+
$box.i7w_1 = this$0;
|
|
107
|
+
$box.j7w_1 = $network;
|
|
108
|
+
$box.k7w_1 = $timestamp;
|
|
109
|
+
$box.l7w_1 = $target;
|
|
110
110
|
super(resultContinuation, $box);
|
|
111
111
|
}
|
|
112
|
-
|
|
113
|
-
var tmp = this.
|
|
112
|
+
y7v($this$promise, $completion) {
|
|
113
|
+
var tmp = this.d36($this$promise, $completion);
|
|
114
114
|
tmp.cc_1 = Unit_instance;
|
|
115
115
|
tmp.dc_1 = null;
|
|
116
116
|
return tmp.ic();
|
|
117
117
|
}
|
|
118
118
|
kd(p1, $completion) {
|
|
119
|
-
return this.
|
|
119
|
+
return this.y7v((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
120
120
|
}
|
|
121
121
|
ic() {
|
|
122
122
|
var suspendResult = this.cc_1;
|
|
@@ -127,7 +127,7 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
|
|
|
127
127
|
case 0:
|
|
128
128
|
this.bc_1 = 2;
|
|
129
129
|
this.ac_1 = 1;
|
|
130
|
-
suspendResult = this.
|
|
130
|
+
suspendResult = this.i7w_1.z7v_1.u7s(this.j7w_1, Companion_getInstance().h1v(this.k7w_1), this.l7w_1, this);
|
|
131
131
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
132
132
|
return suspendResult;
|
|
133
133
|
}
|
|
@@ -149,9 +149,9 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
|
|
|
149
149
|
}
|
|
150
150
|
while (true);
|
|
151
151
|
}
|
|
152
|
-
|
|
153
|
-
var i = new (AttoWorkerJsPromiseImpl$workNetwork$slambda())(this.
|
|
154
|
-
i.
|
|
152
|
+
d36($this$promise, completion) {
|
|
153
|
+
var i = new (AttoWorkerJsPromiseImpl$workNetwork$slambda())(this.i7w_1, this.j7w_1, this.k7w_1, this.l7w_1, completion);
|
|
154
|
+
i.m7w_1 = $this$promise;
|
|
155
155
|
return i;
|
|
156
156
|
}
|
|
157
157
|
}
|
|
@@ -163,7 +163,7 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
|
|
|
163
163
|
function AttoWorkerJsPromiseImpl$workNetwork$slambda_0(this$0, $network, $timestamp, $target, resultContinuation) {
|
|
164
164
|
var i = new (AttoWorkerJsPromiseImpl$workNetwork$slambda())(this$0, $network, $timestamp, $target, resultContinuation);
|
|
165
165
|
var l = function ($this$promise, $completion) {
|
|
166
|
-
return i.
|
|
166
|
+
return i.y7v($this$promise, $completion);
|
|
167
167
|
};
|
|
168
168
|
l.$arity = 1;
|
|
169
169
|
return l;
|
|
@@ -175,18 +175,18 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
|
|
|
175
175
|
constructor(this$0, $block, resultContinuation, $box) {
|
|
176
176
|
if ($box === VOID)
|
|
177
177
|
$box = {};
|
|
178
|
-
$box.
|
|
179
|
-
$box.
|
|
178
|
+
$box.v7w_1 = this$0;
|
|
179
|
+
$box.w7w_1 = $block;
|
|
180
180
|
super(resultContinuation, $box);
|
|
181
181
|
}
|
|
182
|
-
|
|
183
|
-
var tmp = this.
|
|
182
|
+
y7v($this$promise, $completion) {
|
|
183
|
+
var tmp = this.d36($this$promise, $completion);
|
|
184
184
|
tmp.cc_1 = Unit_instance;
|
|
185
185
|
tmp.dc_1 = null;
|
|
186
186
|
return tmp.ic();
|
|
187
187
|
}
|
|
188
188
|
kd(p1, $completion) {
|
|
189
|
-
return this.
|
|
189
|
+
return this.y7v((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
190
190
|
}
|
|
191
191
|
ic() {
|
|
192
192
|
var suspendResult = this.cc_1;
|
|
@@ -197,7 +197,7 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
|
|
|
197
197
|
case 0:
|
|
198
198
|
this.bc_1 = 2;
|
|
199
199
|
this.ac_1 = 1;
|
|
200
|
-
suspendResult = this.
|
|
200
|
+
suspendResult = this.v7w_1.z7v_1.v7s(this.w7w_1, this);
|
|
201
201
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
202
202
|
return suspendResult;
|
|
203
203
|
}
|
|
@@ -219,9 +219,9 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
|
|
|
219
219
|
}
|
|
220
220
|
while (true);
|
|
221
221
|
}
|
|
222
|
-
|
|
223
|
-
var i = new (AttoWorkerJsPromiseImpl$workBlock$slambda())(this.
|
|
224
|
-
i.
|
|
222
|
+
d36($this$promise, completion) {
|
|
223
|
+
var i = new (AttoWorkerJsPromiseImpl$workBlock$slambda())(this.v7w_1, this.w7w_1, completion);
|
|
224
|
+
i.x7w_1 = $this$promise;
|
|
225
225
|
return i;
|
|
226
226
|
}
|
|
227
227
|
}
|
|
@@ -233,7 +233,7 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
|
|
|
233
233
|
function AttoWorkerJsPromiseImpl$workBlock$slambda_0(this$0, $block, resultContinuation) {
|
|
234
234
|
var i = new (AttoWorkerJsPromiseImpl$workBlock$slambda())(this$0, $block, resultContinuation);
|
|
235
235
|
var l = function ($this$promise, $completion) {
|
|
236
|
-
return i.
|
|
236
|
+
return i.y7v($this$promise, $completion);
|
|
237
237
|
};
|
|
238
238
|
l.$arity = 1;
|
|
239
239
|
return l;
|
|
@@ -243,7 +243,7 @@ function AttoWorkerJsPromiseImpl() {
|
|
|
243
243
|
if (AttoWorkerJsPromiseImplClass === VOID) {
|
|
244
244
|
class $ {
|
|
245
245
|
constructor(worker) {
|
|
246
|
-
this.
|
|
246
|
+
this.z7v_1 = worker;
|
|
247
247
|
}
|
|
248
248
|
workThreshold(threshold, target) {
|
|
249
249
|
var tmp = GlobalScope_instance;
|