Staked tokens are only for the current period, and the tile label should reflect that
Resolve dependency discrepancy between standard and dev requirements. I didn't do a relock of dependencies because there were some issues with compatibility of dash[testing].
Remove the nucypher version number since it isn't kept up to date as often and can lag behind the nucypher releases. Currently we show v4.1.2 😅
I didn't do an overall relock of dependencies because there were some conflict issues due to the dash[testing] dependency and it's use of cryptography. This can be better addressed in a separate PR.
There are incompatible versions in the resolved dependencies:
cryptography==3.0 (from dash[testing]==1.18.1->-r /var/folders/m1/5vfcwhnj7b39kdnz_cjf3rkm0000gn/T/pipenv5i7jkwburequirements/pipenv-a6hvkl9k-constraints.txt (line 5))
cryptography>=1.3.4 (from requests[security]==2.21.0->dash[testing]==1.18.1->-r /var/folders/m1/5vfcwhnj7b39kdnz_cjf3rkm0000gn/T/pipenv5i7jkwburequirements/pipenv-a6hvkl9k-constraints.txt (line 5))
cryptography>=3.2 (from pyopenssl==20.0.1->requests[security]==2.21.0->dash[testing]==1.18.1->-r /var/folders/m1/5vfcwhnj7b39kdnz_cjf3rkm0000gn/T/pipenv5i7jkwburequirements/pipenv-a6hvkl9k-constraints.txt (line 5))
nucypher
version number since it isn't kept up to date as often and can lag behind thenucypher
releases. Currently we showv4.1.2
😅I didn't do an overall relock of dependencies because there were some conflict issues due to the
dash[testing]
dependency and it's use ofcryptography
. This can be better addressed in a separate PR.