8000 Comparing v0.42.1...master · paritytech/subxt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paritytech/subxt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.42.1
Choose a base ref
...
head repository: paritytech/subxt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 34 files changed
  • 4 contributors

Commits on May 29, 2025

  1. Remove codec::Encode and codec::Decode derives from generated API…

    …s by default (#2008)
    
    * Remove codec::Encode and codec::Decode from generated APIs by default
    
    * clippy fixes
    
    * clippy
    
    * More fixes, and CompactAs only if Encode/Decode
    
    * revert println in example
    
    * fix lightclient test
    
    * fix docs
    
    * Fix another rust doc comment
    
    * Fix failing storage test
    
    * Remove now-unnecessary test
    
    * clippy
    
    * clippy
    
    * Remove pointless clone
    jsdw authored May 29, 2025
    Configuration menu
    Copy the full SHA
    ed25a3a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. build(deps): bump dawidd6/action-download-artifact (#2013)

    Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10.
    - [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
    - [Commits](dawidd6/action-download-artifact@07ab29f...4c1e823)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-version: '10'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    dfb4b2f View commit details
    Browse the repository at this point in the history
  2. If only one hasher, always treat any key as a single and not NMap key…

    …, even if it's a tuple. (#2010)
    
    * If only one hasher, always treat any key as a single and not DoubleMap or NMap key
    
    * Fix test
    
    * Make the dyanmic storage key handling match our codegen handling
    jsdw authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a4331df View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. De-dup types early in CLI/macro so that derives/substitutes work for …

    …de-duped types (#2015)
    
    * De-dup types early to enable derives for them
    
    * ensure_unique_type_paths in CLI codegen, too
    
    * Update UI test outpuot
    
    ---------
    
    Co-authored-by: José Duarte <duarte.gmj@gmail.com>
    jsdw and jmg-duarte authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    f831e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3643f2c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Keep codec attrs even when Encode/Decode not used (#2023)

    * Keep codec attrs even when Encode/Decode not used
    
    * Fix p2p port discovery for newest substrate
    
    * clippy
    jsdw authored Jun 18, 2025
    < C64D batch-deferred-content class="d-inline-block" data-url="/paritytech/subxt/commits/checks-statuses-rollups">
    Configuration menu
    Copy the full SHA
    a78f52b View commit details
    Browse the repository at this point in the history
  2. chore: remove redundant backtick in comment (#2020)

    Signed-off-by: gcmutator <329964069@qq.com>
    gcmutator authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    3078729 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Address some issues around tx mortality (#2025)

    * Clarify mortality config
    
    * Fix EncodeAsType / DecodeAsType impls for Era to be proper ones
    
    * Fix test now that txs are mortal by default
    
    * clippy
    
    * missing imports
    
    * allow Era decoding from CheckMortality
    
    * tweak a comment
    
    * fmt
    
    * Add more explicit tests for mortality
    jsdw authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    77b6abc View commit details
    Browse the repository at this point in the history
Loading
0