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

Memory Usage Optimization within Solidity Structs #2

Open
TechWizard9999 opened this issue Mar 14, 2024 · 0 comments
Open

Memory Usage Optimization within Solidity Structs #2

TechWizard9999 opened this issue Mar 14, 2024 · 0 comments
Labels
bug Something isn't working easy good first issue Good for newcomers

Comments

@TechWizard9999
Copy link
Contributor

Improve how data is stored in the Property struct within Contract.sol to ensure it works correctly.

@TechWizard9999 TechWizard9999 added bug Something isn't working easy good first issue Good for newcomers labels Mar 14, 2024
vishal18713 added a commit to vishal18713/realty that referenced this issue Mar 15, 2024
- [x] Added Memory keyword for string datatype
- [x] Memory usage Optimization
- [x] Made function payable and transferred nft after successful
  transfer of funds to the user
- [x] remove unnecessary code and optimized the function for seller
- [x] added visiblity keyword external for ERC721 interface
- [x] Completed the deployment script of Contract.sol
This was referenced Mar 15, 2024
This was referenced Mar 17, 2024
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant