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

[Tutorial]: Migrate <Pay/> component to <Checkout/> #1208

Closed
wants to merge 47 commits into from

Conversation

hughescoin
Copy link
Collaborator

@hughescoin hughescoin commented Nov 5, 2024

What changed? Why?

  1. Add new tutorial for Paymaster integration for Wagmi apps
  2. Update links in OCK Fund tutorial
  3. Remove large .gif file from OCK Theme tutorial
  4. Updated tutorial to

Notes to reviewers

How has it been tested?

Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-base-docs ❌ Failed (Inspect) Nov 5, 2024 9:53pm

Copy link

vercel bot commented Nov 5, 2024

@hughescoin is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Nov 5, 2024

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

kirkas and others added 12 commits November 5, 2024 15:42
* discount code temp

* comments

* BE: Proof of concept

* mark/increment code as consumed

* bad code

* bad code

* dry it up

* remove test code

* cleanup and fix

* suspense

* undo change

* refactor: use internal transaction/capacities hooks for registration flow

* refetch basename

* fix: wrong name being used when reverseRecord is false

* prefetch

* ssr code instead of search params

* add banner & code
* use correct chain

* use dynamic chain
* updated farcaster social link

* remove link utm
* Catch up to #1089

* Fix useAggregatedDiscountValidators

* Fix unused var

* PR fixes

* add mainnet address
)

* docs(notices): Add notice for fault proofs on Base

* docs: Denote Base Mainnet in Fault Proofs notice

* docs: Incorporate fault proofs notice revisions

* fix(sidebar): Add link to fault proofs notice
brendan-defi and others added 21 commits November 5, 2024 15:44
* convert basenames claim frame to open frame

* revert changes to FrameTheme

* removing unused imports
* Fix coupon code discount priority + talent protocol discount

* Add talent protocol css classes
* Update terms-of-service.md

* Update terms-of-service.md
* Add addresses for Fault Proof contracts on Mainnet L1

Similar to #656,
but for mainnet.

* Update apps/base-docs/docs/building-with-base/base-contracts.md

Co-authored-by: Alexis Williams <[email protected]>

---------

Co-authored-by: Alexis Williams <[email protected]>
* Update Fault Proof contract addresses for Sepolia

Post-Granite, new implementation contracts were deployed,
but their new addresses were not reflected in the docs.

It is quite simple to independently verify.
The `DisputeGameFactoryProxy` should not have changed.

Staring with the game implementations, simply call the
read method, `gameImpls(uint32)`, to get the implementation
for game type 0 (`FaultDisputeGame`), and 1 (`PermissionedDisputeGame`).

From those addresses, you can then call the game implementations
to get the `MIPS` / VM (`vm()`), and `DelayedWETHProxy` (`weth()`)
addresses.

Sample command:

    cast call --rpc-url <ETH Sepolia RPC URL> 0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1 "gameImpls(uint32)" 0

The `AnchorStateRegistryProxy` should remain unchanged as well.

* Update apps/base-docs/docs/building-with-base/base-contracts.md

Co-authored-by: Alexis Williams <[email protected]>

---------

Co-authored-by: Alexis Williams <[email protected]>
* dynamically import three js libraries

* move all models to models file

* smarter import

* specific import

* dynamic import of rigidbody

* better loading / color / comments
* feat: basename search view profile for name if registered

* better responsive stlying
Bumps [next](https://github.com/vercel/next.js) from 12.2.3 to 14.2.10.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.2.3...v14.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* bump ock version w dropdown fix

* reset

* BaseName -> Basename

* rename imports

* reset

* fix
* github action: check for large files

* fix action

* comment setup

* fix file checker
* IPFS + Cloudinary integration

* faster proxy

* lint

* mb feedback
* add address, attestations and hooks for testnet

* around the world
@hughescoin hughescoin closed this by deleting the head repository Nov 5, 2024
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.