|
9 | 9 | //!
|
10 | 10 | //! Key:
|
11 | 11 | //! - `[ ]` Not yet done.
|
| 12 | +//! - `[I]` Implemented _and_ tested. |
12 | 13 | //! - `[x]` Implemented _and_ tested.
|
13 | 14 | //! - `[-]` Intentionally not done, typically because method does not return anything, returns
|
14 | 15 | //! a single integer, or is deprecated.
|
|
24 | 25 | //! - [x] `getchaintips`
|
25 | 26 | //! - [x] `getchaintxstats ( nblocks blockhash )`
|
26 | 27 | //! - [x] `getdifficulty`
|
27 |
| -//! - [x] `getmempoolancestors txid (verbose)` |
28 |
| -//! - [x] `getmempooldescendants txid (verbose)` |
29 |
| -//! - [x] `getmempoolentry txid` |
30 |
| -//! - [x] `getmempoolinfo` |
31 |
| -//! - [x] `getrawmempool ( verbose )` |
32 |
| -//! - [x] `gettxout "txid" n ( include_mempool )` |
33 |
| -//! - [x] `gettxoutproof ["txid",...] ( blockhash )` |
34 |
| -//! - [x] `gettxoutsetinfo` |
35 |
| -//! - [x] `preciousblock "blockhash"` |
| 28 | +//! - [ ] `getmempoolancestors txid (verbose)` |
| 29 | +//! - [ ] `getmempooldescendants txid (verbose)` |
| 30 | +//! - [ ] `getmempoolentry txid` |
| 31 | +//! - [ ] `getmempoolinfo` |
| 32 | +//! - [ ] `getrawmempool ( verbose )` |
| 33 | +//! - [ ] `gettxout "txid" n ( include_mempool )` |
| 34 | +//! - [ ] `gettxoutproof ["txid",...] ( blockhash )` |
| 35 | +//! - [ ] `gettxoutsetinfo` |
| 36 | +//! - [ ] `preciousblock "blockhash"` |
36 | 37 | //! - [-] `pruneblockchain`
|
37 | 38 | //! - [-] `savemempool`
|
38 | 39 | //! - [-] `scantxoutset <action> ( <scanobjects> )`
|
39 |
| -//! - [x] `verifychain ( checklevel nblocks )` |
| 40 | +//! - [ ] `verifychain ( checklevel nblocks )` |
40 | 41 | //! - [-] `verifytxoutproof "proof"`
|
41 | 42 | //!
|
42 | 43 | //! **== Control ==**
|
|
0 commit comments