question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing functionality checklist & discussion

See original GitHub issue

Nearlib expected to be used by DApps and DWallets and it functionality should cover:

  • Blockchain structure:
    • Block header by (block.number or block.hash)
    • Shard header by (block and shard.index) or shard.hash
    • Transaction header by (shard and transaction.index) or transaction.hash or account.nonce or address.nonce
    • Transaction header by (shard and transaction.index) or transaction.hash
    • Latest block number
    • Main coin balance
    • Merkle proofs of different structures
  • Account management:
    • Transaction internal and external (hardware wallets) signing
    • Custom message signing similar to EIP-712
  • Smart contract interaction:
    • Calling view methods of smart contract without on-chain tx
    • Creating transactions by forming method call arguments

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
bowenwang1996commented, Dec 5, 2019

@frol @k06a account balance can be queried through query rpc. Merkle root of tx results is included in the chunk header.

0reactions
k06acommented, May 27, 2020

@janedegtiareva not really, most of the features are already implemented

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pages 5 features checklist - Apple Support Communities
Pages 5 features checklist · 1. Selecting non-contiguous text gone · 2. Outline view appears gone · 3. Customizable Toolbar is gone ·...
Read more >
missing features checklist? · Issue #93 · la5nta/pat - GitHub
I am tempted to suggest that we first discuss new features in the pat-users mailing list, and then escalate it as an issue...
Read more >
Feature design checklist. Questions that ensure you consider…
When we (the communal designer we) are churning out features it is easy to miss crucial aspects, because the things we design are...
Read more >
How to Discover Missing Requirements
Structured Walkthrough: Reviewing requirements with stakeholders can help to identify missing requirements. When stakeholders are invited to ...
Read more >
Potential Checklist Items for Guidelines 1.1 and 1.3
The following is an attempt to list all of the potential checklist items relevant to guidelines 1.1 and 1.3. In order to make...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found