mirror of
https://github.com/torlando-tech/columba
synced 2026-08-12 18:07:15 -04:00
When retrying an opportunistic message via propagation, the message was missing the required propagation stamp (proof-of-work), causing the propagation node to reject it. Added: - Clear propagation_packed and propagation_stamp before retry - Set defer_propagation_stamp=True to trigger stamp generation - Message now goes through pending_deferred_stamps → stamp generation → pending_outbound → delivery Also added unit tests for: - Stamp generation flag configuration on retry - Fresh messages without prior propagation data - No retry when propagation node not configured 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ble_modules | ||
| drivers | ||
| patches | ||
| android_ble_interface.py | ||
| columba_logo.py | ||
| logging_utils.py | ||
| requirements.txt | ||
| reticulum_wrapper.py | ||
| rnode_interface.py | ||
| test_android_ble_driver.py | ||
| test_announce_handler.py | ||
| test_opportunistic_timeout.py | ||
| test_rnode_interface.py | ||