1. Sep 22, 2020
  2. Sep 18, 2020
  3. Sep 16, 2020
    • Zeke Mostov's avatar
      Implement `/pallets/{palletId}/storage/{storageItemId}` (#278) · fcbf5c1b
      Zeke Mostov authored
      
      
      * Replace test response
      
      * Get test to pass
      
      * Update fields to null
      
      * Include metadata in response
      
      * Save progress
      
      * Update openapi
      
      * Update README
      
      * Small updates
      
      * More small changes
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * Improve comments and error messages
      
      * Update err message
      
      * Add example to docs; Refactor code; Documentation as string
      
      * docs corection
      
      * build docs
      
      * Small changes;
      
      * Add pallet index
      
      * Update openapi specs
      
      Co-authored-by: default avatarDavid <[email protected]>
      fcbf5c1b
  4. Sep 11, 2020
  5. Sep 07, 2020
  6. Sep 04, 2020
  7. Sep 02, 2020
  8. Aug 31, 2020
  9. Aug 28, 2020
  10. Aug 27, 2020
  11. Aug 24, 2020
    • Zeke Mostov's avatar
      Implement `runtime/code` & `runtime/spec` (#228) · cc682148
      Zeke Mostov authored
      
      
      * Implement `runtime/code` & `runtime/spec`
      
      * Apply suggestions Joe from code review
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Add eof
      
      * Update readme links
      
      * Update src/services/runtime/RuntimeCodeService.ts
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      cc682148
    • Zeke Mostov's avatar
      Implement `accounts/{accountId}/staking-payouts` (#217) · 2f817d1a
      Zeke Mostov authored
      
      
      * Initial impl with Big.js
      
      
      Remove unused comment
      
      Update comments and org
      
      Update response structure
      
      Remove validator count
      
      * Convert to Perbill arithmetic
      
      * Implement calc-payout crate
      
      * eslintignore calc-payout
      
      * Alexander feedback
      
      * Add check for era - depth; Update openapi
      
      * update README debug section
      
      * Update readmes
      
      * Apply suggestions from Joe code review
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * add docs to payouts controller
      
      * Clean up docs
      
      Reverse
      
      * Update calc/Cargo.toml
      
      Co-authored-by: default avatarDan Forbes <[email protected]>
      
      * Update return property names for nominator and validator rewards
      
      * themself -> itself
      
      * Code style refactors and comment updates
      
      * Small era message update
      
      * Delete line in ReadMe
      
      * Remove accidental add
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      Co-authored-by: default avatarDan Forbes <[email protected]>
      2f817d1a
    • Zeke Mostov's avatar
      Implement node endpoints (#226) · 651601c3
      Zeke Mostov authored
      * Create NodeNetwork
      
      * Setup node/version
      
      * Add unit tests
      
      Test node transaction pool
      
      Test node version
      
      Add return types for services
      
      * Shorten method names
      
      * Superficial fixups
      
      * Update NodeNetwork
      docs
      
      * Update docs and add pool field to transaction-pool
      
      * save
      
      * Update network return fields
      
      * Update tx pool
      
      * Update testing for transaction pool
      
      * Update transaction pool docs
      
      * Update docs
      
      * Update openapi
      
      * update readme
      
      * Update clientVersion
      
      * Update docs and network response property order
      
      * Update transaction pool docs'
      
      * Trivial changes
      
      * Update import
      
      * Link to node controllers from paths in README.md
      651601c3
  12. Aug 23, 2020
  13. Aug 03, 2020
  14. Jul 22, 2020
  15. Jul 13, 2020
  16. Jul 10, 2020
  17. Jul 09, 2020
  18. Jul 08, 2020
    • 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
  19. Jul 03, 2020
  20. Jul 01, 2020
  21. Jun 30, 2020
  22. Jun 27, 2020
  23. Jun 21, 2020
  24. Jun 18, 2020
  25. Jun 17, 2020
  26. Jun 14, 2020
  27. Jun 12, 2020
    • Zeke Mostov's avatar
      Add ESLint (#64) · fd58a293
      Zeke Mostov authored
      * Add ESLint
      
      * Silence all warnings and errors
      
      * Fix post merge warnings
      
      Ignore linting calc-fee
      
      New line char
      fd58a293
  28. Jun 08, 2020
  29. May 30, 2020
    • joe petrowski's avatar
      Rename fee variable (#59) · 583ed0f9
      joe petrowski authored
      * why doesnt this work
      
      * actually return feeInfo
      
      * parse tx
      
      * revert parse, not necessary
      v0.7.0
      583ed0f9
    • Zeke Mostov's avatar
      Add fee info endpoint(s) (#57) · 30b3cae8
      Zeke Mostov authored
      
      
      * Create initial skeleton of fee info endpoint
      
      * Add endpoint for just submitting encoded extrinsic
      
      * Clean up unused code
      
      * Create initial skeleton of fee info endpoint
      
      Add endpoint for just submitting encoded extrinsic
      
      Clean up unused code
      
      * Update path uri and descriptors in README.md
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update path uri and descriptors in README.md
      
      * Try and fix yarn.lock
      
      * update to 1.17.0 beta 5 (#58)
      
      * Change `fee-estimation` to post and update README.md
      
      
      Fix small README typo
      
      Fix uri in README curl example
      
      * Update README.md
      
      * Update README.md
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      30b3cae8
  30. May 26, 2020