HashMapsData2Value
HashMapsData2Value
We're seeing users complain about not being able to opt out of smart contracts such as those ran by Yieldly: https://www.reddit.com/r/AlgorandOfficial/comments/o7vnsi/opted_out_of_nll_but_24_algo_still_locked_in/ https://www.reddit.com/r/AlgorandOfficial/comments/o7kyem/opting_out_if_a_stateful_smart_contract_yieldly/ This means that users are forces to hold...
Many hardware wallets, such as Ledger's Nano series, relies on BIP39. Algorand also uses BIP39 but does it in a different way, such that you cannot take a Ledger 24...
I believe it should be that v is in the range of [0, 2^n), not [0, n). Compare with this diagram: https://camo.githubusercontent.com/28157e79817085bd5ba6ad81acf962948cb8129b8cf66c369a255def50914681/68747470733a2f2f646f632e64616c656b2e72732f6173736574732f62756c6c657470726f6f66732d72616e676570726f6f662e706e67
## Problem Despite Algorand Technologies having created [algorand-msgpack](https://github.com/algorand/msgpack-javascript) and [pushed it to NPM](https://www.npmjs.com/package/algorand-msgpack), the Algorand Javascript SDK still relies on [algo-msgpack-with-bigint](https://www.npmjs.com/package/algo-msgpack-with-bigint) ([EvanJRichard's repo](https://github.com/EvanJRichard/msgpack-javascript)). ## Solution Migrate over to algorand-msgpack. ##...
Adds Liquid-Auth-Js (abstracted behind [Liquid-Auth-Use-Wallet-Client](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/tree/main), name open to change!), to allow for the demo [Liquid Auth Android app](https://github.com/algorandfoundation/liquid-auth-android/) to be used for demonstrative purposes. Similar to the Wallet Connect example...