- Sep 22, 2020
-
-
Zeke Mostov authored
* feat: Remove authorId query param; Bump version in package * Build docs * Add a contributing note
-
Zeke Mostov authored
* Bump deps * Remove file log options * Small updates to wording
-
- Sep 18, 2020
-
-
Zeke Mostov authored
-
- Sep 17, 2020
-
-
Zeke Mostov authored
* Prepare v18 with bug fixing pd.js/api bump * Remove logs
-
- Sep 16, 2020
-
-
Zeke Mostov authored
* Bump @polkadot/api * Remove accidental adds * Remove file * Correct name in package
-
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: David <[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: David <[email protected]>
-
- Sep 14, 2020
-
-
Zeke Mostov authored
-
- Sep 07, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Sep 06, 2020
-
-
Zeke Mostov authored
-
- Aug 31, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Aug 27, 2020
-
-
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 24, 2020
-
-
Zeke Mostov authored
-
joe petrowski authored
-
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]>
-
- Aug 19, 2020
-
-
Zeke Mostov authored
-
- Aug 17, 2020
-
-
Zeke Mostov authored
-
- Aug 12, 2020
-
-
Zeke Mostov authored
-
- Aug 03, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Aug 01, 2020
-
-
Zeke Mostov authored
-
- Jul 28, 2020
-
-
Zeke Mostov authored
-
- Jul 26, 2020
-
-
Zeke Mostov authored
-
- Jul 22, 2020
-
-
Zeke Mostov authored
-
- Jul 20, 2020
-
-
Zeke Mostov authored
-
- Jul 17, 2020
-
-
joe petrowski authored
-
- Jul 13, 2020
-
-
joe petrowski authored
-
- Jul 10, 2020
-
-
Zeke Mostov authored
-
- Jul 09, 2020
-
-
Zeke Mostov authored
* Support HashMap Mapjs BN; More test coverage; * Correct for comments
-
- 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 last tests * Add some more primitive tests
-
- 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]>
-
- 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
-
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 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 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: joepetrowski <[email protected]>
-