Yoni Svechinsky
ee4eed71ea
Feature/slate serialization ( #2534 )
...
* - Add backwards compatability
- Add hex serialization
* rustfmt
* rustfmt
* Windows Compatibility Fixes #1 (#2535 )
* initial changes for windows build and unit/integration tests
* rustfmt
* wallet+store tests
* rustfmt
* fix linux daemonize
* better encapsulate file rename
* rustfmt
* remove daemonize commands
* rustfmt
* remove server start/stop commands
* add ability to drop pmmr backend files explicitly for txhashset unzip
* rustfmt
* fix pmmr tests
* rustfmt
* Windows TUI Fix (#2555 )
* switch pancurses backend to win32
* revert changes to restore test
* compatibility fix + debug messages
* rustfmt
* Add content disposition for OK responses (#2545 )
* Testing http send and fixing accordingly
* add repost method into wallet owner api (#2553 )
* add repost method into wallet owner api
* rustfmt
* Add ability to compare selection strategies (#2516 )
Before tx creation user can estimate fee and locked amount
with different selection strategies by providing `-e` flag for
`wallet send` command.
2019-02-13 13:29:44 +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