- Jul 08, 2020
-
-
Chevdor authored
* Draft of dockerfile * Add missing parts for the Docker image * Finish docker support * Fix linting, add doc
-
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 ...
-
- Jul 06, 2020
-
-
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
-
Zeke Mostov authored
-
- Jul 05, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* Add Block response type * Add explicit return types for all public ApiHandler functions * Fix missing extrinsic fields; Standardiz accounts summary naming * Add info and success properties * Small fix
-
- Jul 04, 2020
-
-
Chevdor authored
* Add config validation * Bump up the confmgr version * Keep config in a single place * Cleanup * Fix import order; Add doc comment; Co-authored-by: Zeke Mostov <[email protected]>
-
Zeke Mostov authored
-
- Jul 03, 2020
-
-
Zeke Mostov authored
-
- Jul 02, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
* Give correct error for too high block number * Update src/main.ts Co-authored-by: joe petrowski <[email protected]>
-
- Jul 01, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* bump deps * Bump deps and remove complaining type annotation
-
- Jun 30, 2020
-
-
Zeke Mostov authored
* save progress * save progress * save progres; * Small fixes * small fixes * Update error creation * Move disable
-
Zeke Mostov authored
* Create config generator; Clean example & ReadME Finishing touches * upgrade deps * Add eof
-
Chevdor authored
* Add confmgr basic support * Add sample ENV config * Add missing eof * Fix linter issues * Switch all the ENV to confmgr * Fix linting issues
-
Chevdor authored
-
Chevdor authored
* Add confmgr basic support * Add sample ENV config * Add missing eof * Fix linter issues
-
- Jun 29, 2020
-
-
Zeke Mostov authored
* Improve type specificity of get() & post() params * Remove commented out code
-
Zeke Mostov authored
* v0.11.0 and fixes to staking-info docs * correction
-
- Jun 27, 2020
-
-
Zeke Mostov authored
-
- Jun 26, 2020
-
-
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...
-
- Jun 24, 2020
-
-
Zeke Mostov authored
-
- Jun 23, 2020
-
-
Zeke Mostov authored
Try install wasm-pack DONT commit, testing if catches lint error Fix back lint issues
-
- Jun 22, 2020
-
-
Zeke Mostov authored
* Fix small linting errors * Change to create string
-
Zeke Mostov authored
-
- Jun 21, 2020
-
-
Jimmy Chu authored
Adding support of reading config file
-
joe petrowski authored
-
Jimmy Chu authored
This is to support connecting to Substrate Node Template
-
Jimmy Chu authored
-
- Jun 19, 2020
-
-
Zeke Mostov authored
* bump @polkadot scoped deps * update package.json * bump version
-
joe petrowski authored
-
Alexander Theißen authored
* Use rust debug build when FEE_DEBUG is set * Fix fee calculation at the first block of a new runtime
-
joe petrowski authored
* update api * make eslint happy
-
- Jun 18, 2020
-
-
Alexander Theißen authored
* Add debug build of calc-fee that outputs more information * Move runtime quirk switching to rust * Remove debugging artifact
-