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

regenerate sdk #808

Merged
merged 3 commits into from
Dec 12, 2024
Merged

regenerate sdk #808

merged 3 commits into from
Dec 12, 2024

Conversation

dirtycajunrice
Copy link
Contributor

Changes

How this PR will be tested

  • Open the dashboard and click X. Result: A modal should appear.
  • Call the /foo/bar API. Result: Returns 200 with "baz" in the response body.

Output

(Example: Screenshot/GIF for UI changes, cURL output for API changes)

Copy link
Contributor Author

dirtycajunrice commented Dec 10, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dirtycajunrice dirtycajunrice marked this pull request as ready for review December 10, 2024 22:14
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
Copy link
Contributor

@arcoraven arcoraven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why every file's whitespace got changed. Is this intended or expected?

.idea/.gitignore Outdated Show resolved Hide resolved
@@ -123,7 +123,7 @@ export async function withAuth(server: FastifyInstance) {
}
// Allow this request to proceed.
return;
} else if (error) {
}if (error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be newlines

@dirtycajunrice dirtycajunrice enabled auto-merge (squash) December 12, 2024 00:19
@dirtycajunrice dirtycajunrice merged commit 0a8c39f into main Dec 12, 2024
4 of 6 checks passed
@dirtycajunrice dirtycajunrice deleted the 12-10-regenerate_sdk branch December 12, 2024 00:28
arcoraven added a commit that referenced this pull request Dec 31, 2024
Co-authored-by: Phillip Ho <arcoraven@gmail.com>
Signed-off-by: Phillip Ho <arcoraven@gmail.com>
arcoraven added a commit that referenced this pull request Dec 31, 2024
* regenerate sdk (#808)

Co-authored-by: Phillip Ho <arcoraven@gmail.com>
Signed-off-by: Phillip Ho <arcoraven@gmail.com>

* bump sdk version (#813)

Signed-off-by: Phillip Ho <arcoraven@gmail.com>

* update workflow action versions (#812)

Signed-off-by: Phillip Ho <arcoraven@gmail.com>

* fix all biome errors (#815)

* bump yarn to berry

* fix all biome errors

* bring back pinned resolved deps, fix whitepsace

---------

Co-authored-by: Phillip Ho <arcoraven@gmail.com>
Signed-off-by: Phillip Ho <arcoraven@gmail.com>

* get-balance and get-all-events migrated to v5 (#816)

Signed-off-by: Phillip Ho <arcoraven@gmail.com>

* thirdweb version bump (#818)

thirdweb sdk version bump to v5.78.0

Signed-off-by: Phillip Ho <arcoraven@gmail.com>

* chore: fix some typos in comment

Signed-off-by: toofooboo <cmaker@foxmail.com>
Signed-off-by: Phillip Ho <arcoraven@gmail.com>

---------

Signed-off-by: Phillip Ho <arcoraven@gmail.com>
Signed-off-by: toofooboo <cmaker@foxmail.com>
Co-authored-by: Nicholas St. Germain <nick@cajun.pro>
Co-authored-by: Nischit Prasad Nhuchhe Pradhan <nischitpra@gmail.com>
Co-authored-by: toofooboo <cmaker@foxmail.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.

2 participants