Skip to content

feat: improvements token info#26

Merged
pedroferreira1 merged 16 commits intofeat/new-creation-token-txfrom
feat/improvements-token-info
Oct 18, 2019
Merged

feat: improvements token info#26
pedroferreira1 merged 16 commits intofeat/new-creation-token-txfrom
feat/improvements-token-info

Conversation

@pedroferreira1
Copy link
Copy Markdown
Member

  • 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).

Comment thread src/tokens.js Outdated
Comment thread src/tokens.js Outdated
Comment thread src/api/wallet.js Outdated
Comment thread src/helpers.js
Comment thread src/tokens.js Outdated
Comment thread src/tokens.js Outdated
@pedroferreira1 pedroferreira1 merged commit 55662ee into feat/new-creation-token-tx Oct 18, 2019
@r4mmer r4mmer deleted the feat/improvements-token-info branch March 21, 2024 18:14
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>
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.

3 participants