Skip to content

merge into dev#2

Merged
nocktoshi merged 63 commits into
devfrom
main
May 18, 2026
Merged

merge into dev#2
nocktoshi merged 63 commits into
devfrom
main

Conversation

@nocktoshi

Copy link
Copy Markdown
Owner

No description provided.

nocktoshi and others added 30 commits April 25, 2026 10:02
Updated the README to include a new image and formatting.
- Simplified the on-chain claim structure to use a JAM of `[name tx_hash]`, removing the need for a separate `owner` field.
- Updated `ClaimNoteV1` to reflect the new structure, eliminating legacy fields and ensuring backward compatibility.
- Revised documentation in `README.md` and `claim-note-wallet-support.md` to clarify the new NoteData schema and its implications for wallet vendors.
- Adjusted related functions in `chain_follower.rs` and `claim_note.rs` to align with the updated claim processing logic.
…ogic

- Revised `ARCHITECTURE.md` to clarify the idle polling behavior, changing the poll interval from 10 seconds to 2 seconds when there are no blocks to scan or after an error.
- Updated `chain_follower.rs` to implement the new polling logic, ensuring that the follower only sleeps when idle, thus avoiding unnecessary busy-loops during backlog processing.
…atting

- Updated the `scan_once` function in `chain_follower.rs` to provide more informative error messages when the kernel does not emit `%scan-block-done`.
- Introduced a new `format_effect_tags` function in `kernel.rs` to generate a comma-separated list of effect tags for better diagnostics, improving clarity in error reporting.
- Updated error handling in `app.hoon` to return a structured response for invalid causes.
- Modified the `scan_once` function in `chain_follower.rs` to check for the `invalid-cause` effect and provide clearer error messages, improving diagnostics for kernel failures.
- Introduced `DEFAULT_SCAN_BATCH_BLOCKS` for configurable block scanning.
- Implemented `prefetch_scan_blocks_for_heights` to fetch multiple blocks in parallel.
- Enhanced `scan_once` to utilize prefetching and track the number of blocks applied.
- Updated the status API to include the new scan batch block configuration in the response.
Stop building (z-set @ux) for Path Y / Level B entirely:

+$nns-page-summary now carries tx-ids=(list @ux) (block order from RPC), not (z-set @ux).
++has-tx-in-page is implemented with the existing list walk ++has-tx-in-list (no z-silt, no gor-tip on membership).
nocktoshi and others added 29 commits May 11, 2026 19:55
…s. Recursive proof is stored in recursive-proof.state; the scan cursor should stay at genesis boot (0, 0x0) until the first successful %scan-block sets height/digest from the chain.

Genesis proof still produced (~77KB)
First scan targeting height 63000 with boot parent rules (not 63001 vs zero digest)
…e related tests. Adjusted fee calculation logic and improved name validation checks in app.hoon and names-test.hoon.
…e dependencies and documentation accordingly
…it dependencies for nockchain and vesl-core, and adjust CI workflows to use the 'dev' branch
…compilation and dependency management; add caching to CI workflows
Add claim notes, API updates, and STARK integration
@nocktoshi nocktoshi merged commit d1efd08 into dev May 18, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant