@attocash/commons-js 5.2.2 → 5.4.0
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/AttoBlock.mjs +1 -0
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +7 -0
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +16 -0
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +6 -6
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +7 -0
- 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 +7 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +12 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +92 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +273 -271
- 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.export.mjs → AttoNodeOperationsJsImpl.js.export.mjs} +2 -2
- package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.mjs → AttoNodeOperationsJsImpl.js.mjs} +75 -75
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsJsImpl.js.mjs.map +1 -0
- package/commons-commons-node-remote.mjs +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +4 -20
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +28 -28
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +35 -35
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +2 -2
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +47 -47
- 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 +21 -21
- 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 +192 -192
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +8 -8
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +187 -187
- 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 +39 -39
- package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +89 -89
- package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +23 -23
- package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +4 -4
- 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/package.json +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +0 -1
- /package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.d.ts → AttoNodeOperationsJsImpl.js.export.d.ts} +0 -0
- /package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.mjs.map → AttoNodeOperationsJsImpl.js.export.mjs.map} +0 -0
|
@@ -28,9 +28,9 @@ function $tlsCOROUTINE$() {
|
|
|
28
28
|
class $ extends CoroutineImpl() {
|
|
29
29
|
constructor(_this__u8e3s4, coroutineContext, config, resultContinuation) {
|
|
30
30
|
super(resultContinuation);
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
31
|
+
this.w6z_1 = _this__u8e3s4;
|
|
32
|
+
this.x6z_1 = coroutineContext;
|
|
33
|
+
this.y6z_1 = config;
|
|
34
34
|
}
|
|
35
35
|
ic() {
|
|
36
36
|
var suspendResult = this.cc_1;
|
|
@@ -42,14 +42,14 @@ function $tlsCOROUTINE$() {
|
|
|
42
42
|
this.bc_1 = 3;
|
|
43
43
|
this.bc_1 = 2;
|
|
44
44
|
this.ac_1 = 1;
|
|
45
|
-
suspendResult = openTLSSession(this.
|
|
45
|
+
suspendResult = openTLSSession(this.w6z_1.t6w_1, this.w6z_1.u6w_1, this.w6z_1.v6w_1, this.y6z_1, this.x6z_1, this);
|
|
46
46
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
47
47
|
return suspendResult;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
continue $sm;
|
|
51
51
|
case 1:
|
|
52
|
-
this.
|
|
52
|
+
this.z6z_1 = suspendResult;
|
|
53
53
|
this.bc_1 = 3;
|
|
54
54
|
this.ac_1 = 4;
|
|
55
55
|
continue $sm;
|
|
@@ -59,9 +59,9 @@ function $tlsCOROUTINE$() {
|
|
|
59
59
|
if (tmp_0 instanceof Error) {
|
|
60
60
|
var cause = this.dc_1;
|
|
61
61
|
var tmp_1 = this;
|
|
62
|
-
this.
|
|
63
|
-
close(this.
|
|
64
|
-
this.
|
|
62
|
+
this.w6z_1.u6w_1.l3b(cause);
|
|
63
|
+
close(this.w6z_1.v6w_1, cause);
|
|
64
|
+
this.w6z_1.t6w_1.v5();
|
|
65
65
|
throw cause;
|
|
66
66
|
} else {
|
|
67
67
|
throw this.dc_1;
|
|
@@ -71,7 +71,7 @@ function $tlsCOROUTINE$() {
|
|
|
71
71
|
throw this.dc_1;
|
|
72
72
|
case 4:
|
|
73
73
|
this.bc_1 = 3;
|
|
74
|
-
return this.
|
|
74
|
+
return this.z6z_1;
|
|
75
75
|
}
|
|
76
76
|
} catch ($p) {
|
|
77
77
|
var e = $p;
|
package/package.json
CHANGED
package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAqGAA,CAIIC,O,EACAC,OALJF,EAMwB;A;MACpBG,aAAoC,YAAO,OAAP,EAAgB,OAAhB,EAAyB,0CAAzB,C;EACpC,wCAAgC,UAAhC,C;AACJ,C;;;;;kBAnE2CC,E;QAAA,e;;SAAAC,C,SAAAC,WAAAD,E;QAAA,mB;;O;SA3C3C,E,EAAAC,W;;;;;;;;;gFA2C2CC,CAAAH,EAAAG,E;;mBAAAC,C,SAAAF,WAAAE,E;;G;;;C;sBATvCC,CAAA,K,EACIC,Y,EACAC,Q,EACAC,YAHJH,EAIkB;A;cAES,e;MADvBI,MACgB,yBAAwB,4FAAxB,C;EAahB,kCAA0B,GAA1B,C;AACJ,C;;;;;;QAXuC,uB;;SAAAC,CAnBgBC,K,EAmBhBT,WAAAQ,E;;O;;;;YA3C3CE,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;;;;;kBAuBI,M,EAAqBC,U;;;;;;;SACGb,CAAA,a,EAAAC,WAAAD,EAAE;A;;;;MAAoD,C;SAxBlF,E,EAAAC,W;;;QAwB4Ba,CAAAA,EAAA;A;;UAAA,I;;;;;;gCAAa,KAAX,KAAW,CAAX,KAAW,KAAkB,YAAV,KAAU,CAAlB,O;;;;;;;6BAAA,a;uBAEc,YAAY,MAAZ,C;;;;;;;;;;;;;;MAF6B,C;UAAxD,a,EA8CJ,U;;;;;;;;;;;mDA9CIC,CADxB,M,EAAqBF,U,oBACGE,E;;mBAAAC,CAAA,a,EAAAf,WAAAe,E;;G;;;C;;;;;kBAExB,M,EAA0BC,K;;;;;;;SAAiEjB,CAAA,a,EAAAC,WAAAD,EAAE;A;;;;MAA4B,C;SA1B7H,E,EAAAC,W;;;QA0B+Fa,CAAAA,EAAA;A;;UAAA,I;;;;;;gCAAa,KAAX,KAAW,CAAX,KAAW,UAAa,KAAb,O;;;;;;;;;;;;;;;;;;;;;MAAmB,C;UAAhC,a,EA4CvE,U;;;;;;;;;;;wDA5CuEI,CAA3F,M,EAA0BD,K,oBAAiEC,E;;mBAAAC,CAAA,a,EAAAlB,WAAAkB,E;;G;;;C;;;;;kBAE3F,M,EAAyBF,K;;;;;;;SAAgEjB,CAAA,a,EAAAC,WAAAD,EAAE;A;;;;MAA2B,C;SA5B1H,E,EAAAC,W;;;QA4B6Fa,CAAAA,EAAA;A;;UAAA,I;;;;;;gCAAa,KAAX,KAAW,CAAX,KAAW,UAAY,KAAZ,O;;;;;;;;;;;;;;;;;;;;;MAAkB,C;UAA/B,a,EA0CrE,U;;;;;;;;;;;uDA1CqEM,CAAzF,M,EAAyBH,K,oBAAgEG,E;;mBAAAC,CAAA,a,EAAApB,WAAAoB,E;;G;;;C;;;;;kBAEzF,M;;;;;;SAA0DrB,CAAA,a,EAAAC,WAAAD,EAAE;A;;;;MAA0B,C;SA9B1F,E,EAAAC,W;;;QA8B8Da,CAAAA,EAAA;A;;UAAA,I;;;;;;gCAAa,KAAX,KAAW,CAAX,KAAW,U;;;;;;;;uBAAM,mB;;;;;;;;;;;;;;MAAW,C;UAA9B,a,EAwCtC,U;;;;;;;;;;;+CAxCsCQ,CAA1D,M,oBAA0DA,E;;mBAAAC,CAAA,a,EAAAtB,WAAAsB,E;;G;;;C;;;;;kBAE1D,M,EAAqBC,Y;;;;;;;SAAmExB,CAAA,a,EAAAC,WAAAD,EAAE;A;;;;MAA8B,C;SAhC5H,E,EAAAC,W;;;QAgC4Fa,CAAAA,EAAA;A;;UAAA,I;;;;;;gCAAa,KAAX,KAAW,CAAX,KAAW,UAAQ,KAAR,O;;;;;;;gBAAqB,oB;;;;;;;;;;;;;;MAAA,C;UAAlC,a,EAsCpE,U;;;;;;;;;;;mDAtCoEW,CAAxF,M,EAAqBD,Y,oBAAmEC,E;;mBAAAC,CAAA,a,EAAAzB,WAAAyB,E;;G;;;C;;;;;kBAGpFC,a,EACAC,S,EACAC,a;;;;;;;;SAGwC7B,CAAA,Y,EAAAC,WAAAD,EAChC;A;;;;MAUA,C;SAnDhB,E,EAAAC,W;;;QAwCgDa,CAAAA,EAAA;A;;UAAA,I;;;;;gBAChC,aAAsB,I;;;;;;;4BAElB,Y;oBAAuB,2F;gCAAR,8DAAQ,KAAR,Q;;;;;;;;gBACf,aAAS,kB;;;;;;;;;sBACJgB,a;;;sBACI,mBAAE,O;kBAAX,cAAS,yBAAa,WAAb,iB;;;;;;;;wBACJC,a;;;wBACI,mBAAE,O;oBAAX,cAAS,yBAAc,SAAd,GAAgC,wBAAT,CAAS,MAAhC,iB;;;;;;;;;;;;oBANbA,e;gBAQI,WAAa,yBAAb,C;;;;;;gBAAA,WAAa,yBAAb,C;gBAER,oB;;;;;;;;;;;;MAAA,C;UAZoC,Y,EA8BxB,U;;;;;;;;;;;yDA9BwBC,CALxCL,a,EACAC,S,EACAC,a,oBAGwCG,E;;mBAAAC,CAAA,Y,EAAAhC,WAAAgC,E;;G;;;C;kDAsBpCC,CANR,M,EACIrB,UAKIqB,E;kBAAAC,CAAAA,EAAA;A,IAA8C,OAA5C,MAAW,CAAX,KAAW,KAAwB,OAAV,UAAU,CAAxB,C;EAAkC,C;C;qDAW/CC,CANR,M,EACIvB,UAKIuB,E;kBAAAC,CAAAA,EAAA;A,IAAiD,OAA/C,MAAW,CAAX,KAAW,KAA2B,OAAV,UAAU,CAA3B,C;EAAqC,C;C;sDAWlDC,CANR,M,EACIC,aAKID,E;kBAAAE,CAAAA,EAAA;A,IAA4C,OAA1C,MAAW,CAAX,KAAW,KAAkB,aAAlB,C;EAAgC,C;C;uDAW7CC,CANR,M,EACIF,aAKIE,E;kBAAAC,CAAAA,EAAA;A,IAA6C,OAA3C,MAAW,CAAX,KAAW,KAAmB,aAAnB,C;EAAiC,C;C;;;;;kBA5EtD5C,U;QAAA,uB;QAE+C,aAAX,IAAW,CAAX,KAAW,M;;SAA/C6C,CAAAA,EAAA;A,QAAA,iB;MAAgC,C;aAEhCC,CAAqBC,SAArBD,EACI;A;QAA6E,OAAjE,yBAAQ,iEAAR,C;MAAgE,C;kBAEhFE,CAA0BC,IAA1BD,EAAuE;A;QAAqD,OAAzC,yBAAQ,iEAAR,C;MAAwC,C;iBAE3HE,CAAyBD,IAAzBC,EAAqE;A;QAAoD,OAAxC,yBAAQ,gEAAR,C;MAAuC,C;SAExHC,CAAAA,EAAsC;A;QAAmD,OAAvC,yBAAQ,kDAAR,C;MAAsC,C;aAExFC,CAAqBF,WAArBE,EAAoE;A;QAAuD,OAA3C,yBAAQ,mEAAR,C;MAA0C,C;SAwB1HC,CACIN,S,EACAvC,Q,EACAC,YAHJ4C,EAKI;A,QAIC,OAJD,oBACI,0DADJ,EAEI,QAFJ,EAGI,YAHJ,C;MAIA,C;SAEJC,CACIP,S,EACAvC,Q,EACAC,YAHJ6C,EAKI;A,QAIC,OAJD,oBACI,6DADJ,EAEI,QAFJ,EAGI,YAHJ,C;MAIA,C;SAEJC,CACIC,Y,EACAhD,Q,EACAC,YAHJ8C,EAKI;A,QAIC,OAJD,oBACI,iEADJ,EAEI,QAFJ,EAGI,YAHJ,C;MAIA,C;SAEJE,CACID,Y,EACAhD,Q,EACAC,YAHJgD,EAKI;A,QAIC,OAJD,oBACI,kEADJ,EAEI,QAFJ,EAGI,YAHJ,C;MAIA,C;;;;;;;;;;;;;;;;;;SAUyDvD,CAAAC,WAAAD,EAAE;A;;;;MAAS,C;SA5G5EC,W;;;QA4GiEa,CAAAA,EAAA;A;;UAAA,I;;;;qBAAE,U;;;;;;;;;MAAW,C;UAtCtD,U;;;;;;;;;6CAsCyC0C,C,kBAAAA,E;;mBAAAC,CAAAxD,WAAAwD,E;;G;;;C;;;;;"}
|
|
File without changes
|