-
Notifications
You must be signed in to change notification settings - Fork 267
Comparing changes
Open a pull request
base repository: paritytech/subxt
base: v0.42.1
head repository: paritytech/subxt
compare: master
- 8 commits
- 34 files changed
- 4 contributors
Commits on May 29, 2025
-
Remove
codec::Encode
andcodec::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
Configuration menu - View commit details
-
Copy full SHA for ed25a3a - Browse repository at this point
Copy the full SHA ed25a3aView commit details
Commits on Jun 2, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for dfb4b2f - Browse repository at this point
Copy the full SHA dfb4b2fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a4331df - Browse repository at this point
Copy the full SHA a4331dfView commit details
Commits on Jun 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f831e8f - Browse repository at this point
Copy the full SHA f831e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3643f2c - Browse repository at this point
Copy the full SHA 3643f2cView commit details
Commits on Jun 18, 2025
-
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 authoredJun 18, 2025 < C64D batch-deferred-content class="d-inline-block" data-url="/paritytech/subxt/commits/checks-statuses-rollups">Configuration menu - View commit details
-
Copy full SHA for a78f52b - Browse repository at this point
Copy the full SHA a78f52bView commit details -
chore: remove redundant backtick in comment (#2020)
Signed-off-by: gcmutator <329964069@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 3078729 - Browse repository at this point
Copy the full SHA 3078729View commit details
Commits on Jun 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 77b6abc - Browse repository at this point
Copy the full SHA 77b6abcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.42.1...master