- 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
-
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 17, 2020
-
-
Zeke Mostov authored
-
- Aug 12, 2020
-
-
Zeke Mostov authored
-
- Aug 03, 2020
-
-
Zeke Mostov authored
-
- Aug 01, 2020
-
-
Zeke Mostov authored
-
- Jul 29, 2020
-
-
Zeke Mostov authored
* Add unit tests for `fetchAccountVestingInfo` & `fetchAccountBalanceInfo` * Add eofs * Var name update
-
- Jul 28, 2020
-
-
Zeke Mostov authored
* Test `fetchBlock`
-
Zeke Mostov authored
-
- Jul 26, 2020
-
-
Zeke Mostov authored
-
- Jul 22, 2020
-
-
Zeke Mostov authored
-
- Jul 20, 2020
-
-
Zeke Mostov authored
-
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
* Add chainName to server connecting message * Update to use node implementation * Update wording
-
- Jul 08, 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 * 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 05, 2020
-
-
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 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
-
- Jun 29, 2020
-
-
Zeke Mostov authored
* Improve type specificity of get() & post() params * Remove commented out code
-
- Jun 24, 2020
-
-
Zeke Mostov authored
-
- Jun 19, 2020
-
-
Zeke Mostov authored
* bump @polkadot scoped deps * update package.json * bump version
-
joe petrowski authored
* update api * make eslint happy
-
- Jun 18, 2020
-
-
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 16, 2020
-
-
joe petrowski authored
-
- Jun 14, 2020
-
-
Zeke Mostov authored
-
joe petrowski authored
* add numSlashingSpans * update API * make eslint and joe happy * better comments
-
- Jun 12, 2020
-
-
Zeke Mostov authored
* Add ESLint * Silence all warnings and errors * Fix post merge warnings Ignore linting calc-fee New line char
-
- Jun 08, 2020
-
-
joe petrowski authored
* bump deps * 0.8.0-rc1
-
Dan Forbes authored
* Update fee calculation logic * Address code review by @athei and @amaurymartiny * Do not pull raw/parsed extrinsics into separate variables * Remove Address and LookupSource types per @amaurymartiny * Bump Polkadot JS deps and remove WeightToFeeCoefficient type * Use variables consistently * Clean up diff * Update lockfile, formatting changes * Update fee calculation logic * Rename variables, better comments (#54) * Upgraded to latest polkadot API release * Fixes for weight calculation Not yet functional. Some rounding differences are still present. * Calculate extrinsic fees in rust This also removes the contraint that only one term of the weight to fee polynomial is used. * Fix CI * Reproduce fixed128 bug that was deployed to polkadot v0. * Support kusama without queryInfo * Do not fail the whole request when runtime is not supported * Do not send per block parameters for every extrinsic to wasm * Install wasm-pack through node * Remove no longer needed bn.js dependency * Revert "Install wasm-pack through node" This reverts commit d0986729 . Co-authored-by: Amaury Martiny <[email protected]> Co-authored-by: Alexander Theißen <[email protected]>
-
- Jun 06, 2020
-
-
joe petrowski authored
* add chainName and specName to artifacts * bump api * use system.chain rpc
-