Skip to content

Conversation

@rg911
Copy link
Contributor

@rg911 rg911 commented Oct 8, 2020

  • removed hardcoded nemesis epoch
  • Changed Deadline.value (LocalDateTime) to Deadline.adjustedValue (number / seconds)
  • Deadline.create(...) now requires EpochAdjustment (js-joda/Duration
  • Added toLocalDatetime (with custom zone support) in Deadline class
  • Added EpochAdjustment getter in RepositoryFactory

Fixed #681

- removed hardcoded nemesis epoch
@rg911 rg911 requested a review from fboucquez October 8, 2020 18:52
@rg911 rg911 requested a review from fboucquez October 9, 2020 17:12
@fboucquez fboucquez merged commit caaede0 into symbol:main Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nemesis epoch time is hard coded in the SDK but can change on the server side.

2 participants