mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Add squeak_core module * Remove unused import * Delete squeakblockverifier * Use squeak_core to make squeak * Remove blockchain client from controller * Move create offer method to squeak core * Add some type hints * Move get buy offer method to squeak_core * Delete commented old get buy offer block * Add pay_offer to squeak_core * Add get received payments generator function to squak core * Add get_offer method to squeak_core * Remove lightning_client property from peer_task * Remove old comments from payment verifier class * Use bytes internally for payment_hash * Represent secret_key as bytes internally |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| config.ini | ||
| docker-compose.yml | ||
| generate_blocks.sh | ||
| run_itest.sh | ||
| shell.py | ||
| test.sh | ||
| util.py | ||