Pieter Hamels
2ce5f9907e
Added NIX testnet and test @ testnet block 200 ( #648 )
6 years ago
Pieter Hamels
e992a34761
Added NIX Support ( #644 )
Signed-off-by: phamels <pieter@hamels.be>
6 years ago
rc125
acd414460b
Add SmartCash Support ( #640 )
6 years ago
TheTrunk
d460bc3bcb
add ZelCash coin ( #631 )
6 years ago
Neil Booth
4305e506fb
Add testcase for prior
6 years ago
turcol
06d58f7786
Add support for CivX mainnet and testnet ( #627 )
6 years ago
JeremyRand
6e300cf18b
Namecoin: Support indexing name scripts ( #626 )
* Namecoin: Extract addresses from name scripts.
* Namecoin: Index transaction history by name in addition to by script hash.
6 years ago
John L. Jegutanis
c411de1f07
Add Zcash Sapling support ( #624 )
6 years ago
Neil Booth
6f43910f2d
Fix daemon logging rate limiter
Based on #602 but with test fix
7 years ago
Gabriel
3a33675e11
Add TokenPay ( #495 )
This commit adds TokenPay as a supported coin.
7 years ago
Neil Booth
ab17b4d529
Add is_generation memeber to TxInput
Use it in preference to is_gen_outpoint
7 years ago
FABIANO S CUNHA
f5b3df9092
Add support for pivxTestnet ( #585 )
7 years ago
Neil Booth
44e715e6c9
Fix test_daemon
7 years ago
FABIANO S CUNHA
60d4ae52f7
Add support for Decred Testnet ( #580 )
* Add decred Testnet support
7 years ago
FABIANO S CUNHA
6dd7049339
Add support for BitcoinGreen ( #581 )
* Add support for BitcoinGreen
7 years ago
Neil Booth
eb5c55107a
Remove dead code from coins.py
7 years ago
Neil Booth
b1eec85be8
Remove bad test
No one knows what the compact fee rules are...
7 years ago
Neil Booth
ba5d18d9d5
Fix randrange bug
Also make seed change daily only
7 years ago
John L. Jegutanis
a6d46fab8d
Improve generation inputs handling
Fixes #570
7 years ago
Neil Booth
374ec8f26c
Add daemon tests
7 years ago
Neil Booth
33535ae325
Add test for BCH electrum header
7 years ago
John L. Jegutanis
47d9fb4b30
Use compiled structs and some code cleanup
7 years ago
John L. Jegutanis
31dbbe0ba5
Use precompiled structs for header parsing
7 years ago
John L. Jegutanis
fa0a58a280
Rename struct pack/unpack to reflect endianess
7 years ago
John L. Jegutanis
05c9e6b38f
Pivx support ( #568 )
* Correct function doc string
* Add PIVX support
7 years ago
Neil Booth
39f97cef90
Add comprehensive mempool tests
7 years ago
Neil Booth
4329724b98
Implement TX serialization
This will be used in other tests
7 years ago
Neil Booth
8b34de53f9
Add some utility functions and tests
7 years ago
Neil Booth
54e8b032d1
Implement TX serialization
This will be used in other tests
7 years ago
Neil Booth
450eec89fb
Add some utility functions and tests
7 years ago
Neil Booth
0bbfb0b2e7
Implement TX serialization
This will be used in other tests
7 years ago
Neil Booth
471f50787f
Add some utility functions and tests
7 years ago
Neil Booth
1efc8cb8ec
Make the merkle cache and read_headers async
read_headers runs in a thread to avoid blocking
7 years ago
Neil Booth
e5b2268387
Fix groestlcoin address parsing
Baesd on erasmospunk's PR #551
7 years ago
John L. Jegutanis
0815ff8e24
Add Decred support ( #550 )
* Refactor reorg_hashes function
* Add Decred support
7 years ago
Kefkius
9e3893b065
Add Groestlcoin ( #544 )
* Add Groestlcoin
* GRS: Add tests
7 years ago
joesixpack
83732af4fe
Support for Minexcoin ( #529 )
7 years ago
Neil Booth
f7c95986bf
Fix failing test
7 years ago
Omar Cruz
227696636d
Added Motion Coin mainnet ( #528 )
* Motion added
7 years ago
Neil Booth
a3d3bbe9a7
Move more code out of controller to sessions
Disable a test that will require significant work
7 years ago
Neil Booth
739bb687fc
Convert PROTOCOL_MIN, PROTOCOL_MAX to tuples
7 years ago
Neil Booth
382fc5ed44
Improve logging of client version requests
7 years ago
Neil Booth
46d8e0c608
Implement merkle proofs for blockchain.block.header
7 years ago
Neil Booth
d390b38acf
Add cache truncation and tests
7 years ago
Neil Booth
26d8026938
Increase merkle cache test coverage to 100%
7 years ago
Neil Booth
4168341857
Implement a markle cache with tests
7 years ago
Neil Booth
73a46df17f
Remove hash_to_str
7 years ago
Neil Booth
3c3a1b7017
Fix thinko in prior
Rename function to prevent similar mistakes in future
Also hash_to_str -> hash_to_hex_str
7 years ago
Neil Booth
af45363eeb
Add merkle library with tests
7 years ago
Lex Berezhny
f8ebcf35b4
Env accepts custom Coin class ( #517 )
* + support for passing an actual coin class to Env()
* unit test for Env() accept coin class
* doc string explaining optional Coin argument to Env and assert to make sure a coin is a Coin
7 years ago