feat: improvements token info#26
Merged
pedroferreira1 merged 16 commits intofeat/new-creation-token-txfrom Oct 18, 2019
Merged
Conversation
Member
pedroferreira1
commented
Sep 19, 2019
- Adding api to get token info;
- Adding extra validations when a token is registered. Verifying if name and symbol match with the one in the DAG and checking if there is no other token with this name, or symbol already registered;
- Using version field to get transaction type (block, transaction, token creation tx).
…/hathor-wallet-lib into feat/improvements-token-info
obiyankenobi
requested changes
Sep 20, 2019
obiyankenobi
approved these changes
Sep 24, 2019
msbrogli
reviewed
Oct 1, 2019
msbrogli
reviewed
Oct 1, 2019
msbrogli
requested changes
Oct 1, 2019
obiyankenobi
approved these changes
Oct 11, 2019
msbrogli
approved these changes
Oct 14, 2019
pedroferreira1
added a commit
that referenced
this pull request
Apr 16, 2026
proof domain, idempotent decryption, and address iteration
- Fix surjection proof domain for FullShielded inputs: use asset_commitment
(blinded generator) instead of ZERO_TWEAK, matching fullnode verification
- Fix idempotent shielded decryption: skip re-decryption in processNewTx
when outputs were already decoded (prevents duplicate append on reprocess)
- Fix processSingleTx bounds check to account for shielded outputs
- Fix saveAddress: exclude shielded-spend from legacy cursor tracking (#19)
- Fix addressIter/addressCount: filter shielded addresses from legacy iteration
- Fix pinCode || to ?? for nullish coalescing (#26)
- Fix getCurrentAddress error message with chain type and index (#28)
- Add FullShielded-to-FullShielded chain integration test
- Increase CI integration test timeout to 120 minutes
- Document FullShielded fee constraint (TODO_FIX_30)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.