Skip to content

use checksum addresses for comparison in ignoreLists#88

Merged
brunobar79 merged 1 commit into
masterfrom
fix-ignore-list-comparison
Apr 4, 2019
Merged

use checksum addresses for comparison in ignoreLists#88
brunobar79 merged 1 commit into
masterfrom
fix-ignore-list-comparison

Conversation

@brunobar79

@brunobar79 brunobar79 commented Apr 4, 2019

Copy link
Copy Markdown
Contributor

Forgot to convert with toChecksumAddress before comparing against the already ignored assets

@brunobar79 brunobar79 changed the title use checksum addresses for comparison use checksum addresses for comparison in ignoreLists Apr 4, 2019
@brunobar79 brunobar79 requested a review from estebanmino April 4, 2019 21:55
@codecov-io

codecov-io commented Apr 4, 2019

Copy link
Copy Markdown

Codecov Report

Merging #88 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #88   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines        1356   1357    +1     
  Branches      174    174           
=====================================
+ Hits         1356   1357    +1
Impacted Files Coverage Δ
src/AssetsDetectionController.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00d4b2f...c3ec04a. Read the comment docs.

@brunobar79 brunobar79 merged commit cd13554 into master Apr 4, 2019
@whymarrh whymarrh deleted the fix-ignore-list-comparison branch November 5, 2019 17:43
mcmire pushed a commit to mcmire/core that referenced this pull request Jul 17, 2023
Bump peaceiris/actions-gh-pages to more recent version
kanthesha pushed a commit that referenced this pull request Oct 11, 2023
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.7 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.7...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Mrtenz pushed a commit that referenced this pull request Oct 16, 2025
GitHub Actions is now used for CI instead of CircleCI. The workflow
from the MetaMask module template has been used here, with the non-
applicable steps removed (changelog validation and allow-scripts).

The `test` npm script has been updated to no longer include the build
step. They now need to be run separately, as is the convention in most
of our repositories.

So far only Node.js v12 is used in CI, because there are dependency
incompatibilities with v14 and v16. Support will be added in a later PR
for v14 and v16.
Mrtenz pushed a commit that referenced this pull request Oct 16, 2025
The final line of this middleware should be `return undefined;`, not `return await next();`, as `next()` is already called earlier in the function.
Bigshmow added a commit that referenced this pull request Jun 17, 2026
The social-api response contract was changed in social-api PR #88 to
drop `followingCount` (it had been a transitional duplicate of
`metrics.allPartners.followingCount` and is no longer surfaced as a
top-level field). The SDK's runtime validation struct still required
it, causing `fetchTraderProfile` to throw
`FETCH_TRADER_PROFILE_INVALID_RESPONSE` and breaking the mobile
trader profile view.

Rather than relaxing the field to optional (a half-step that leaves
a dead field in the SDK contract), remove it entirely from both the
runtime struct and the TypeScript type so the SDK's view of the
response matches what the API actually delivers. No current
consumers depend on the field (verified across the MetaMask
ecosystem before removal).

BREAKING CHANGE: `TraderProfileResponse.followingCount` is removed.
Consumers that read `result.followingCount` will see a TypeScript
compile error after upgrading and must remove their references.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Mrtenz pushed a commit to Mrtenz/core that referenced this pull request Jun 17, 2026
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.

3 participants