jaspervdm
7385e8ce7f
Update API docs ( #3277 )
2020-03-28 12:53:20 +01:00
Quentin Le Sceller
2ee8d06d48
Remove deprecated v1 wallet owner api documentation ( #3071 )
...
* Remove deprecated v1 wallet owner api documentation
* Fix typo
2019-10-02 09:40:56 +01:00
Quentin Le Sceller
213daf72ca
Add missing doc and route for Node API ( #3059 )
...
* Add missing doc and route for Node API
2019-09-26 11:44:44 -04:00
jaspervdm
0e62b7e43e
Optionally add rangeproofs to block api ( #2999 )
2019-09-03 15:52:33 +01:00
Mark Renten
7678aceddf
Specify grin or nanogrins in API docs where applicable ( #2642 )
2019-03-11 15:58:08 -07:00
Agreene
a7a160a5d4
Api documentation fixes ( #2646 )
...
* Fix the API documentation for Chain Validate (v1/chain/validate). It was documented as a POST, but it is actually a GET request, which can be seen in its handler ChainValidationHandler
* Update the API V1 route list response to include the headers and merkleproof routes. Also clarify that for the chain/outputs route you must specify either byids or byheight to select outputs.
2019-03-10 20:18:21 -07:00
Gary Yu
5987bcde19
add repost method into wallet owner api ( #2553 )
...
* add repost method into wallet owner api
* rustfmt
2019-02-12 13:39:43 +00:00
Simon B
0e0ec247e4
fix owner_api docs: wrong port number ( #2442 )
...
* fix owner_api docs: wrong port number
* update ports since PR #2405 . We now allow both floo and mainnet owner_apis to run in parallell on a single server, with ports 13420 or 3420
* correction since there is no --mainnet flag
* fixes the comment by @karkagis
2019-01-25 10:08:08 +00:00
James
bb933dcd69
Update ports for mainnet in API doc ( #2406 )
2019-01-18 08:55:05 +00:00
Lucas Clemente Vella
320fc78673
Updated default API port. ( #2400 )
...
Grin 1.0.0 uses port as API default.
2019-01-16 17:26:35 -08:00
Isaac Cook
4eeedb0877
Fix doc dump_stored_tx -> retrieve_stored_tx ( #2329 )
...
It appears the method call in https://github.com/mimblewimble/grin/blob/master/wallet/src/controller.rs got renamed for consistency and this got missed.
2019-01-10 09:09:56 -05:00
Ducem Barr
a3431fb147
feat: Configuration option to include foreign API endpoints in the owner API ( #2305 )
...
* Allow foreign API over owner API port
* Tests for owner_api_include_foreign config option
2019-01-07 10:00:52 +00:00
Quentin Le Sceller
8e4c36714f
Fix doc typo ( #2303 )
2019-01-06 12:28:18 -08:00
Michalis Kargakis
3af020f199
Provide link to basic auth wiki
2019-01-05 14:51:21 +01:00
Quentin Le Sceller
80b20d3e50
DOC: Remove fluff from sendtxargs
2018-12-03 11:26:31 -05:00
Onefox
7354344879
doc: update owner_api post_tx call ( #2035 )
...
* doc: update owner_api post_tx call
* doc: make it even clearer that finalize doesn't broadcasts
2018-11-28 16:52:55 +00:00
Quentin Le Sceller
2ab31d18a3
Add doc
2018-11-13 11:56:48 +01:00
Quentin Le Sceller
1b264595e3
Add retrieve by tx_id in owner_api
2018-11-12 19:18:54 +01:00
Quentin Le Sceller
c8afc800ff
Small correction in Node API ( #1881 )
2018-10-30 15:49:45 +01:00
Ignotus Peverell
a42d66efff
Merge branch 'master' into unitdiff
2018-10-25 14:20:41 -07:00
Quentin Le Sceller
0852b0c4cf
Expose post_tx in OwnerAPI Post ( #1795 )
...
* Add POST post_tx in wallet_owner_api
* Add docs for post_tx
2018-10-21 13:26:35 -07:00
John Tromp
e1b5d7f3c2
revert secondary scaling default in HeaderInfo; rename scaling_difficulty; refactor difficulty_data_to_vector
2018-10-19 21:39:54 +02:00
Quentin Le Sceller
13b2a32092
Add prev root in BlockHeaderPrintable ( #1772 )
2018-10-17 10:51:50 -04:00
jaspervdm
85187c2a8c
Update API doc ( #1759 )
2018-10-16 13:05:16 -04:00
John Tromp
34646ddf51
[T4] Rename all shiftsize / cuckoo_size to edge_bits and change value for T4 ( #1752 )
...
* replace all size_shift / cuckoo_size by edge_bits and change some constants for T4
* replace remaining occurrences of sizeshift
2018-10-15 16:14:23 -07:00
Quentin Le Sceller
77dfff7c94
Wallet Foreign and Owner API Documentation ( #1658 )
...
* Add Wallet Foreign Doc and Fix Node API doc
* Add Wallet Foreign and Owner API doc
* Fix broken hyperlink and tabs
2018-10-04 14:55:03 -04:00
Quentin Le Sceller
bcaecdeba7
API Documentation: Node API ( #1655 )
...
* Structure of the api doc
* Initial Node API Doc
2018-10-04 09:35:39 -04:00