quicknode_sdk 0.8.1-aarch64-linux → 0.8.2-aarch64-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: aa9f4360337da3278bb67385b57df4ea14b2a9749ad3faef902a51ed20bd70da
4
- data.tar.gz: 9438d2d46d88dc0da4d816ed98a3478158183cd729dd928eccf06ad04b81aaf6
3
+ metadata.gz: 6b522f6b2502433483e7aa1df35ca705757aaca5b9a95c034d63712b11911025
4
+ data.tar.gz: 5cbe3a8f8f90db40df5f0d2e6e4835cf5d0297d050419e0cbf591fb468bb5b26
5
5
  SHA512:
6
- metadata.gz: cabe7e4faa63da4def4d1584b58e6dc888038b77129f72fa880deb46879bcfa2888a39f59f287bec7980f101256ea68d19386d72e40a0b973dec19c9779cb247
7
- data.tar.gz: ad71acc4083e34188570fb704790255bba42b766927145d5e2854d8e5e3597cb4bb6d9f5f88c8dfde0672ef2a4a513e0aaad026b8a68dcb3dc018e75ebf136c0
6
+ metadata.gz: 10f585054a7ae7fc87245e9ac005ea2626efe1a695dab29a642ae6171e819e48f8ba749affe97714cc0155a110fa5ffddb25d1852d8032ce570ce901de8d9c54
7
+ data.tar.gz: ed5debf841bfd1229ee199ff9b200bf869beaa12a6249d4b48a9a80dcdff6a2f569cf4ec63f56c4a391f9d40248f07c106a3e7b094060b7dc29da3b83e17711f
data/README.md CHANGED
@@ -1839,15 +1839,14 @@ Fund the payment wallet out of band — the testnet faucet below, or by sending
1839
1839
  `payment_address` directly. Credits are provisioned against the account gateway-side.
1840
1840
 
1841
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
+ signature encoded as Base58.
1844
1843
 
1845
1844
  | Method | Cost | Returns |
1846
1845
  |---|---|---|
1847
1846
  | `payment_address` | free, offline | the wallet address derived from the key |
1848
1847
  | `gateway_authenticate` | free | a Hash `{token:, exp_unix:, account_id:}` |
1849
1848
  | `gateway_credits(session:)` | free | a Hash `{account_id:, credits:}` |
1850
- | `gateway_drip(session:)` | free (testnet) | a Hash `{account_id:, transaction_hash:}` |
1849
+ | `gateway_drip(session:)` | free (testnet) | a Hash with `transfer_id:` or `transaction_hash:` |
1851
1850
  | `gateway_drawdown_call(method:, session:, network:, params:)` | 1 credit | the JSON-RPC `result` |
1852
1851
 
1853
1852
  ```ruby
@@ -1864,9 +1863,10 @@ that call.
1864
1863
 
1865
1864
  #### Testnet faucet
1866
1865
 
1867
- `gateway_drip` requests testnet tokens for the payment **wallet** on Base Sepolia. The
1868
- gateway allows one drip per account, and it returns the on-chain funding transaction hash
1869
- not a credit balance.
1866
+ `gateway_drip` requests testnet tokens for the payment **wallet**. Circle Gateway-backed
1867
+ networks return `transfer_id` because settlement is asynchronous. Direct-transfer
1868
+ networks such as Arc Testnet return `transaction_hash`. The response is not a credit
1869
+ balance; call `gateway_credits` separately.
1870
1870
 
1871
1871
  ### MPP payment channel (deposit once, then vouchers)
1872
1872
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quicknode_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Quicknode
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-04 00:00:00.000000000 Z
11
+ date: 2026-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie