Aidan_YOUNGJUN
d73124c469
[docs] Documents in grin repo had translated in Korean. ( #2604 )
...
* Start to M/W intro translate in Korean
* translate in Korean
* add korean translation on intro
* table_of_content.md translate in Korean.
* table_of_content_KR.md finish translate in Korean, start to translate State_KR.md
* add state_KR.md & commit some translation in State_KR.md
* WIP stat_KR.md translation
* add build_KR.md && stratum_KR.md
* finish translate stratum_KR.md & table_of_content_KR.md
* rename intro.KR.md to intro_KR.md
* add intro_KR.md file path each language's intro.md
* add Korean translation file path to stratum.md & table_of_contents.md
* fix difference with grin/master
2019-02-28 10:11:04 -08:00
Johannes Zweng
204288295d
[docs] Add switch commitment documentation ( #2526 )
...
* remove references to no-longer existing switch commitment hash
(as switch commitments were removed in ca8447f3bd
and moved into the blinding factor of the Pedersen Commitment)
* some rewording (points vs curves) and fix of small formatting issues
* Add switch commitment documentation
2019-02-27 14:20:20 -08:00
Peter Kalambet
d6936f0ae7
Add more details to wallet TLS setup instruction ( #2565 )
2019-02-13 00:22:41 +01: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
Rodrigo Ferreira
a735fd1bc6
[docs] Brazilian Portuguese translation of intro.md ( #2522 )
...
* Translate intro.md to portuguese
* Spell-checking and minor improvements to the portuguese translation
2019-02-06 09:41:14 -08:00
marcuswin
987fa033ed
Fix link on BPASE ( #2512 )
2019-02-01 16:47:01 +00:00
Anthony Morris
7646e71810
Fix minor typo ( #2507 )
2019-02-01 11:01:26 +00:00
Ramin Soltanzadeh
0fc7dff0d6
Create intro_SE.md
2019-01-31 00:37:41 +01: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
gagarin55
d9c38ae654
Fixed some typos in russian intro and code structure docs
2019-01-24 16:03:36 +03:00
姜家志
f3884f57b6
In the Requirements, add the software that needs to be installed for the Mac System ( #2367 )
2019-01-22 13:41:34 +00:00
Oliver Simon
89a1373916
Update translation links and naming scheme ( #2357 )
...
* Update translation links and naming scheme
* Improve german translation of intro.md
2019-01-22 13:41:06 +00:00
JackRack
a88d66d9ab
Fixed non existing url ( #2337 )
...
Added url of wallet user guide on how to use Grin
2019-01-22 13:40:25 +00:00
Michalis Kargakis
cba93e2121
Update build docs instructions ( #2428 )
2019-01-22 13:39:29 +00:00
Woodstock
7ea370d33a
correct spelling of macOS ( #2422 )
2019-01-18 17:49:20 +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
Tomas Susanka
4743286713
Improve introduction images in doc's PoW section ( #2393 )
2019-01-16 10:45:23 -08:00
Antioch Peverell
5c6abd5e22
1440 confs ( #2376 )
2019-01-14 13:29:12 +00:00
ProxyM8
6ea95cd764
Add Japanese white paper link and fix errors ( #2341 )
2019-01-11 15:52:56 -08:00
Oliver Simon
c452dd06f3
Add: German translation of intro.md ( #2338 )
...
* Add: German translation of intro.md
* Update intro_DE.md
2019-01-11 15:52:25 -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
Quentin Le Sceller
5eaf0e6989
Fix confidential transactions link ( #2307 )
2019-01-07 10:03:33 +00: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
Yeastplume
b927c10b01
Update libsecp version and a few trivial enhancements ( #2304 )
...
* update libsecp version and a few trivial enhancements
* update grin_secp version number
2019-01-06 21:18:02 +00:00
Quentin Le Sceller
8e4c36714f
Fix doc typo ( #2303 )
2019-01-06 12:28:18 -08:00
Quentin Le Sceller
a1dbf68254
Merge pull request #2290 from kargakis/clarify
...
Provide link to basic auth wiki
2019-01-06 14:34:52 -05:00
Tsai1993
3249d77af6
a bit typo fix on intro ( #2299 )
...
* typo fixed
2019-01-07 00:02:16 +08:00
Michalis Kargakis
3af020f199
Provide link to basic auth wiki
2019-01-05 14:51:21 +01:00
Adam Canady
df5fc7027c
minor typo fix ( #2286 )
2019-01-05 08:57:51 +08:00
Yeastplume
d9ff8e278e
Wallet recovery phrase security fixes ( #2276 )
...
* prompt for recovery phrase using linefeed crate functionality
* break out recovery parse function, remove phrase from logging
2019-01-02 12:10:07 -08:00
Ahmed Kamal
daa712ae99
support floonet, separate entrypoint from cmd, add docker volume ( #2265 )
...
* support floonet, separate entrypoint from cmd, add docker volume
* Separate Dockerfile for floonet
* Spelling and docs
2019-01-01 16:00:21 -08:00
Yeastplume
3eb599a45c
Grin wallet check/repair ( #2256 )
...
* first pass at basic check_fix process
* rustfmt
* unlocks and tx log entry reversals in place
* log restore output at warn
* rename check_repair
* rename check_repair
* add command line functionality and sanity test
* rustfmt
* update wallet usage doc with check_repair
* doc update
* consistency in NotEnoughFunds output
* consistency in NotEnoughFunds output
2018-12-30 16:32:00 +00:00
tabalt
0f8e6bd890
fix grin wallet flag -r ( #2252 )
2018-12-29 09:27:27 -08:00
j0hnta
4f0582a984
Fix typo ( #2238 )
2018-12-27 16:01:31 +08:00
tabalt
0683792591
fix grin miner package name ( #2234 )
2018-12-27 07:38:59 +08:00
Ignotus Peverell
df671a8adb
Remove bit about ASIC resistant mining algo
2018-12-19 14:42:54 -08:00
Blade Doyle
590ea33484
Enhance share rejection messages to include nonce and hash ( #2173 )
2018-12-18 11:12:05 +00:00
Michalis Kargakis
85074f8356
Wallet docs markdown fixes
2018-12-15 20:43:53 +01:00
hashmap
f7164d63f0
Document 1.31 as a minimal Rust version ( #2100 )
...
Document 1.31 as a minimal Rust version
2018-12-08 09:47:31 +01:00
Mike Dallas
f9261310ab
Keybase wallet plugin ( #2052 )
...
* add keybase wallet plugin
* rustfmt
* cleanup
* rustfmt
* handle null case
* Use two seperate topics for the two parts of the round trip
* rustfmt
* send slate to wallet directly (no need to run http listener anymore)
* rustfmt
* skip some unnecessary api calls
* update docs
2018-12-05 18:37:11 +00:00
Quentin Le Sceller
80b20d3e50
DOC: Remove fluff from sendtxargs
2018-12-03 11:26:31 -05:00
Quentin Le Sceller
dedde70407
Typo
2018-11-30 11:06:27 -05:00
Quentin Le Sceller
798565d02e
Fix and update Docker image
2018-11-30 10:35:24 -05:00
Yeastplume
16aa64bfab
Optional Slate Message ( #2047 )
...
* add optional signed message to slate
* rustfmt
2018-11-29 12:49:00 +00: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
Mike Dallas
d5c3e61cbe
Add mining instructions in docs ( #2025 )
...
I see this question being asked multiple times every day in the chat.
2018-11-26 10:41:40 -08:00
Onefox
0c5b3f5f64
Fixed account info wallet cli call example ( #2011 )
2018-11-26 12:28:16 +00:00
Yeastplume
5992542152
Wallet Seed Encryption + BIP39 ( #2004 )
...
* add encryption/decryption of wallet seed
* rustfmt
* update passphrase to encrypt/decrypt wallet
* rustfmt
* add conversion for old wallet seeds
* add ability to restore old seed
* rustfmt
* add bip39 recovery phrase support, conversion from existing seed formats
* rustfmt
* error recovery
* rustfmt
* add password prompts where required
* rustfmt
* add note specifying wallet conversion
* update documentation
* doc update
2018-11-24 10:03:09 +00:00
Borkmywork
80a09c3fec
Translated introduction into Dutch ( #2010 )
...
* Added reference link to Dutch translation
* Translated intro.md to Dutch
* Update intro.md
2018-11-23 12:29:37 -08:00