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

Fixed PR for Challenge Palta Labs #70

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

JorgeOehrens
Copy link

No description provided.

Copy link

vercel bot commented Sep 3, 2024

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

Name Status Preview Comments Updated (UTC)
create-soroban-dapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 1:09pm
create-soroban-dapp-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 1:09pm

Comment on lines +27 to +28
) {
env.storage().instance().set(&owner, &CV {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Missing owner.require_auth()

If there is no authentication of the owner, anyone could run this method on behalf of any other user, re-setting its previous data.

@joaquinsoza
Copy link
Collaborator

everything else looks good

* Fixed smart contract and check deploy

* fixed error typed for cv structure

* Update interface for control error in update_cv

* Finish challenge
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