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

[TAS-1968] 👽️ Add auth to Arweave upload API #494

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

williamchong
Copy link
Member

@williamchong williamchong requested review from nwingt, AuroraHuang22 and a team October 28, 2024 09:40
@williamchong williamchong changed the title [TAS-1908] 👽️ Add auth to arweave upload api [TAS-1968] 👽️ Add auth to arweave upload api Oct 28, 2024
@likecoin likecoin deleted a comment from notion-workspace bot Oct 28, 2024
Copy link

Copy link

@@ -286,6 +287,7 @@ export default class IscnUploadForm extends Vue {
@walletModule.Getter('getSigner') signer!: OfflineSigner | null
@walletModule.Action('initIfNecessary') initIfNecessary!: () => Promise<any>
@walletModule.Getter('getWalletAddress') address!: string
@bookApiModule.Getter('getToken') getToken!: string
Copy link
Member

Choose a reason for hiding this comment

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

why name getToken instead token if this is not a function?

Copy link
Member Author

Choose a reason for hiding this comment

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

it seems all getter is named as getxxx in this repo...

@nwingt nwingt changed the title [TAS-1968] 👽️ Add auth to arweave upload api [TAS-1968] 👽️ Add auth to Arweave upload API Oct 31, 2024
@williamchong williamchong marked this pull request as ready for review October 31, 2024 09:40
@williamchong williamchong merged commit b4d8f90 into likecoin:main Oct 31, 2024
1 check 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.

2 participants