Skip to content

Samourai Dojo v 1.26.0

Latest
Compare
Choose a tag to compare
@pajasevi pajasevi released this 09 Oct 16:38
· 5 commits to develop since this release
3ddfd52

Notable changes

Testnet4 support

This version updates Bitcoin Core to v28.0 with support for testnet4.
If you wish to stay on testnet3, DO NOT upgrade.

Furthermore, testnet4 is only supported by Fulcrum. Addrindexrs does not support testnet4.

Dojo tracker will automatically detect block hash mismatch and will delete the block database and resync - all tracked addresses and XPUBs will stay tracked, only their history will be erased due to switch to new chain.

Fulcrum DB has to be deleted manually using docker exec -it fulcrum rm -rf /home/fulcrum/.fulcrum/db.

Mainnet users are unaffected by this change.

Snowflake bridges support in Tor

This version adds support for Snowflake bridges in Tor. Snowflake is a pluggable transport for Tor that uses WebRTC to disguise traffic.

See documentation on how to setup Tor bridges.

Changelog

  • Updated dependencies
  • Updated Fulcrum to v1.11.1
  • Updated Bitcoin Core to v28.0 + testnet4 support
  • Updated Tor to v0.4.8.12
  • Updated MariaDB to v11.5.2
  • Updated Nginx to v1.27.1
  • Updated electrum client library
  • Added support for Snowflake Tor bridges
  • Better multistage build for Tor image
  • Switch from axios to undici
  • Updated documentation