Skip to content

Filter unchanged Debank state diffs - #23

Merged
recursion128 merged 10 commits into
bscfrom
fix/debank-state-diff
May 21, 2026
Merged

Filter unchanged Debank state diffs#23
recursion128 merged 10 commits into
bscfrom
fix/debank-state-diff

Conversation

@recursion128

Copy link
Copy Markdown
Contributor

Summary

  • filter Debank state diff accounts and storage slots against parent state
  • skip deleted accounts that did not exist in parent state
  • keep account metadata when account fields changed or storage changed

Test

  • cargo check -p reth-rpc-eth-types

@recursion128
recursion128 changed the base branch from debank to bsc May 21, 2026 11:27
@github-actions

Copy link
Copy Markdown
Contributor

Your PR title doesn't follow the Conventional Commit guidelines.

Example of valid titles:

  • feat: add new user login
  • fix: correct button size
  • docs: update README

Usage:

  • feat: Introduces a new feature
  • fix: Patches a bug
  • chore: General maintenance tasks or updates
  • test: Adding new tests or modifying existing tests
  • bench: Adding new benchmarks or modifying existing benchmarks
  • perf: Performance improvements
  • refactor: Changes to improve code structure
  • docs: Documentation updates
  • ci: Changes to CI/CD configurations
  • revert: Reverts a previously merged PR
  • deps: Updates dependencies

Breaking Changes

Breaking changes are noted by using an exclamation mark. For example:

  • feat!: changed the API
  • chore(node)!: Removed unused public function

Help

For more information, follow the guidelines here: https://www.conventionalcommits.org/en/v1.0.0/

@recursion128
recursion128 merged commit 53c3b30 into bsc May 21, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant