Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: squash proof api #9351

Merged
merged 4 commits into from Apr 10, 2023
Merged

refactor: squash proof api #9351

merged 4 commits into from Apr 10, 2023

Conversation

guanbinrui
Copy link
Member

@guanbinrui guanbinrui commented Apr 10, 2023

Description

Closes MF-3990

Type of change

  • Documentation
  • Code refactoring (Restructuring existing code w/o changing its observable behavior)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (a fix or feature that would make something no longer possible to do/require old user must upgrade their Mask Network to this new version)

Previews

Checklist

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
    • I have removed all in development console.logs
    • I have removed all commented code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have read Internationalization Guide and moved text fields to the i18n JSON file.

If this PR depends on external APIs:

  • I have configured those APIs with CORS headers to let extension requests get passed.
    • chrome extension: chrome-extension://[id]
    • firefox extension: moz-extension://[id]
  • I have delegated all web requests to the background service via the internal RPC bridge.

@guanbinrui guanbinrui added this to the 2.19.0 milestone Apr 10, 2023
@guanbinrui guanbinrui merged commit 31b0328 into release/2.19.0 Apr 10, 2023
11 checks passed
@guanbinrui guanbinrui deleted the fix/squash-proof-api branch April 10, 2023 08:31
guanbinrui added a commit that referenced this pull request Apr 12, 2023
* chore: bump version to 2.19.0

* refactor: improve requests (#9288)

* refactor: createFetchSquashed & createFetchCached

* refactor: remove logs

* fix: not squash when post

* refactor: improve

* refactor: improve api

* refactor: 4337 api

* refactor: debank APIs

* refactor: mask x api

* refactor: twitter identity api

* refactor: remove attrace

* refactor: kv apis

* refactor: scam apis

* refactor: vcent apis

* refactor: naming

* refactor: code style

* refactor: cb abis

* perf(Lens): lazy render lens badges (#9292)

* fix: lens protocol name (#9289)

* fix: show ens name (#9290)

* fix: show ens name

* fix: remove unused code

* fix: twitter api features (#9295)

* perf: improve next id query (#9297)

* fix: missing await (#9299)

* fix: manage token list (#9294)

* perf: improve next id query (#9298)

* perf: improve next id query

* chore: rename

* fix: verify wallet without switch chain (#9300)

* fix: show default selected source (#9291)

* fix: default image size (#9304)

* chore: risk warning ui (#9305)

* fix: invalid user id (#9306)

* fix: mf-3923 distinguishing solana address and tron address (#9296)

mf-3923
for distinguishing Solana address and Tron address

* fix: show default selected source (#9291) (#9301)

* fix: show default selected source (#9291)

* chore: code style

* fix: image tweet text (#9309)

* fix: compose dialog ui (#9307)

* fix: error boundary crash title (#9310)

* fix: dialog height (#9311)

* fix: mf-3930 use scoped chain id (#9303)

* fix: mf-3939 gas might be very low, show as <0.01 (#9312)

* fix: bugfix for connect smartpay (#9313)

* fix: mf-3953 tips settings get cached (#9314)

* fix: several recursive bugs (#9308)

* fix: mf-3932 workaround for the NextId proof API (#9315)

* fix: bugfix for web3 profile (#9317)

* fix: mf-3960 failed to query lens (#9316)

* fix: mf-3959 reset nft inspect dialog tabs (#9318)

* fix(RSS3): mf-3970 support multiple choices in vote feed (#9319)

* fix: lucky drop nft size (#9321)

* fix: approval supported chain list (#9322)

* fix: mf-3968 change icons for social accounts (#9320)

* fix: next id wallets have been verified (#9326)

* fix: field style (#9325)

* fix: mf-3970 linkify vote card (#9328)

* fix: show collection name (#9332)

* perf: token list selection use transition (#9330)

* fix: image size of default (#9327)

* fix: address verify (#9331)

* fix: duplicate proof filter (#9329)

* fix: display gas limit (#9333)

* fix: phantom events (#9334)

* fix: show nft avatar in follow (#9335)

* fix: mm connection (#9336)

* fix: chain sort (#9339)

* fix: mf-3982 increase depth of query lens profiles (#9338)

* chore: sort lucky drop history list (#9340)

* fix: collection verified icon (#9337)

* fix: text ellipsis (#9341)

* fix: mf-3961 get stETH APR (#9323)

* fix: get stETH apr

* chore: add cors host

* refactor: use resolveCrossOriginURL (#9342)

* fix: lint errors (#9345)

* fix: lint errors

* fix: test case

* refactor: code style

* fix: close the duplicated dialog (#9346)

* fix: bugfix for redpacket and lens (#9349)

* fix: simplehash api (#9350)

* refactor: squash proof api (#9351)

* fix: squash proof api

* chore: debug

* refactor: remove cache of KV APIs

* refactor: remove debug

* fix: mf-3983 user identity might not been resolved while resolving visiting's (#9352)

* fix: availabel balance (#9354)

* fix: invalid available balance (#9355)

* fix: image encryption (#9353)

* fix: load vcent (#9357)

* fix: type error (#9356)

* fix: nft lucky drop gas cap (#9360)

* chore: remove encrypted text when using image encryption (#9361)

* fix: cannot contain / in a part of identifier (#9359)

* fix: remove creator royalties label in nft dialog (#9369)

* fix: verified icon of ens (#9368)

* fix: set image encrypted to empty (#9367)

Co-authored-by: nuanyang233 <nuanyang233@gmail.com>

* fix: font size of collection name (#9371)

* fix: chain sort (#9358)

* fix: chain sortw

* fix: cspell

* fix: tsc error

* fix: remove console

* fix: reply review

* refactor: code style

---------

Co-authored-by: guanbinrui <guanbinrui@mask.io>

---------

Co-authored-by: UncleBill <billbill290@gmail.com>
Co-authored-by: lelenei <72531217+lelenei@users.noreply.github.com>
Co-authored-by: nuanyang233 <nuanyang233@gmail.com>
Co-authored-by: Hancheng Zhou <z308114274@gmail.com>
Co-authored-by: Jack Works <jackworks@protonmail.com>
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.

None yet

1 participant