Skip to content
  1. Jun 07, 2022
  2. Jun 06, 2022
    • Tarik Gul's avatar
      feat: add query param `includeFee` to add a `tip`, `partialFee`, and... · 8241d340
      Tarik Gul authored
      feat: add query param `includeFee` to add a `tip`, `partialFee`, and `priority` field to each extrinsic for `/node/transaction-pool` (#931)
      
      * add test response
      
      * update controller to include tip query parameter
      
      * create tests that include tip query param
      
      * update the return type to include tip
      
      * update dervice logic to handle tip inclusion
      
      * update the docs
      
      * fix grumble
      
      * switch the naming in the controller from tip to fee
      
      * add partial fee functionality
      
      * handle priority correctly
      
      * fix some linting errors
      
      * update response type for partialfee
      
      * set query param as includeFee
      
      * update normal extrinsic response
      
      * add const values to defaultMockApi
      
      * add computation logic to calculate priority
      
      * update docs
      
      * add test suite for operational transactions
      
      * lint
      
      * remove commented import
      
      * rename maxBlock to maxBlockWeight
      
      * add end line
      
      * fix priority type decsription
      
      * cleanup small grumbles
      
      * fix comment
      
      * fix some comments
      8241d340
  3. Jun 03, 2022
  4. May 24, 2022
  5. May 18, 2022
  6. May 16, 2022
    • Tarik Gul's avatar
      feat(balance-info): add query param to convert free balance to human (#914) · f1e03d6c
      Tarik Gul authored
      * update the balance key in IAccountsBalanceInfo to also be a string
      
      * accept a query param for converting the balance
      
      * add private convertBalance
      
      * add tests for convertBalance
      
      * change convert to denominate
      
      * switch all over to denomination
      
      * inline comments
      
      * handle zero values, and cleanup code
      
      * handle all balance values
      
      * add IBalanceLock type
      
      * add denominateLocks
      
      * update docs
      
      * add error handling for a chain with no decimal
      
      * correct the docs
      
      * cleanup code
      
      * cover edgecase where decimal is 0
      
      * set api to historicApi
      
      * fix decimal selection
      
      * detail dec value in applyDenominationBalance
      f1e03d6c
  7. May 10, 2022
  8. May 03, 2022
  9. Apr 21, 2022
  10. Apr 13, 2022
  11. Mar 30, 2022
  12. Mar 16, 2022
  13. Mar 14, 2022
  14. Mar 08, 2022
  15. Feb 28, 2022
  16. Feb 24, 2022
  17. Feb 22, 2022
  18. Feb 17, 2022
  19. Feb 16, 2022
  20. Feb 10, 2022
  21. Feb 02, 2022
  22. Feb 01, 2022
  23. Jan 26, 2022
  24. Jan 24, 2022
  25. Jan 14, 2022
  26. Jan 13, 2022
  27. Dec 21, 2021
  28. Dec 16, 2021
  29. Dec 13, 2021
  30. Dec 09, 2021
  31. Dec 02, 2021
  32. Nov 23, 2021
  33. Nov 16, 2021
  34. Nov 15, 2021
  35. Nov 11, 2021
  36. Nov 10, 2021
  37. Nov 09, 2021
    • Tarik Gul's avatar
      feat: add query param `metadata` (#746) · 273cac2a
      Tarik Gul authored
      * add query param decodeMeta
      
      * update docs
      
      * fix test description
      
      * lint
      
      * fix up the query param to have both noMeta and metadata without introducing breaking changes
      
      * update logic, and clean it up
      
      * lint
      
      * change ifs to switch
      
      * update the docs
      
      * update more docs
      
      * build:docs
      
      * inline comment
      273cac2a
  38. Nov 08, 2021