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

Feature: Secure upload mechanism #153

Merged
merged 4 commits into from
Oct 12, 2023
Merged

Conversation

1yam
Copy link
Contributor

@1yam 1yam commented Sep 28, 2023

SDK implementations of : aleph-im/pyaleph#463

@BjrInt BjrInt changed the title Feautre: SDK Feature: Secure upload mechanism Oct 5, 2023
@BjrInt BjrInt self-requested a review October 5, 2023 08:32
@BjrInt BjrInt marked this pull request as ready for review October 5, 2023 08:33
@BjrInt
Copy link
Member

BjrInt commented Oct 5, 2023

Do not merge ⚠️

Depends on : aleph-im/pyaleph#463

Comment on lines 1 to +2
import * as base from "../../accounts/account";
import { ItemType, MessageType, StoreContent, StoreMessage } from "../types";
import { Account } from "../../accounts/account";
Copy link
Member

Choose a reason for hiding this comment

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

Please only use this import :
import { Account } from "../../accounts/account";

And use Account instead of base.Account on line 31 and 102

src/messages/store/publish.ts Outdated Show resolved Hide resolved
src/messages/store/publish.ts Outdated Show resolved Hide resolved
src/messages/store/publish.ts Outdated Show resolved Hide resolved
@BjrInt BjrInt self-requested a review October 12, 2023 16:52
@BjrInt BjrInt merged commit c27c0dc into aleph-im:main Oct 12, 2023
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