This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 975
replace moment with date-fns for date helpers #11061
Labels
Milestone
Comments
EDIT: Turns out that |
@cezaraugusto it looks like joi is only used in tools/transactionHelpers.js which is not a package dependency, only a dev dependency (unless i'm mistaken) |
actually joi is used in the ledger packages, but it looks like Joi no longer uses moment: hapijs/joi#1037 |
cezaraugusto
added a commit
that referenced
this issue
Sep 21, 2017
also updates joi in ledger-client address #11061
bbondy
modified the milestones:
0.21.x (Developer Channel),
0.20.x (Beta Channel),
Backlog
Oct 25, 2017
This was referenced Jun 11, 2018
This was referenced Jun 19, 2018
QA Blocked on #14407 |
This was referenced Jun 21, 2018
This was referenced Jun 25, 2018
This was referenced Jun 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Test plan
#11062 (comment)
Initially, the plan was to reduce bundle cost given
moment
is enourmous. However after reading this and looking at this this killed two birds with one stone.The text was updated successfully, but these errors were encountered: