1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00
Commit Graph

87 Commits

Author SHA1 Message Date
Sunit Roy
a14a5dbcba
bip-39 dart implementation added 2022-05-10 01:05:11 +05:30
Luke Dashjr
54ee25ee93
Merge pull request #840 from graingert/patch-1
Add .NET standard bip39 implementation
2022-05-05 14:48:42 +00:00
Luke Dashjr
ad745f2f01
Merge pull request #1127 from chirag64/patch-1
Updated URL of the JavaScript reference implementation
2021-07-02 21:26:17 +00:00
kallewoof
36a0855546
Merge pull request #1095 from eMaringolo/patch-2
[BIP 39] Add reference implementation
2021-06-13 12:43:09 +09:00
Chirag Bhatia
cdbe675223
Updated URL of the JavaScript reference implementation
Old repo is archived and links to the new repo are found in the old one's README file. This change updates the old repo's link to the new one.
2021-06-06 17:34:30 +05:30
Esteban A. Maringolo
135f95ffb7
Update bip-0039.mediawiki
Fixes syntax error.

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2021-05-28 20:20:47 -03:00
Luke Dashjr
2349ee46f0 Merge remote-tracking branch 'origin-pull/935/head' 2021-05-18 00:09:16 +00:00
Esteban A. Maringolo
1550323225
Add reference implementation 2021-03-31 17:01:51 -03:00
Luke Dashjr
3a7585365f
Merge pull request #1045 from koushiro/koushiro/add-bip0039-rs
Add another Rust implmentation of BIP-0039
2021-02-12 21:29:20 +00:00
Luke Dashjr
fbef072a91
Merge pull request #1029 from meherett/patch-1
BIP-0039: Add Python-HDWallet package
2021-02-12 21:28:59 +00:00
Pavol Rusnak
a78b211d23 bip39: discourage from using localized wordlists 2020-12-22 00:08:33 +01:00
koushiro
e963414eee Add a link of another Rust implmentation of BIP-0039
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
2020-12-17 22:20:40 +08:00
Meheret Tesfaye
dfbbe04ddf
Update bip-0039.mediawiki
Add Python-HDWallet on Other Implementation.
2020-11-03 11:31:20 +03:00
Luke Dashjr
cca9b983a1
Merge pull request #992 from Lucienest/patch-1
Update bip-0039.mediawiki
2020-10-05 19:58:29 +00:00
Luke Dashjr
2a92499f7f
Merge pull request #839 from pengpengliu/master
BIP39: Add swift implementation
2020-10-05 16:12:35 +00:00
Lucien Nocelli
9b7840a513
Update bip-0039.mediawiki
Fixed some syntax,
2020-09-09 15:46:31 +00:00
Liu Pengpeng
7e8b5dfc30
Merge branch 'master' into master 2020-09-03 01:55:14 +08:00
Francisco Gindre
1e3e178fb8
Added MnemonicSwift as Swift impl for BIP-39 2020-08-15 17:43:14 -03:00
avirgovi
41efd1361e added 'btc_hd_wallet' amongst implementations in bip32, bip39, bip85 2020-06-25 14:07:01 +02:00
Luke Dashjr
357419ae84
Merge pull request #917 from milczarekIT/bip0039-add-Java-reference
Added reference to Java implementation for BIP-39
2020-06-01 19:46:14 +00:00
Luke Dashjr
2a6386bbf9
Merge pull request #672 from skywinder/patch-1
BIP 39: Аdd swift library with multi lang support
2020-06-01 19:12:53 +00:00
Petr Korolev
91a835887d remove duplicate line 2020-05-03 11:03:42 +07:00
Petr Korolev
25b6d576b4 Update link directly to the bip39 file 2020-05-03 11:01:17 +07:00
Bartosz Milczarek
f572ebe9f2 Added reference to Java implementation for BIP-39 2020-05-02 14:23:01 +02:00
Kevin Gislason
2e1fb61db6
Update Rust BIP 39 implementation
The currently listed Rust implementation of BIP 39 doesn't pass the reference implementation's test vectors.

See --> https://github.com/infincia/bip39-rs/issues/21
2020-03-17 20:18:43 -04:00
Petr Korolev
31ebc32e6f update repo url 2020-02-28 22:05:00 +07:00
Adam Rutkowski
1a42bb3450 Update BIP39 Elixir implementation 2020-02-21 11:57:13 +01:00
Thomas Grainger
0f1a825246
Add .NET standard bip39 implementation 2019-09-09 00:34:07 +01:00
Liu Pengpeng
13dccfe663
Add swift implementation
Pure Swift implementation without any third-party dependencies。
2019-08-30 15:53:22 +08:00
Lan, Haoxiang
6e4397038e
Update bip-0039.mediawiki, fix broken link 2019-02-15 17:05:09 +08:00
Petr Korolev
8c8a787206
Update bip-0039.mediawiki
add one more library to generate mnemonics (with multilang support)
2018-04-09 10:21:09 +03:00
Luke Dashjr
2d5fc7acb2
Merge pull request #625 from yuzushioh/update-bip39
Add BIP39 Swift implementation link
2018-02-05 04:31:02 +00:00
David Pennington
9d187e9ed9
Update bip-0039.mediawiki with Go lib 2018-02-02 20:03:23 -06:00
yuzushioh
499c11d51c add swift implementation 2018-01-02 23:29:07 +09:00
Omar Shibli
aecfd94f14 removed extra spacing 2017-10-03 08:28:55 +03:00
Logan Saether
482aa02e82 rust mnemonic library added
I'm not affiliated with this implementation but I found it today and it appears to be actively maintained.
2017-09-30 19:36:44 -04:00
Izel Nakri
b1d2b451f2 elixir mnemonic library added 2017-09-23 11:31:47 +02:00
Luke Dashjr
abb94297c3 Merge pull request #573 from greenaddress/impl_bip39
add libwally as bip39 implementation
2017-09-16 03:16:14 +00:00
MeshCollider
6295c1a095 Fixing spelling in multiple BIPs 2017-09-16 03:12:13 +00:00
Lawrence Nahum
a412837200
add libwally as bip39 implementation 2017-08-11 22:31:00 +02:00
Luke Dashjr
545fd89a0f Merge remote-tracking branch 'origin-pull/562/head' 2017-08-07 13:05:54 +00:00
evoskuil
fbed7daba3 Add link to libbitcoin implementation (BIP39). 2017-07-26 12:42:43 -07:00
CikeQiu
11bb375c54 Add an implementation of Swift 2017-07-26 11:33:34 +08:00
Luke Dashjr
d939615535 Propagate summary tone of BIP Comments to their applicable BIP preambles
Affects: BIPs 38, 39, 42, 44, 47, 60, 61, 74, 75, 90, 150, 151, 152
2017-03-15 10:48:56 +00:00
Luke Dashjr
959fecc15b Promote BIP 2 Draft->Active, and implement it
- Update all Accepted status to Proposed (renamed status)
- The BIP Comments preamble headers added to every BIP
- The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30 09:51:01 +00:00
Luke Dashjr
72f18918a8 Promote BIP 123 Draft->Active, and implement it 2016-11-30 09:45:33 +00:00
Thomas Kerin
5b1c59da6d BIP39: 'recommended size' -> 'allowed size' 2016-11-03 10:14:41 +01:00
Luke Dashjr
387fc6011b Promote BIPs 18, 39, 44, 67, 80, 81, 111, 125, 130, and 132 Draft->Accepted; change BIP 43 to Informational 2016-08-23 19:47:29 +00:00
Sreekanth G S
93ef858911 Adding ruby implementation to Other implementation 2016-08-10 22:08:22 +05:30
Sjors Provoost
34be169fe3 BIP 39: remove "public beta" from blockchain.info link
This is now in the default wallet.
2016-07-18 20:43:23 +02:00