- Sep 11, 2020
-
-
Zeke Mostov authored
* Initial impl * factor out functions * Add listen port: host * Improve docs * Update readme * Delete stray space
-
Zeke Mostov authored
-
- Sep 09, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* Check if currentEra is an option to accomadate old substrate * Save option type check * Make more robust for all scenarios
-
Zeke Mostov authored
-
- Sep 07, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
* Add eventDocs & extrinsicDocs query params to /blocks clean up types Fix issues with event method Remove dead space remove console logs introduce eventDocs query parm Update controller docs add extrinsic docs remove comment update variable name remove commented out code * update so tests pass * Map & join docs * Refactor to private function, and not new line as last char * Fix typo in controller * Apply suggestions from Joe's code review Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Sep 06, 2020
-
-
Zeke Mostov authored
-
- Sep 04, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
Implement `accounts/id/{staking-info, balance-info, vesting-info}` & `pallets/staking/progress` (#248) * balance-info * update uri * save * save * Add vesting service * save * save * implement vesting * update readme * Update README.md * updates test to reflect error messages * add pallets/staking/progress * pallets/staking/progress * correct controller import * export correction * fix typo * update readme * Apply suggestions from code review Co-authored-by: joe petrowski <[email protected]> * update docs * Update openapi Co-authored-by: joe petrowski <[email protected]>
-
Kirsten Richard authored
* Created GH Templates * Update .github/ISSUE_TEMPLATE/feature-request.md Co-authored-by: Dan Forbes <[email protected]> * Update .github/ISSUE_TEMPLATE/report-bug.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update .github/ISSUE_TEMPLATE/report-bug.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update .github/ISSUE_TEMPLATE/report-bug.md Co-authored-by: Dan Forbes <[email protected]> * Update .github/ISSUE_TEMPLATE/report-bug.md Co-authored-by: Dan Forbes <[email protected]> * Update .github/PULL_REQUEST_TEMPLATE/pull-request-template.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Dan Forbes <[email protected]> * Addressed feedback * Updated as per feedback * Update CONTRIBUTING.md Co-authored-by: joe petrowski <[email protected]> * Update .github/PULL_REQUEST_TEMPLATE/pull-request-template.md Co-authored-by: joe petrowski <[email protected]> * Update CONTRIBUTING.md Co-authored-by: joe petrowski <[email protected]> * Updated from feedback, ran prettier * now pretty Co-authored-by: Dan Forbes <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
- Sep 02, 2020
-
-
Zeke Mostov authored
* Implement fee-estimate, material, and submit. update readme save save update middleware update openapi update readme update readme readme * small update * Change to transaction * update tx error middleware * update open-api * small update * SCALE Co-authored-by: joe petrowski <[email protected]>
-
- Aug 31, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
* save * save * Update README * update tests and remove callIndex
-
- Aug 28, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* Add `at` field to `runtime/spec` * Update tests
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Aug 27, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* save * Update docs for transaction/dry-run * Update src/controllers/transaction/TransactionDryRunController.ts Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
- Aug 26, 2020
-
-
Zeke Mostov authored
* Initial impl transaction/dry-run * Update docs with crates links
-
- Aug 25, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Aug 24, 2020
-
-
Zeke Mostov authored
-
joe petrowski authored
-
Zeke Mostov authored
* Implement `runtime/code` & `runtime/spec` * Apply suggestions Joe from code review Co-authored-by: joe petrowski <[email protected]> * Add eof * Update readme links * Update src/services/runtime/RuntimeCodeService.ts Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
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: joe petrowski <[email protected]> * add docs to payouts controller * Clean up docs Reverse * Update calc/Cargo.toml Co-authored-by: Dan 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: joe petrowski <[email protected]> Co-authored-by: Dan Forbes <[email protected]>
-
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
-
- Aug 23, 2020
-
-
Zeke Mostov authored
-
- Aug 22, 2020
-
-
Zeke Mostov authored
* Ensure as_multi `OpaqueCall` is serialized to call * update specs * Small fixup
-
- Aug 19, 2020
-
-
Zeke Mostov authored
-
- Aug 18, 2020
-
-
Zeke Mostov authored
* Add noMeta query param to `tx/artifacts` * Fix comment * Change to boolean arg for service
-
- Aug 17, 2020
-
-
Zeke Mostov authored
-
- Aug 12, 2020
-
-
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 * Add Block response type * Add explicit return types for all public ApiHandler functions * Fix missing extrinsic fields; Standardiz accounts summary naming * Check for struct, option, and Result * Complete an outline * Add codec map * save progress * Initial skeleton of sanitizeData and sanitizeCodec * Save small changes * Clean up * Setup to go back and forth with old sanitizeNumbers * Add comment * 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 * Remove old sanitizeNumber * Small updates * Add some primitives * Delete unused code * Update testing to reflect new Result api Min i32 Add alternate tests for Result More tests Delete covereage new eof .gitignore Add ToDos * Prepare for merge * save * Update tests to show regressions Create polkadot-js types folder and move typeguards updates Change test organization grouping * Update AbstractController * Small update * Serialize zeros * Update comment
-
Zeke Mostov authored
-