quicknode_sdk 0.8.0-x86_64-linux → 0.8.1-x86_64-linux

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f7605d684dfbf7b432368d3ed23d683e99ab9c1b837b67ff8fc4199f60e9548
4
- data.tar.gz: '0848f5a9c11ad42dbe70fe3f8ee7ba4ecb383039ebc4ca2f5c027dd13673f6d8'
3
+ metadata.gz: 9031d944f5187fdca6959fe082a32dc8fd54c4704ea0b7c8e167146f7cdb001f
4
+ data.tar.gz: 7ab51617526d7de4913ee7700fb16a873c5b6236fa1f9c4a804b1e6499165dbc
5
5
  SHA512:
6
- metadata.gz: 16fa7bb8bb6b1334aee1a0912fc5e8c7043c63cd249cdd026482649b6ea31c9f27fe3b60d55f49b9510f0c866ba2597e437214952a2b4e64765acecc8dc4aeb0
7
- data.tar.gz: 1f2e285cbdffa9d426fa4f497b58be756527b49b3254c2721d75ff4149a0ac814ca540e360ea113523589e6b0eba2da670b20e2a5ce8416a08998dc72cf82f74
6
+ metadata.gz: 91e67d2f3d35bb89b2af348526723eb12f180d5f8910ebc8479049c1d32bc3591da7edb5762b2e09e3719e3bbc598a51f7afc126c60093b171c4f4dda9757910
7
+ data.tar.gz: 4bb7ad2549a739bf1e3560df9fab029bbbf94adebabb70a928b289c850e2fd0380c4cb5b237d4aafdc4b43d051bf52d15f4f522d1a035263f259b0437d64635f
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
  |---|---|---|
Binary file
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: x86_64-linux
6
6
  authors:
7
7
  - Quicknode