Bitcoin Forum
June 05, 2026, 07:41:04 AM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165]
  Print  
Author Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi  (Read 157463 times)
bit-signal
Jr. Member
*
Offline

Activity: 96
Merit: 6


View Profile
February 20, 2026, 11:26:15 AM
 #3281

This Bismuth Explorer has received an update. You can see the live application at Bismuth.im

Key Changes:
- performance gain by adding optional SQLite indexes (new indexes/ tools), which can be created/dropped anytime
- performance gain via new in-process caching (aliases, latest block, circulation, custom aliases)
- home page refreshed with separate Transactions and Blocks sections
- new pages: /transactions, /blocks (both paginated)
- new detail routes: /tx/<txid> (base58 or raw txid), /block/<blocknumber> (paginated tx list), /address/<address> (paginated)
- txid URLs now use web‑safe base58 (txref); search accepts both raw txid and base58
- /token/<tokenname> updated with paginated token transactions
- added JSON endpoints for UI refresh: /home_data, /transactions_data, /blocks_data

Github Repo Link:
Bismuth Explorer
bit-signal
Jr. Member
*
Offline

Activity: 96
Merit: 6


View Profile
March 24, 2026, 10:56:14 AM
Last edit: March 25, 2026, 07:45:16 AM by bit-signal
 #3282

This Tornado Bismuth Wallet has been updated to version 0.1.47. You can download the app at Github!

Key Changes:
- Generate RSA, ECDSA or ED25519 based addresses from within the app
- Added /messages/ support for RSA, ECDSA, and ED25519 signing/encryption/decryption through the shared BismuthClient layer.
- Improved /messages/ error handling in TornadoWallet so backend failures show user-facing popups instead of crashing the request.
- Clarified the message encryption requirement in the UI: recipients must already have an on-chain outgoing transaction so their public key is available.
- Replaced hardcoded home-page news with local fallback news.json plus remote GitHub-loaded news support.


Github Repo Link:
https://github.com/bismuthfoundation/TornadoWallet/releases/tag/v0.1.47
bit-signal
Jr. Member
*
Offline

Activity: 96
Merit: 6


View Profile
March 25, 2026, 07:49:00 AM
 #3283

This BIS-Paper Wallet has been updated to version 0.3. Download link is at Github!

Key Changes:
- v0.3: Add ED25519 deterministic address generation support

This lets you import private keys from the BIS-Paper Wallet into Tornado Wallet if needed.


Github Repo Link:
https://github.com/bismuthfoundation/BIS-Paper
bit-signal
Jr. Member
*
Offline

Activity: 96
Merit: 6


View Profile
April 02, 2026, 04:37:10 PM
 #3284

Tornado Bismuth Wallet has been updated to version 0.1.48. Download link is at Github!

Key Changes:
- the wallet now loads its interface even when no wallet server is reachable, instead of blocking startup on API connectivity.
- users can optionally configure their own API host and port
- added a one-click Copy Address icon for faster address copying
- updated the BIS token API integration with an active, working API endpoint
- QR codes for receive addresses are now generated locally, removing the dependency on an external service

Github Repo Link:
https://github.com/bismuthfoundation/TornadoWallet/releases
bit-signal
Jr. Member
*
Offline

Activity: 96
Merit: 6


View Profile
Today at 06:04:13 AM
 #3285

The Roadmap Plan for modernizing the Bismuth Mainnet Node.
This is the high-level companion to the database deep-dive in 16-database-rework-plan.md; read that for the storage details.

Guiding Principles:
1. Consensus does not change. The same blocks must produce the same hashes and validate identically. The exact signing-buffer and block-hash byte forms are frozen in bismuth_serialize.py and characterization-locked; everything else (storage, transport, APIs) is free to change behind that boundary.

2. Replay-verified. Every storage/representation change is validated by re-hashing the chain end-to-end through the frozen boundary (replay_verify.py, tests/test_replay.py) and must produce byte-identical block hashes. No silent drift.

3. Incremental and reversible. Small, test-gated changes — not a big abstract rewrite. New behaviour is opt-in (config-flagged, default off) until validated on regnet and by independent replay. Old peers keep working.

4. Modernize at the edges, freeze the core. New, clean modules at the seams; surgical edits to the legacy monoliths; the consensus core is touched only through the frozen layer.

Github Repo Link:
https://github.com/hclivess/Bismuth/blob/main/doc/17-roadmap.md
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!