Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
  2. Aug 03, 2022
    • girazoki's avatar
      Statemint runtimes to accept sufficient assets as xcm fee payment (#1278) · 8f2a3a50
      girazoki authored
      
      * point to my branch
      
      * girazoki-add-TakeFirstAssetTrader-to-utility
      
      * Commit lock
      
      * point at custom branch
      
      * add new trader to statemine runtimes
      
      * compiles
      
      * Back to master
      
      * Update last tomls
      
      * Imports up
      
      * remove non-needing imports
      
      * FMT
      
      * log messages properly
      
      * Use TakeRevenue instead of HandleCredit
      
      * Introduce xcm fee handler
      
      * check total supply in tests
      
      * FMT
      
      * fix test
      
      * Start decoupling balance calculation into different traits
      
      * Make traits a bit more generic
      
      * PR suggestions
      
      * add import
      
      * import well
      
      * Place xcmfeesassethandler into parachains common
      
      * fix tests
      
      * config parameters
      
      * Min amount to fee receiver
      
      * Make minimum amount for block author to be at least the ED
      
      * Doc in AssetFeeAsExistentialDepositMultiplier
      
      * saturating sub
      
      * make sure we dont enter twice
      
      * FMT
      
      * fmt again
      
      * adapt tests
      
      * Add doc and struct for weight refund
      
      * Doc
      
      * More doc
      
      * PR suggestions
      
      * store all info related to asset payment as multiasset
      
      * return AssetNotFound instead of TooExpensive
      
      * Use asset transactor to deposit fee
      
      * uninstall from statemint
      
      * R for RUntime and CON for BalanceConverter
      
      * Rework logic to avoid unnecesary match and error
      
      * Rework ED check, also in case of refund
      
      * rework typo
      
      * In case refund makes drop below ED, just refund the difference
      
      * fix test westmint
      
      * clone id
      
      * move test imports to preamble
      
      * move test imports to preamble
      
      * test-utils with builderS
      
      * lock file updated
      
      * remove unused imports
      
      Co-authored-by: default avatarStephen Shelton <steve@brewcraft.org>
      Co-authored-by: default avatarjoe petrowski <25483142+joepetrowski@users.noreply.github.com>
      Co-authored-by: default avatarjoepetrowski <joe@parity.io>
      8f2a3a50
    • Alexandru Vasile's avatar
      Companion for #11939 (#1487) · 935e682a
      Alexandru Vasile authored
      
      * Bump jsonrpsee to v0.15.1
      
      Signed-off-by: default avatarAlexandru Vasile <alexandru.vasile@parity.io>
      
      * Update Cargo.lock
      
      Signed-off-by: default avatarAlexandru Vasile <alexandru.vasile@parity.io>
      
      * Update cargo.lock
      
      Signed-off-by: default avatarAlexandru Vasile <alexandru.vasile@parity.io>
      
      * client: Upadte jsonrpsee-core from relay-chain-interface
      
      Signed-off-by: default avatarAlexandru Vasile <alexandru.vasile@parity.io>
      
      * update substrate & polkadot
      
      * update substrate & polkadot
      
      Co-authored-by: default avatarNiklas Adolfsson <niklasadolfsson1@gmail.com>
      935e682a
  3. Aug 02, 2022
  4. Aug 01, 2022
    • dependabot[bot]'s avatar
      Bump bytes from 1.2.0 to 1.2.1 (#1489) · a99fe0f3
      dependabot[bot] authored
      
      Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1.
      - [Release notes](https://github.com/tokio-rs/bytes/releases)
      - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/tokio-rs/bytes/commits)
      
      ---
      updated-dependencies:
      - dependency-name: bytes
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      a99fe0f3
    • Sebastian Kunert's avatar
      Introduce RPC Worker (#1462) · 36e580a5
      Sebastian Kunert authored
      
      * Extract json-rpc-client and introduce worker
      
      * Initial rpc worker
      
      * Add error handling
      
      * Use bounded channels for listeners
      
      * Improve naming and clean up
      
      * Use tracing channels
      
      * Improve code readability
      
      * Decrease channel size limit
      
      * Remove unused dependency
      
      * Fix docs
      
      * RPC -> Rpc
      
      * Start worker in initialization method
      
      * Print error in case a distribution channel is full
      
      * Fix docs
      
      * Make `RpcStreamWorker` private
      
      Co-authored-by: default avatarDavide Galassi <davxy@datawok.net>
      
      * Use tokio channels and add TODO item
      
      * Remove `Option` from `to_worker_channel`
      
      Co-authored-by: default avatarDavide Galassi <davxy@datawok.net>
      36e580a5
  5. Jul 31, 2022
    • Sergej Sakac's avatar
      companion for #11796 (#1460) · f0a8dc6a
      Sergej Sakac authored
      * companion for #11796
      
      * fix
      
      * ".git/.scripts/bench-bot.sh" pallet statemint assets pallet_uniques
      
      * ".git/.scripts/bench-bot.sh" pallet statemine assets pallet_uniques
      
      * ".git/.scripts/bench-bot.sh" pallet westmint assets pallet_uniques
      
      * fix
      
      * update sp-io
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: command-bot <>
      f0a8dc6a
  6. Jul 29, 2022
  7. Jul 28, 2022
  8. Jul 27, 2022
  9. Jul 25, 2022
  10. Jul 23, 2022
  11. Jul 21, 2022
  12. Jul 20, 2022
  13. Jul 19, 2022
  14. Jul 16, 2022
Loading