- Jul 01, 2020
-
-
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
-
Zeke Mostov authored
* Add logger that only logs errors in production and everything in development * Default to production * Change to LOG_MODE * Update README.md
-
- Jun 17, 2020
-
-
Zeke Mostov authored
bump version to 0.9.0
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Jun 16, 2020
-
-
joe petrowski authored
-
joe petrowski authored
* Unwrap if isSome or return if isNone * Remove unnecesary import * Delete debugger Co-authored-by: Zeke Mostov <[email protected]>
-
- Jun 14, 2020
-
-
joe petrowski authored
-
Zeke Mostov authored
-
Dan Forbes authored
* Fix bug when fetching genesis block * Use a consistent API * Genesis blocks may have initialize or finalize events.
-
joe petrowski authored
* add numSlashingSpans * update API * make eslint and joe happy * better comments
-
Dan Forbes authored
* Get Block Should Accept Hash Closes #76 * Convert hex to number * parse hex integers * Do not eagerly convert hexadecimal digits, better docs Co-authored-by: joepetrowski <[email protected]>
-
- Jun 12, 2020
-
-
joe petrowski authored
* add Status type * lint
-
Zeke Mostov authored
* Add ESLint * Silence all warnings and errors * Fix post merge warnings Ignore linting calc-fee New line char
-
Dan Forbes authored
* Add author ID to `/block` response * Move `authorId` variable and response attribute * Document `authorId` attribute of `/block` response * When documentation is less specific, it is more accurate. Co-authored-by: joe petrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
Zeke Mostov authored
* Setup skeleton * Parse nested calls save progress before removing old indexing method Save optimized, non-working version, before deleting Catch mistake of recursion stopping to soon Rename function to parse calls. Change name to parse calls Change let to const * Move parseCalls, strict return types, extrinsic calls field Update parseCalls to always accept and return an array Enforce strict return types trivial syntax Add calls field for extrinsics to show all nested calls * Add `newArgs` field and label Call params cleanup * Save before delete most of parseCall * Correct nested, incorrect top level * Works parsing all levels of args * Working but needs fix for finding arg array of calls * Working * first try at using args struct * Add specific stricter types to parseArrayGenericCalls * Clean up * remove unused comment * update
-
- Jun 11, 2020
-
-
Alexander Theißen authored
-
joe petrowski authored
* add a few doc comments to main * add more docs * clarify staking return * fixing nits * add more references
-