Feature: Ledger Reads, Builder Publishing, and Network Presets - #13
Merged
Conversation
This was referenced Jul 29, 2026
Srayman
approved these changes
Jul 29, 2026
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 18:33
d099a29 to
9a43bfb
Compare
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 19:01
9a43bfb to
0a4d944
Compare
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 19:41
0a4d944 to
3b44efd
Compare
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 19:53
3b44efd to
668f14f
Compare
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 20:00
668f14f to
1cbb4c2
Compare
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 20:24
1cbb4c2 to
e804992
Compare
sephynox
force-pushed
the
feat/anchor-rs-update-p5
branch
from
July 29, 2026 20:25
e804992 to
ca21dc6
Compare
|
This was referenced Jul 30, 2026
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.




Summary
The node client could transmit blocks but not read the ledger back, and every client had to be constructed from a raw URL and network id. This adds the read surface (blocks, chains, history, ACLs, votes), a publish path that accepts a caller-composed block builder, and well-known network presets so a client is one call from a network name.
Related Issues
anchor-rs v0.4.0#9Changes Made
KeetaClientreads blocks, chains, history, ACLs, votes, and vote quotesUserClientadds account-scoped reads plusSetInfoandUpdatePermissionsPublishpositions a caller's builder on the head and pays fees on transmitGenerateIdentifierderives and claims an identifier account in one callCreateKeetaClientandCreateUserClientaccept aKeetaNetworkpresetTransmitOptions.Quotereuses a pre-fetched vote quoteTesting
make test: passesBreaking Changes
None.