quicknode_sdk 0.8.0 → 0.8.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2afee73b31e4a4f431a7ab86b558494e0ceeb517e8d9d63e7d1aa3c9a14ee6b3
4
- data.tar.gz: 92170453b26ae7adaeded2f165c8af400f5b4069f8bfd6f3aa2b01db352433ac
3
+ metadata.gz: 6b85c3031b465489adb2a5e823daf4e7ff280ae83663fa87e1a33ecf94365011
4
+ data.tar.gz: 8f1c31d9e85547942e22fb8b08c86034afb06ec985f2f1917e043c0521909d1f
5
5
  SHA512:
6
- metadata.gz: 9203bd871fed1d37968af3a7fec28b806ea1b71031fce35ede41046fa6b3ee8ece3ab437af56e9e26c5122ecb008a0d8492042a076e9b0c3b2bcd5e7364dca25
7
- data.tar.gz: 7992a01650e089989aefbf02763b3148109dc236651dec8d42d9018bba525296c9ab655e34cdfe65f7c7bd20cf4c470dd2127dd3715ae565d174056c3597366c
6
+ metadata.gz: 51a054c4c1c19fd911c8b0a1bbf3c1d5cf04a4a7b59f0c838dc0f30ffe658b8e917a213c9f64161939a08cc52f7b93fb685ae56b8e78633945921b3e3da91044
7
+ data.tar.gz: 8a48897b12c8e5be4289a2d31f37ac20959ff40b76c7873c2c50645a44cb10416d2af68e99f41033ad3a3dc11e6356b3eedf2d5dec014926334fb0bfe74d8410
data/README.md CHANGED
@@ -1830,7 +1830,7 @@ File.write("payment.key", wallet[:key]) # returned exactly once
1830
1830
 
1831
1831
  ### x402 credit drawdown (authenticate once, then draw one credit per call)
1832
1832
 
1833
- Cheaper per call than paying per request: one SIWE signature mints a session JWT, then
1833
+ Cheaper per call than paying per request: one SIWE or SIWS signature mints a session JWT, then
1834
1834
  each call draws a single credit from the account balance instead of signing a fresh
1835
1835
  settlement. Minting the session is free and moves no funds, so a host can re-authenticate
1836
1836
  transparently. Persist it between processes.
@@ -1838,7 +1838,9 @@ transparently. Persist it between processes.
1838
1838
  Fund the payment wallet out of band — the testnet faucet below, or by sending funds to
1839
1839
  `payment_address` directly. Credits are provisioned against the account gateway-side.
1840
1840
 
1841
- EVM signers only: SIWE is an EIP-4361 construction, so an x402/Solana key errors here.
1841
+ EVM payment networks use SIWE. Solana payment networks use SIWS with an Ed25519
1842
+ signature encoded as Base58. Solana wallets must be funded out of band; the faucet
1843
+ is available for Base Sepolia only.
1842
1844
 
1843
1845
  | Method | Cost | Returns |
1844
1846
  |---|---|---|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quicknode_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Quicknode