Guest User

Untitled

a guest
Jan 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [
  2. {
  3. "date": 1516203000,
  4. "yesterday": [
  5. "Updated contract ABIs",
  6. "In explorer, connected account view tabs to protocol data"
  7. ],
  8. "today": [
  9. "Adding Josh to the team section of the website",
  10. "Get started on the transcoders list view"
  11. ],
  12. "blockers": []
  13. },
  14. {
  15. "date": 1516116600,
  16. "yesterday": [
  17. "Added tabs to explorer account view",
  18. "Added a 'me' field to to root Query in graphql-sdk",
  19. "Added a 'defaultGas' parameter to the options object in the apollo package",
  20. "Fixed some error messaging in the sdk package"
  21. ],
  22. "today": [
  23. "Wrap up explorer account view",
  24. "Update contract ABIs and redeploy media player app"
  25. ],
  26. "blockers": []
  27. },
  28. {
  29. "date": 1516030200,
  30. "yesterday": [
  31. "With latest update to go-livepeer, I began refactoring 'broadcaster offline' heuristic. Works on environment with native HLS support, but hls.js throws internalException. Will continue to debug this behavior as time permits"
  32. ],
  33. "today": [
  34. "Continue fleshing out Explorer project account view"
  35. ],
  36. "blockers": []
  37. },
  38. {
  39. "date": 1515771000,
  40. "yesterday": [
  41. "Applied formatting to ETH and LPT balances in explorer UI",
  42. "Deployed update to media player",
  43. "Updated livepeerjs postinstall/build script (skips building react apps)",
  44. "Fixed a couple of bugs with accounts switching and redirects"
  45. ],
  46. "today": [
  47. "Continue updating explorer views"
  48. ],
  49. "blockers": []
  50. },
  51. {
  52. "date": 1515684600,
  53. "yesterday": [
  54. "Added QR Code profile image to explorer account view",
  55. "Updated explorer account view styles / layout",
  56. "Fixed claimTokenPoolsShares() sdk method",
  57. "Updated bond() sdk method to use ETH instead of LPT",
  58. "Updated sdk contract ABIs",
  59. "Modified Delegator schema in graphql-sdk and sdk to reflect ABI updates (`unbondedAmount` -> `fees`, `stake` removed)",
  60. "Ensure 'broadcaster offline' message is shown when they have 0 total jobs",
  61. "Additional error handling for undefined `currentProvider` and empry `eth.accounts` in Web3/MetaMask enabled browsers"
  62. ],
  63. "today": [
  64. "ETH and LPT balance formatting",
  65. "Deploy an update to player to prevent refresh on account switch"
  66. ],
  67. "blockers": []
  68. },
  69. {
  70. "date": 1515600625,
  71. "yesterday": [
  72. "Big GraphQL update - refactored schemas improved coverage, changed main module exports",
  73. "Updated `player` and `explorer` projects with the latest version of `graphql-sdk",
  74. "Added a new project `apollo` to consolidate the duplicated code between client apps that are using `apollo-client` along with our `graphql-sdk.",
  75. "Created a postinstall script for livepeerjs, so all project are automatically built after running `yarn`",
  76. "Improved documentation across all livepeerjs projects"
  77. ],
  78. "today": [
  79. "More documentation for livepeerjs projects",
  80. "Add tests to `apollo` project`",
  81. "Add a styleguide to `chroma` and begin creating components for the Account / Transcoders views"
  82. ],
  83. "blockers": []
  84. }
  85. ]
Add Comment
Please, Sign In to add comment