Skip to content
  1. Jul 22, 2020
  2. Jul 20, 2020
  3. Jul 17, 2020
  4. Jul 13, 2020
  5. Jul 10, 2020
  6. Jul 09, 2020
  7. Jul 08, 2020
    • Zeke Mostov's avatar
      Upgrade deps; Correct issues from upgrade; Setup jest unit tests for `sanitizeNumbers`; (#90) · f4f10285
      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
      f4f10285
  8. Jul 05, 2020
  9. Jul 01, 2020
  10. Jun 30, 2020
  11. Jun 29, 2020
  12. Jun 24, 2020
  13. Jun 19, 2020
  14. Jun 18, 2020
  15. Jun 16, 2020
  16. Jun 14, 2020
  17. Jun 12, 2020
    • Zeke Mostov's avatar
      Add ESLint (#64) · fd58a293
      Zeke Mostov authored
      * Add ESLint
      
      * Silence all warnings and errors
      
      * Fix post merge warnings
      
      Ignore linting calc-fee
      
      New line char
      fd58a293
  18. Jun 08, 2020
    • joe petrowski's avatar
      Bump API and release (#71) · e83420bc
      joe petrowski authored
      * bump deps
      
      * 0.8.0-rc1
      v0.8.0-rc1
      e83420bc
    • Dan Forbes's avatar
      Update fee calculation logic (#50) · f5b84277
      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: default avatarAmaury Martiny <[email protected]>
      Co-authored-by: default avatarAlexander Theißen <[email protected]>
      f5b84277
  19. Jun 06, 2020
  20. May 28, 2020
  21. May 26, 2020
  22. May 21, 2020
  23. May 14, 2020
  24. May 10, 2020
  25. Apr 30, 2020
  26. Apr 24, 2020
  27. Apr 16, 2020
    • Maciej Hirsz's avatar
      Fix metadata (#32) · ca142ec5
      Maciej Hirsz authored
      * Fix metadata
      
      * Smarter fix to sanitizeNumbers
      
      * Update api to 1.10.1, bump version
      ca142ec5
  28. Apr 09, 2020
  29. Apr 01, 2020
  30. Mar 31, 2020
  31. Mar 23, 2020
  32. Mar 17, 2020