diff --git a/api-docs/index.html b/api-docs/index.html index 3599cb7e..04c9e519 100644 --- a/api-docs/index.html +++ b/api-docs/index.html @@ -887,6 +887,9 @@
  • sendrevoke
  • +
  • + sendbatch +
  • importnonce
  • @@ -14040,11 +14043,187 @@

    Params

    name to revoke the in-progress transfer of -

    importnonce

    +

    sendbatch

    batch='[["TRANSFER", "probability", "rs1qsjl5c967nw3hcsfl65p67kv6zr35qmq8jgrv3x"], ["OPEN", "possibility"]]'
    +
    +hsw-rpc sendbatch $batch
    +
    let batch;
    +
    +batch = [
    +  ["TRANSFER", "probability", "rs1qsjl5c967nw3hcsfl65p67kv6zr35qmq8jgrv3x"],
    +  ["OPEN", "possibility"]
    +];
    +
    +const {WalletClient} = require('hs-client');
    +const {Network} = require('hsd');
    +const network = Network.get('regtest');
    +
    +const clientOptions = {
    +  port: network.walletPort,
    +  apiKey: 'api-key'
    +}
    +
    +const client = new WalletClient(clientOptions);
    +
    +(async () => {
    +  const result = await client.execute('sendbatch', [ batch ]);
    +  console.log(result);
    +})();
    +
    +
    +

    sendbatch returns JSON structured like this:

    +
    +
    {
    +  "hash": "37a1e2a12ac27458f68666880893d8aa1e2a44754067e05ff90e001ada02300e",
    +  "witnessHash": "03aab8ad186179b2cd3dec911f9a13f2bc66673b94612d94015ebdf2b99436fb",
    +  "mtime": 1736421443,
    +  "version": 0,
    +  "inputs": [
    +    {
    +      "prevout": {
    +        "hash": "11be5660810c3feb46d592fad6a4c4aa11a51f125e077fedde1a55d966e3531e",
    +        "index": 0
    +      },
    +      "witness": [
    +        "4f68995585028c1d09a807183a1adc35065c583053e1d9e2bf0467cd13b9294c6467610d083982ab76b7a6b3caa13c6798017f90458804c8414cf6cfdda68f1c01",
    +        "02742d367750ec18d235e885d53b652fed8f6bad8311d0b47a2a48e3ed3bf92544"
    +      ],
    +      "sequence": 4294967295,
    +      "address": "rs1qgn3vg5p7csa5f5a4war5t0fv0f6plkg2dzlh7k"
    +    },
    +    {
    +      "prevout": {
    +        "hash": "c78bce05f9dc83d90734a373924b685a1f8c9417289951016c223b690f4f12a3",
    +        "index": 0
    +      },
    +      "witness": [
    +        "0cd1784f3c32d1b474a4a7d5f5065612faff401989d50f5bc1e41c92529a5564704627a155fe74d93430b2f46094ec780be05880996abef897045338671f34bc01",
    +        "0354c965c77096a31fbdd2deb132b465b3c4789f1dd45a1857f7b457954e9df7d6"
    +      ],
    +      "sequence": 4294967295,
    +      "address": "rs1qvscqlrwy7dz0f8twec4e8gmtcz074lq8dwddat"
    +    }
    +  ],
    +  "outputs": [
    +    {
    +      "value": 0,
    +      "address": "rs1qgn3vg5p7csa5f5a4war5t0fv0f6plkg2dzlh7k",
    +      "covenant": {
    +        "type": 9,
    +        "action": "TRANSFER",
    +        "items": [
    +          "7d3bb2c8a86dc01939586a5db6566e6fa60a24dccebae4dcdf9de27256ecfa54",
    +          "65000000",
    +          "00",
    +          "84bf4c175e9ba37c413fd503af599a10e3406c07"
    +        ]
    +      }
    +    },
    +    {
    +      "value": 0,
    +      "address": "rs1qf0xarqn8e367hd0mqz792vemx27hda6at4cnhm",
    +      "covenant": {
    +        "type": 2,
    +        "action": "OPEN",
    +        "items": [
    +          "01c05e8ea3d1c347342ef11c50fe5a1f621c942f7f8f7e0ee329eb883f93f9eb",
    +          "00000000",
    +          "706f73736962696c697479"
    +        ]
    +      }
    +    },
    +    {
    +      "value": 1999998560,
    +      "address": "rs1qdqnwu4a05exl8q6gtfvctk4x57tnsefprkc9r0",
    +      "covenant": {
    +        "type": 0,
    +        "action": "NONE",
    +        "items": []
    +      }
    +    }
    +  ],
    +  "locktime": 0,
    +  "hex": "000000000211be5660810c3feb46d592fad6a4c4aa11a51f125e077fedde1a55d966e3531e00000000ffffffffc78bce05f9dc83d90734a373924b685a1f8c9417289951016c223b690f4f12a300000000ffffffff030000000000000000001444e2c4503ec43b44d3b5774745bd2c7a741fd90a0904207d3bb2c8a86dc01939586a5db6566e6fa60a24dccebae4dcdf9de27256ecfa54046500000001001484bf4c175e9ba37c413fd503af599a10e3406c07000000000000000000144bcdd18267cc75ebb5fb00bc55333b32bd76f75d02032001c05e8ea3d1c347342ef11c50fe5a1f621c942f7f8f7e0ee329eb883f93f9eb04000000000b706f73736962696c697479608e35770000000000146826ee57afa64df383485a5985daa6a79738652100000000000002414f68995585028c1d09a807183a1adc35065c583053e1d9e2bf0467cd13b9294c6467610d083982ab76b7a6b3caa13c6798017f90458804c8414cf6cfdda68f1c012102742d367750ec18d235e885d53b652fed8f6bad8311d0b47a2a48e3ed3bf9254402410cd1784f3c32d1b474a4a7d5f5065612faff401989d50f5bc1e41c92529a5564704627a155fe74d93430b2f46094ec780be05880996abef897045338671f34bc01210354c965c77096a31fbdd2deb132b465b3c4789f1dd45a1857f7b457954e9df7d6"
    +}
    +
    -
    name='possibility'
    +
    +

    Send a batch of any combination of the above transactions. The batch is an array of arrays, where each inner array is a transaction. The first element of each inner array is the transaction type, and the rest of the elements are the transaction parameters.

    +

    Params

    + + + + + + + + + + + + +
    NameDefaultDescription
    batchRequiredarray of arrays, where each inner array is a transaction. The first element of each inner array is the transaction type, and the rest of the elements are the transaction parameters.
    +

    Batch Types

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeParamsDescription
    NONE[address, value]Send a transaction with no covenant (used for sending HNS to an address)
    OPEN[name]Open a name for bidding
    BID[name, bid, value]Place a bid on a name
    REVEAL[name]Reveal a bid on a name
    REDEEM[name]Redeem bids on a name
    UPDATE[name, data]Update a name's data, See the Resource Object section for details on formatting the name resource data.
    TRANSFER[name, address]Transfer a name to a new address
    FINALIZE[name]Finalize a name transfer
    CANCEL[name]Cancel a name transfer
    REVOKE[name]Revoke a name transfer
    +

    importnonce

    name='possibility'
     address='rs1qhrnda3ct3237e6hl0vyh4tz2e90wvaxnmdldfq'
     bid=1.123456
     
    hsw-rpc importnonce $name $address $bid
    @@ -14069,8 +14248,12 @@ 

    importnonce

    064802bfe52159d6c744625b17b887834d26dcc04605190fb82e4b41862adf60
     
    + +

    Deterministically regenerate the nonce for a bid.

    -

    Params

    +

    Params

    @@ -14165,7 +14348,7 @@

    createopen

    }
     

    Creates OPEN transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -14260,7 +14443,7 @@

    createbid

    }

    Create BID transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -14383,7 +14566,7 @@

    createreveal

    }
     

    Create REVEAL transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -14482,7 +14665,7 @@

    createredeem

    }
     

    Create REDEEM transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -14578,7 +14761,7 @@

    createupdate

    Resource Object section for details on formatting the name resource data.

    -

    Params

    +

    Params

    Name
    @@ -14682,7 +14865,7 @@

    createrenewal

    }
     

    Create RENEW transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -14785,7 +14968,7 @@

    createtransfer

    }
     

    Create FINALIZE transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -14992,7 +15175,7 @@

    createcancel

    }
     

    Create CANCEL transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -15091,7 +15274,7 @@

    createrevoke

    }
     

    Create REVOKE transaction without signing or broadcasting it.

    -

    Params

    +

    Params

    Name
    @@ -15147,7 +15330,7 @@

    importname

    rpc getbids can be used to return
     all current BIDs on a name, even if the wallet has not placed any BIDs itself.

    -

    Params

    +

    Params

    Name
    diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/gem_make.out index d7394f6c..385d656c 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/gem_make.out @@ -3,17 +3,17 @@ current directory: /home/runner/work/handshake-org.github.io/handshake-org.githu creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/eventmachine-1.2.7/ext/fastfilereader -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-eaxaxj sitelibdir\=./.gem.20250109-3248-eaxaxj clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-d9hyqf sitelibdir\=./.gem.20250109-3346-d9hyqf clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/eventmachine-1.2.7/ext/fastfilereader -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-eaxaxj sitelibdir\=./.gem.20250109-3248-eaxaxj +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-d9hyqf sitelibdir\=./.gem.20250109-3346-d9hyqf compiling mapper.cpp compiling rubymain.cpp linking shared-object fastfilereaderext.so current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/eventmachine-1.2.7/ext/fastfilereader -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-eaxaxj sitelibdir\=./.gem.20250109-3248-eaxaxj install -/usr/bin/install -c -m 0755 fastfilereaderext.so ./.gem.20250109-3248-eaxaxj +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-d9hyqf sitelibdir\=./.gem.20250109-3346-d9hyqf install +/usr/bin/install -c -m 0755 fastfilereaderext.so ./.gem.20250109-3346-d9hyqf current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/eventmachine-1.2.7/ext/fastfilereader -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-eaxaxj sitelibdir\=./.gem.20250109-3248-eaxaxj clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-d9hyqf sitelibdir\=./.gem.20250109-3346-d9hyqf clean diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/mkmf.log b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/mkmf.log index 2fd6fa55..06d12cbf 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/mkmf.log +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/eventmachine-1.2.7/mkmf.log @@ -168,7 +168,7 @@ checked program was: /* end */ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.0/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.0/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.0/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lssl -lcrypto -lcrypto -lssl -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -lruby -lssl -lcrypto -lcrypto -lssl -lm -lpthread -lc" -/usr/bin/ld: /tmp/ccpazOIC.o: in function `t': +/usr/bin/ld: /tmp/cc0qegul.o: in function `t': /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/eventmachine-1.2.7/ext/conftest.c:15:(.text+0xb): undefined reference to `rb_thread_blocking_region' collect2: error: ld returned 1 exit status checked program was: @@ -340,7 +340,7 @@ checked program was: /* end */ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.0/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.0/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.0/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lssl -lcrypto -lcrypto -lssl -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.0/x64/lib -lruby -lssl -lcrypto -lcrypto -lssl -lm -lpthread -lc" -/usr/bin/ld: /tmp/ccOod49Q.o: in function `t': +/usr/bin/ld: /tmp/cc5ilMpM.o: in function `t': /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/eventmachine-1.2.7/ext/conftest.c:15:(.text+0xb): undefined reference to `rb_enable_interrupt' collect2: error: ld returned 1 exit status checked program was: diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/fast_blank-1.0.1/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/fast_blank-1.0.1/gem_make.out index 6c380a0d..1b3918e2 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/fast_blank-1.0.1/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/fast_blank-1.0.1/gem_make.out @@ -3,16 +3,16 @@ current directory: /home/runner/work/handshake-org.github.io/handshake-org.githu creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/fast_blank-1.0.1/ext/fast_blank -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-fnfomr sitelibdir\=./.gem.20250109-3248-fnfomr clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ylk2lf sitelibdir\=./.gem.20250109-3346-ylk2lf clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/fast_blank-1.0.1/ext/fast_blank -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-fnfomr sitelibdir\=./.gem.20250109-3248-fnfomr +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ylk2lf sitelibdir\=./.gem.20250109-3346-ylk2lf compiling fast_blank.c linking shared-object fast_blank.so current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/fast_blank-1.0.1/ext/fast_blank -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-fnfomr sitelibdir\=./.gem.20250109-3248-fnfomr install -/usr/bin/install -c -m 0755 fast_blank.so ./.gem.20250109-3248-fnfomr +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ylk2lf sitelibdir\=./.gem.20250109-3346-ylk2lf install +/usr/bin/install -c -m 0755 fast_blank.so ./.gem.20250109-3346-ylk2lf current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/fast_blank-1.0.1/ext/fast_blank -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-fnfomr sitelibdir\=./.gem.20250109-3248-fnfomr clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ylk2lf sitelibdir\=./.gem.20250109-3346-ylk2lf clean diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.15.5/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.15.5/gem_make.out index b314e910..2e3859c8 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.15.5/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.15.5/gem_make.out @@ -9,10 +9,10 @@ creating extconf.h creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/ffi-1.15.5/ext/ffi_c -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-hllcm5 sitelibdir\=./.gem.20250109-3248-hllcm5 clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xeewnx sitelibdir\=./.gem.20250109-3346-xeewnx clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/ffi-1.15.5/ext/ffi_c -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-hllcm5 sitelibdir\=./.gem.20250109-3248-hllcm5 +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xeewnx sitelibdir\=./.gem.20250109-3346-xeewnx compiling AbstractMemory.c compiling ArrayType.c compiling Buffer.c @@ -39,8 +39,8 @@ compiling ffi.c linking shared-object ffi_c.so current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/ffi-1.15.5/ext/ffi_c -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-hllcm5 sitelibdir\=./.gem.20250109-3248-hllcm5 install -/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20250109-3248-hllcm5 +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xeewnx sitelibdir\=./.gem.20250109-3346-xeewnx install +/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20250109-3346-xeewnx current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/ffi-1.15.5/ext/ffi_c -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-hllcm5 sitelibdir\=./.gem.20250109-3248-hllcm5 clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xeewnx sitelibdir\=./.gem.20250109-3346-xeewnx clean diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/http_parser.rb-0.8.0/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/http_parser.rb-0.8.0/gem_make.out index cdce4b9b..0d4212ca 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/http_parser.rb-0.8.0/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/http_parser.rb-0.8.0/gem_make.out @@ -3,10 +3,10 @@ current directory: /home/runner/work/handshake-org.github.io/handshake-org.githu creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-usesw9 sitelibdir\=./.gem.20250109-3248-usesw9 clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ccy0wq sitelibdir\=./.gem.20250109-3346-ccy0wq clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-usesw9 sitelibdir\=./.gem.20250109-3248-usesw9 +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ccy0wq sitelibdir\=./.gem.20250109-3346-ccy0wq compiling ruby_http_parser.c ruby_http_parser.c: In function ‘Parser_execute’: ruby_http_parser.c:365:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare] @@ -24,8 +24,8 @@ compiling ryah_http_parser.c linking shared-object ruby_http_parser.so current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-usesw9 sitelibdir\=./.gem.20250109-3248-usesw9 install -/usr/bin/install -c -m 0755 ruby_http_parser.so ./.gem.20250109-3248-usesw9 +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ccy0wq sitelibdir\=./.gem.20250109-3346-ccy0wq install +/usr/bin/install -c -m 0755 ruby_http_parser.so ./.gem.20250109-3346-ccy0wq current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-usesw9 sitelibdir\=./.gem.20250109-3248-usesw9 clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-ccy0wq sitelibdir\=./.gem.20250109-3346-ccy0wq clean diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/nokogiri-1.13.10/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/nokogiri-1.13.10/gem_make.out index 480e4c16..bcdfac95 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/nokogiri-1.13.10/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/nokogiri-1.13.10/gem_make.out @@ -97,10 +97,10 @@ checking for whether -DNOKOGIRI_OTHER_LIBRARY_VERSIONS="\"libgumbo:1.0.0-nokogir creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/nokogiri-1.13.10/ext/nokogiri -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-j2d64u sitelibdir\=./.gem.20250109-3248-j2d64u clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-l8zulh sitelibdir\=./.gem.20250109-3346-l8zulh clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/nokogiri-1.13.10/ext/nokogiri -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-j2d64u sitelibdir\=./.gem.20250109-3248-j2d64u +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-l8zulh sitelibdir\=./.gem.20250109-3346-l8zulh compiling gumbo.c gumbo.c: In function ‘noko_init_gumbo’: gumbo.c:569:1: warning: old-style function definition [-Wold-style-definition] @@ -396,9 +396,9 @@ linking shared-object nokogiri/nokogiri.so Cleaning files only used during build. current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/nokogiri-1.13.10/ext/nokogiri -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-j2d64u sitelibdir\=./.gem.20250109-3248-j2d64u install -/usr/bin/install -c -m 0755 nokogiri.so ./.gem.20250109-3248-j2d64u/nokogiri +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-l8zulh sitelibdir\=./.gem.20250109-3346-l8zulh install +/usr/bin/install -c -m 0755 nokogiri.so ./.gem.20250109-3346-l8zulh/nokogiri installing nokogiri libraries current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/nokogiri-1.13.10/ext/nokogiri -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-j2d64u sitelibdir\=./.gem.20250109-3248-j2d64u clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-l8zulh sitelibdir\=./.gem.20250109-3346-l8zulh clean diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/redcarpet-3.6.0/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/redcarpet-3.6.0/gem_make.out index 15ecb485..a6a250ab 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/redcarpet-3.6.0/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/redcarpet-3.6.0/gem_make.out @@ -3,10 +3,10 @@ current directory: /home/runner/work/handshake-org.github.io/handshake-org.githu creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/redcarpet-3.6.0/ext/redcarpet -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-i2akfl sitelibdir\=./.gem.20250109-3248-i2akfl clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xcihe5 sitelibdir\=./.gem.20250109-3346-xcihe5 clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/redcarpet-3.6.0/ext/redcarpet -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-i2akfl sitelibdir\=./.gem.20250109-3248-i2akfl +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xcihe5 sitelibdir\=./.gem.20250109-3346-xcihe5 compiling autolink.c compiling buffer.c buffer.c: In function ‘bufcstr’: @@ -103,8 +103,8 @@ compiling stack.c linking shared-object redcarpet.so current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/redcarpet-3.6.0/ext/redcarpet -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-i2akfl sitelibdir\=./.gem.20250109-3248-i2akfl install -/usr/bin/install -c -m 0755 redcarpet.so ./.gem.20250109-3248-i2akfl +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xcihe5 sitelibdir\=./.gem.20250109-3346-xcihe5 install +/usr/bin/install -c -m 0755 redcarpet.so ./.gem.20250109-3346-xcihe5 current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/redcarpet-3.6.0/ext/redcarpet -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-i2akfl sitelibdir\=./.gem.20250109-3248-i2akfl clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-xcihe5 sitelibdir\=./.gem.20250109-3346-xcihe5 clean diff --git a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/sassc-2.4.0/gem_make.out b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/sassc-2.4.0/gem_make.out index 52d1f502..e0f3be1f 100644 --- a/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/sassc-2.4.0/gem_make.out +++ b/vendor/ruby/3.2.0/extensions/x86_64-linux/3.2.0/sassc-2.4.0/gem_make.out @@ -3,10 +3,10 @@ current directory: /home/runner/work/handshake-org.github.io/handshake-org.githu creating Makefile current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/sassc-2.4.0/ext -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-w02i9m sitelibdir\=./.gem.20250109-3248-w02i9m clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-o72pzp sitelibdir\=./.gem.20250109-3346-o72pzp clean current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/sassc-2.4.0/ext -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-w02i9m sitelibdir\=./.gem.20250109-3248-w02i9m +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-o72pzp sitelibdir\=./.gem.20250109-3346-o72pzp compiling ./libsass/src/ast.cpp compiling ./libsass/src/ast2c.cpp compiling ./libsass/src/ast_fwd_decl.cpp @@ -76,8 +76,8 @@ compiling ./libsass/src/values.cpp linking shared-object sassc/libsass.so current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/sassc-2.4.0/ext -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-w02i9m sitelibdir\=./.gem.20250109-3248-w02i9m install -/usr/bin/install -c -m 0755 libsass.so ./.gem.20250109-3248-w02i9m/sassc +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-o72pzp sitelibdir\=./.gem.20250109-3346-o72pzp install +/usr/bin/install -c -m 0755 libsass.so ./.gem.20250109-3346-o72pzp/sassc current directory: /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/sassc-2.4.0/ext -make DESTDIR\= sitearchdir\=./.gem.20250109-3248-w02i9m sitelibdir\=./.gem.20250109-3248-w02i9m clean +make DESTDIR\= sitearchdir\=./.gem.20250109-3346-o72pzp sitelibdir\=./.gem.20250109-3346-o72pzp clean
    Name