Files
aitbc/apps
aitbc 68fa807256
Some checks are pending
Integration Tests / test-service-integration (push) Waiting to run
Python Tests / test-python (push) Waiting to run
Security Scanning / security-scan (push) Waiting to run
consensus: improve block proposal timing and return status, fix transaction field mapping in sync
- Add initial sleep before first proposal to prevent immediate block creation
- Return bool from _propose_block to indicate if block was actually proposed
- Wait for next slot only after successful proposal, use regular interval after skipped proposals
- Add 1s sleep after proposal errors to prevent tight error loops
- Add parent_hash, proposer, and state_root fields to /rpc/blocks-range response
- Fix transaction field mapping
2026-04-10 16:10:45 +02:00
..
```
2026-03-08 12:16:01 +01:00