1. Jul 08, 2020
    • Zeke Mostov's avatar
      Correct typo in .env-sample (#155) · a67520ef
      Zeke Mostov authored
      * Add ending to string
      
      * Delete docker
      v0.11.1
      a67520ef
    • Zeke Mostov's avatar
      Default configuration to local node · 234c5e3b
      Zeke Mostov authored
      234c5e3b
    • Chevdor's avatar
      Dockerfile (#128) · daddfbd8
      Chevdor authored
      * Draft of dockerfile
      
      * Add missing parts for the Docker image
      
      * Finish docker support
      
      * Fix linting, add doc
      daddfbd8
    • Zeke Mostov's avatar
      Upgrade deps; Correct issues from upgrade; Setup jest unit tests for `sanitizeNumbers`; (#90) · f4f10285
      Zeke Mostov authored
      * Setup Jest and sanity check sanitizeNumbers
      
      Test extended types
      
      Test AbstractInt as value in object
      
      sanitize a staking response
      
      Fix some small details
      
      * upgrade deps
      
      * FIX sanitizeNumbers to handle Compact
      
      * Small clean up
      
      * Correct package.json
      
      * Fix -1 u32 error
      
      * Add tests to github workflow via pr.yml
      
      Correct workflow to install wasm-pack
      
      Try again
      
      * Update sanitze numbers to handle Enums
      
      * Add tests of types
      
      * Lots of tests and necessary fixes for sanitize
      
      Use async create instead of initialize
      
      Add versionReset; Revert static creat
      
      Remove exclamation maarks
      
      Put comment back in
      
      Revert last commit
      
      Delete stray empty line
      
      Revert ensureMeta changes
      
      Clean up testing
      
      Save progress with U64s
      
      Fix issues with BTreeSet
      
      More tests
      
      Update to handle in option so linkage test passes
      
      save progress on set
      
      More tests
      
      Save progress
      
      last tests
      
      * Add some more primitive tests
      f4f10285
  2. Jul 06, 2020
    • Zeke Mostov's avatar
      Move error handling to middleware (#143) · edc93dc4
      Zeke Mostov authored
      * Add sanitizeResMiddleware
      
      * Delete santizieNumbers from utils
      
      * Move all error handling to middleware
      
      Remove unused import
      
      Remove unused log
      
      * Add doc comments
      
      * Update error middleware doc comments
      
      * Revert sanitize middleware
      
      * Move stray eslint-disable
      
      * Remove unused middleware types
      
      * use request handler type
      
      * Use proper type guards
      
      * save
      
      * Address Dan's comments'
      
      * Small updates
      
      * small change
      edc93dc4
    • Zeke Mostov's avatar
      Small type update (#152) · eb246c89
      Zeke Mostov authored
      eb246c89
  3. Jul 05, 2020
  4. Jul 04, 2020
  5. Jul 03, 2020
  6. Jul 02, 2020
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 29, 2020
  10. Jun 27, 2020
  11. Jun 26, 2020
    • Zeke Mostov's avatar
      Give useful staking info (#109) · 3fb440f4
      Zeke Mostov authored
      
      
      * nextSession & nextEra w/o derive
      
      Setup storage queries
      
      clean up
      
      Move queuedElected to not throw on isNone
      
      get ready to delete some epoch arithmetic
      
      Calculate nextExpectedEpochChange
      
      save progress
      
      * Use derived call for nextEra & nextSession
      
      save progress
      
      next session and next era
      
      small cleanup
      
      small fixes
      
      reorganize a bit
      
      * Calc toggle
      
      initial window change working
      
      clean up
      
      make toggle hardcoded based on chainSpec
      
      make query for activeEra, not derive
      
      save before deleting sessionInfo derive stuff
      
      toggle working; try/catch queueElected;
      
      begin making deriveSessionProgress
      
      deriveSessionProgress done, deleting old
      
      refactor deriveElectionLookAhead, async fetchStakingInfo(hash: BlockHash): Promise<StakingInfo> {
      
      q
      
      add comments and move some things
      
      more refining
      
      correct era progress
      
      clean up
      
      pre squash
      
      * Calc toggle
      
      initial window change working
      
      clean up
      
      make toggle hardcoded based on chainSpec
      
      make query for activeEra, not derive
      
      save before deleting sessionInfo derive stuff
      
      toggle working; try/catch queueElected;
      
      begin making deriveSessionProgress
      
      deriveSessionProgress done, deleting old
      
      refactor deriveElectionLookAhead, async fetchStakingInfo(hash: BlockHash): Promise<StakingInfo> {
      
      q
      
      add comments and move some things
      
      more refining
      
      correct era progress
      
      clean up
      
      pre squash
      
      
      delete comment
      
      * Null validator fields in PoA
      
      * clean up
      
      cleanup
      
      * Add docs in main
      
      * Delete line
      
      * Remove queuedElected
      
      * Fix new linting errror
      
      * Add check to ensure activeEraStartSessionIndex is some
      
      * Add compatibility to read electionLookAhead
      
      * Create config folder
      
      * Change route to staking-info
      
      * Add yarn main command
      
      * Do not include electionStatus when electionLookAhead = 0
      
      * Reconfigure response object destructuring
      
      * Small updates
      
      * change toggle estimate by one session and change docs
      
      * change toggle estimate when open
      
      * fix bug in last session of active era
      
      * maybe better code
      
      * remove double subtraction
      
      * Change toggle to null when electionLookAhead = 0
      
      * Add comment 'no offchain solutions accepted'
      
      Co-authored-by: default avatarjoepetrowski <[email protected]>
      3fb440f4
  12. Jun 24, 2020
  13. Jun 23, 2020
  14. Jun 22, 2020
  15. Jun 21, 2020
  16. Jun 19, 2020