Skip to content
  1. Aug 02, 2020
    • Bastian Köcher's avatar
      Fix transaction payment runtime api · d049c5d0
      Bastian Köcher authored
      The transaction payment runtime api used its own extrinsic generic
      parameter. This is wrong, because this resulted in using always the
      native extrinsic. If there was a runtime upgrade that changed the
      extrinsic in some way, it would result in the api breaking. The correct
      way is to use the `Extrinsic` from the `Block` parameter. This is on the
      node side the opaque extrinsic and on the runtime side the real extrinsic.
      d049c5d0
  2. Jul 31, 2020
  3. Jul 30, 2020
  4. Jul 29, 2020
  5. Jul 28, 2020
  6. Jul 27, 2020
  7. Jul 26, 2020
  8. Jul 24, 2020
  9. Jul 23, 2020