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

Polygon Gating (#1168) #1182

Merged
merged 6 commits into from
Aug 7, 2023
Merged

Polygon Gating (#1168) #1182

merged 6 commits into from
Aug 7, 2023

Conversation

mrose17
Copy link
Member

@mrose17 mrose17 commented Jul 28, 2023

Add support for Polygon NFTs, debug mode, and ...:

* polygon url

* polygon url (#1163)

Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>

* Dsuh avatar selection bug (#1162)

* adding inital fix

* changing NFT border selection from imageurl comp to id comp

* chaged indexFind

* debug messages in prod only

---------

Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>

* Dsuh 943 bat gating (#1166)

* first mockup on dev2

* remove cluttered talk, add request payload

* change permission name from BAT-gating to balance as per spec sheet

* Renovate/all minor patch (#1062)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Update all non-major dependencies

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Renovate/node 18.x (#1068)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Update all non-major dependencies (#1057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Pin dependencies (#1056)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1063)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Node.js to v18.16.1

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* aesthetic changes

* updating default gated value to 1 wei

* adding type/enum safety and removing needless futureproofing, using translation rather than string literals

* simple change for dev2 compat

* fix error message + typo

* adding error text for no BAT in BAT-gating

* fixed some optional stuff

* remove unsused prop in NonExpandablePanel

* Avatar selection bug fix for Web3 Brave Talk (#1164)

* adding inital fix

* changing NFT border selection from imageurl comp to id comp

* chaged indexFind

* debug messages in prod only

---------

Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>

* adding japanese translations

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>
Co-authored-by: Marshall T. Rose <mrose17@gmail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update NFT subheader

* adding tooltip

* Dsuh polygon gating (#1170)

* polygon url

* Avatar selection bug fix for Web3 Brave Talk (#1164)

* adding inital fix

* changing NFT border selection from imageurl comp to id comp

* chaged indexFind

* debug messages in prod only

---------

Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>

* BAT gating translations (#1167)

* first mockup on dev2

* remove cluttered talk, add request payload

* change permission name from BAT-gating to balance as per spec sheet

* Renovate/all minor patch (#1062)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Update all non-major dependencies

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Renovate/node 18.x (#1068)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Update all non-major dependencies (#1057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Pin dependencies (#1056)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1063)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Node.js to v18.16.1

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* aesthetic changes

* updating default gated value to 1 wei

* adding type/enum safety and removing needless futureproofing, using translation rather than string literals

* simple change for dev2 compat

* fix error message + typo

* adding error text for no BAT in BAT-gating

* fixed some optional stuff

* remove unsused prop in NonExpandablePanel

* adding japanese translations

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>
Co-authored-by: Marshall T. Rose <mrose17@gmail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update NFT subheader

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>
Co-authored-by: Marshall T. Rose <mrose17@gmail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* added polygon to gating

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>
Co-authored-by: Marshall T. Rose <mrose17@gmail.com>
Co-authored-by: Graham Tackley <gtackley@brave.com>
Co-authored-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mrose17 mrose17 requested a review from tackley July 28, 2023 15:02
@mrose17 mrose17 self-assigned this Jul 28, 2023
@dvdhs dvdhs temporarily deployed to development2 July 28, 2023 17:32 — with GitHub Actions Inactive
@dvdhs dvdhs temporarily deployed to development2 July 31, 2023 16:48 — with GitHub Actions Inactive
@dvdhs dvdhs temporarily deployed to development2 July 31, 2023 20:18 — with GitHub Actions Inactive
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@socket-security
Copy link

socket-security bot commented Aug 1, 2023

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
typescript 4.9.5...5.1.6 None +0/-0 40.1 MB typescript-bot
eslint-config-prettier 8.8.0...8.9.0 None +2/-7 523 kB lydell
jest-environment-jsdom 29.6.1...29.6.2 None +6/-6 216 kB simenb
jest 29.6.1...29.6.2 None +37/-38 2.04 MB simenb
i18next 23.2.11...23.4.1 None +0/-0 585 kB adrai

🚮 Removed packages: eslint@8.45.0, ethers@6.6.4

@mrose17 mrose17 temporarily deployed to staging August 1, 2023 12:37 — with GitHub Actions Inactive
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mrose17 mrose17 temporarily deployed to staging August 1, 2023 12:59 — with GitHub Actions Inactive
* first draft

* adding spam scores to mouseover, show collection id instead of nft id, added copy button

* changing message grammar

* removing console logs

* remove a console log

---------

Co-authored-by: David Suh <davidsuh@Davids-MacBook-Pro.local>
Co-authored-by: Marshall T. Rose <mrose17@gmail.com>
@dvdhs dvdhs temporarily deployed to staging August 1, 2023 16:16 — with GitHub Actions Inactive
@dvdhs dvdhs temporarily deployed to development2 August 1, 2023 16:18 — with GitHub Actions Inactive
@dvdhs dvdhs temporarily deployed to development3 August 1, 2023 16:18 — with GitHub Actions Inactive
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mrose17 mrose17 temporarily deployed to staging August 1, 2023 16:37 — with GitHub Actions Inactive
@dvdhs dvdhs temporarily deployed to development2 August 1, 2023 16:55 — with GitHub Actions Inactive
@dvdhs dvdhs temporarily deployed to development3 August 1, 2023 16:55 — with GitHub Actions Inactive
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mrose17 mrose17 temporarily deployed to staging August 2, 2023 12:47 — with GitHub Actions Inactive
@tackley tackley merged commit ec02fee into prod Aug 7, 2023
6 checks passed
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