accounts:balance `noteToNullifier` error
See original GitHub issueWhat happened?
accounts:balance broken. see logs below 👇
Version
v0.1.24
Relevant log output
root@ip-172-31-22-211:~/ironfish/ironfish-cli# yarn start:once accounts:balance
yarn run v1.22.17
$ yarn build && yarn start:js accounts:balance
$ tsc -b
$ cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node bin/run accounts:balance
All decryptable notes should be in the noteToNullifier map
Done in 1.63s.
root@ip-172-31-22
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Zombie balance in imported z-address · Issue #1936 - GitHub
I encountered a problem with an imported z-address key causing a nullified note to be treated, by the local node, as an unspent...
Read more >Nullifiers - The Orchard Book - Zcash
In order to satisfy the Balance security property, we require that the circuit must be able to enforce that only one nullifier is...
Read more >The issue of balance in new enemy types [Nullifier]. : r/Warframe
At this point as they are now, the nullifiers are a glorified gear check enemy that doesn't take player skill into consideration. Running...
Read more >Fully Confidential Ethereum Transactions: Aztec Network's ...
Look up the note, and see who it belongs to. Account has balance → note has owner. This is how Bitcoin works and...
Read more >Non-interactive, Unique Nullifiers: The Key to The Next Era of ZK
In this talk, we explore the variety of nullifiers and present a new ... a note into the mixer, without revealing from which...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
reset
and started another node,accounts:balance
worked.Errors like this one should be resolved by the Wallet 2.0 refactor released in v0.1.48
Please open a new issue if you run into this again!