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

Feat/stellar contract #36

Merged
merged 37 commits into from
Aug 8, 2024
Merged

Feat/stellar contract #36

merged 37 commits into from
Aug 8, 2024

Conversation

cryingraven
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Jul 5, 2024

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

Name Status Preview Comments Updated (UTC)
grantpicks ❌ Failed (Inspect) Aug 8, 2024 8:29am

Copy link
Collaborator

@lachlanglen lachlanglen left a comment

Choose a reason for hiding this comment

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

Please check out finished NEAR contract and implement updates to Stellar contract to ensure cross-chain parity.

stellar/contract/round/src/internal.rs Outdated Show resolved Hide resolved
stellar/contract/round/src/internal.rs Show resolved Hide resolved
stellar/contract/round/src/internal.rs Show resolved Hide resolved
stellar/contract/round/src/storage_key.rs Outdated Show resolved Hide resolved
stellar/contract/round/src/voter_writer.rs Outdated Show resolved Hide resolved
stellar/contract/round/src/internal.rs Show resolved Hide resolved
stellar/contract/round/src/internal.rs Outdated Show resolved Hide resolved
stellar/contract/round/src/pair.rs Show resolved Hide resolved
stellar/contract/round/src/pair.rs Show resolved Hide resolved
stellar/contract/round/src/internal.rs Outdated Show resolved Hide resolved
@cryingraven
Copy link
Collaborator Author

i have some update. i have finished almost all parities locally but the generated wasm (94 KB) is exceed from stellar wasm limit 64 KB.

@cryingraven
Copy link
Collaborator Author

cryingraven commented Aug 1, 2024

I already fix size issue by remove external type and using single type. i will continue to refactor the code according to your review and near contract

@cryingraven cryingraven merged commit 66985d1 into develop Aug 8, 2024
1 of 2 checks 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.

[FEATURE] Round Contract [FEATURE] Round Factory [FEATURE] Create Project Registry Contract
3 participants