Conversation
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.
…e related formulas
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.