aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #409 from bguiz/feat/rsk-networkiancoleman2020-05-112-4/+104
|\ | | | | feat: rsk network
| * Merge branch 'master' into feat/rsk-networkiancoleman2020-05-1110-2/+221
| |\ | |/ |/|
* | Adding FIO -Foundation for Interwallet OperabilityShawn Arney2020-05-111-0/+1
| |
* | Adding FIO -Foundation for Interwallet OperabilityShawn Arney2020-05-116-0/+65
| | | | | | | | | | | | FIO - Foundation for Interwallet Operability. https://fioprotocol.io
* | Merge pull request #410 from MerkleBlock/handshakeiancoleman2020-05-114-1/+15
|\ \ | | | | | | libs: add handshake support
| * | libs: add handshake supportJaved Khan2020-04-034-1/+15
| | |
* | | Merge pull request #418 from jangchongchan20/masteriancoleman2020-04-294-0/+54
|\ \ \ | | | | | | | | Add Sugarchain testnet support
| * | | Add Sugarchain testnet supportJang Chongchan2020-04-284-0/+54
|/ / /
* | | Merge pull request #416 from Argoneum/argoneumiancoleman2020-04-284-0/+30
|\ \ \ | | | | | | | | Add Argoneum (v1.4.1 or above)
| * | | Add Argoneum (v1.4.1 or above)Oleg Semyonov2020-04-254-0/+30
| |/ /
* | | last word is/contains a checksumIan Coleman2020-04-271-1/+1
| | | | | | | | | | | | Closes #408
* | | Merge pull request #415 from jangchongchan20/masteriancoleman2020-04-274-0/+54
|\ \ \ | |/ / |/| | Add Sugarchain support
| * | Add Sugarchain supportJang Chongchan2020-04-244-0/+54
|/ /
| * fix: calculate RSK addresses with EIP-155 compliant checksumsbguiz2020-03-101-0/+74
| |
| * fix: define own libs.bitcoin.networks.rskbguiz2020-03-032-4/+29
|/
* Merge pull request #402 from you21979/fix-mona-bech32iancoleman2020-02-171-2/+2
|\ | | | | fix bech32 prefix monacoin -> mona
| * fix bech32 prefix monacoin -> monayuki akiyama2020-02-131-2/+2
| |
* | Merge pull request #403 from swtcca/masteriancoleman2020-02-174-0/+52
|\ \ | |/ |/| add two networks: Jingtum and MOAC
| * add test for networks Jingtum and MOACLospring Liu2020-02-151-0/+20
| |
| * add two networks: Jingtum and MOACLospring Liu2020-02-143-0/+32
|/
* Release v0.4.2Ian Coleman2020-02-072-1/+5
|
* Fix ethereum private key formatIan Coleman2020-02-071-1/+3
|
* Test pubkey and privkey for all coinsIan Coleman2020-02-071-13/+553
|
* Release v0.4.1Ian Coleman2020-02-062-1/+9
|
* Add tests for RSK network and testnetIan Coleman2020-02-061-0/+14
|
* Fix ethercore testIan Coleman2020-02-061-1/+1
|
* Merge pull request #397 from aitorp6/masteriancoleman2020-02-061-0/+26
|\ | | | | Added DeepOnion Segwit parameters
| * Added DeepOnion Segwit parametersaitorp62020-02-041-0/+26
| |
* | Merge pull request #396 from ilanolkies/patch-2iancoleman2020-02-061-0/+14
|\ \ | | | | | | Add network
| * | Add networkIlan2020-01-221-0/+14
| |/ | | | | Based on https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP57.md
* | Merge pull request #393 from ethercore/masteriancoleman2020-02-062-0/+16
|\ \ | |/ |/| Add EtherCore
| * add testcase for ethercoreEtherCore Contributor2020-01-021-0/+7
| |
| * Add EtherCoreEtherCore Contributor2020-01-021-0/+9
| |
* | Catch nebulas error on some chrome configsIan Coleman2020-01-082-1/+7
| | | | | | | | See #395
* | Directly export libraries where they're requiredIan Coleman2020-01-082-40/+18
|/
* Merge pull request #390 from matthewleon/bugfix/eth-xpub-derivationiancoleman2019-12-202-4/+19
|\ | | | | Bugfix/eth xpub derivation
| * fix Ethereum xpub derivationMatthew Leon2019-12-191-3/+3
| |
| * add failing test for ETH xpub derivationMatthew Leon2019-12-191-1/+16
|/ | | | see https://github.com/iancoleman/bip39/issues/169
* Release v0.4.0Ian Coleman2019-12-192-1/+12
|
* Minify third party librariesIan Coleman2019-12-192-115831/+2
|
* Replace most libraries with combined libsIan Coleman2019-12-1929-196707/+118652
|
* Add experimental incomplete combined js libsIan Coleman2019-12-192-0/+62
|
* Text for multibit mentions change addressesIan Coleman2019-12-181-0/+1
| | | | Closes #376
* Remove pending from some tests using chromeIan Coleman2019-12-181-8/+0
| | | | Unfortunately firefox pending tests still do not work.
* Make seed field editableIan Coleman2019-12-183-1/+56
|
* Add bitcoin regtest paramsIan Coleman2019-12-184-0/+81
|
* Convert mnemonic to hex entropy instead of binaryIan Coleman2019-12-182-2/+4
|
* Allow manual override for entropy typeIan Coleman2019-12-175-15/+110
|
* Generate addresses for P2WSH and P2WSH-P2SHIan Coleman2019-12-173-14/+25
|
* Add P2WSH and P2WSH-P2SH for bitcoin and testnetIan Coleman2019-12-164-0/+210
| | | | Address generation still to come.