You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The encoder= parameter in our API leads to some confusing bugs like #525; if we remove all its usages, we'll be able to remove the nacl.encodings module which just duplicates functionality already present in the standard library.
The involved modules are:
signing
public
secret
hash
pwhash
encoding
The text was updated successfully, but these errors were encountered:
@reaperhulk @pyca/pynacl-core I'm thinking a possible way forward could be to postpone #523 and release 1.4. In this case, I'd just like to add some notes about the pending deprecation of the encoder parameter in the docs before the release.
Samyak2
added a commit
to Samyak2/block-chat
that referenced
this issue
Jun 30, 2020
- Using bytes.from_hex and bytes.hex instead of nacl.encoding since it is
planned to be made deprecated
(pyca/pynacl#532)
- Unconfirmed transactions are now stored in the firebase realtime database
since using in-memory variables in cloud run does not guarantee safety.
The
encoder=
parameter in our API leads to some confusing bugs like #525; if we remove all its usages, we'll be able to remove thenacl.encodings
module which just duplicates functionality already present in the standard library.The involved modules are:
The text was updated successfully, but these errors were encountered: