Skip to content
  1. Jun 12, 2020
  2. Jun 11, 2020
  3. Jun 10, 2020
  4. Jun 09, 2020
  5. 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
    • Zeke Mostov's avatar
      Add wasm-pack install instructions to README.md (#66) · 556e86bd
      Zeke Mostov authored
      
      
      * Add wasm-pack install instructions to README.md
      
      
      Minor tweaks
      
      * Capitalize Rust and reword sentence
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      556e86bd
    • 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
  6. Jun 06, 2020
  7. Jun 02, 2020
  8. Jun 01, 2020
    • Zeke Mostov's avatar
      Parse nested calls · 070f0420
      Zeke Mostov authored
      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
      070f0420
  9. May 30, 2020
    • joe petrowski's avatar
      Rename fee variable (#59) · 583ed0f9
      joe petrowski authored
      * why doesnt this work
      
      * actually return feeInfo
      
      * parse tx
      
      * revert parse, not necessary
      v0.7.0
      583ed0f9
    • Zeke Mostov's avatar
      Add fee info endpoint(s) (#57) · 30b3cae8
      Zeke Mostov authored
      
      
      * Create initial skeleton of fee info endpoint
      
      * Add endpoint for just submitting encoded extrinsic
      
      * Clean up unused code
      
      * Create initial skeleton of fee info endpoint
      
      Add endpoint for just submitting encoded extrinsic
      
      Clean up unused code
      
      * Update path uri and descriptors in README.md
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Update path uri and descriptors in README.md
      
      * Try and fix yarn.lock
      
      * update to 1.17.0 beta 5 (#58)
      
      * Change `fee-estimation` to post and update README.md
      
      
      Fix small README typo
      
      Fix uri in README curl example
      
      * Update README.md
      
      * Update README.md
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      30b3cae8
  10. May 29, 2020
  11. May 28, 2020
  12. May 26, 2020
  13. May 21, 2020
  14. May 16, 2020
  15. May 14, 2020
  16. May 10, 2020
  17. Apr 30, 2020
  18. Apr 24, 2020
  19. Apr 18, 2020
  20. Apr 16, 2020
  21. Apr 09, 2020