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

V4 (LTS): Package whole project source code #46

Merged
merged 34 commits into from
Jan 12, 2024

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Dec 28, 2023

Replicated from: #52.

  • Do not exclude meta/Cargo.lock anymore - they are extremely important if the project is not a Cargo workspace.
  • The file *.source.json now contains the whole packaged source code.
  • The file *.partial.source.json contains only the source code of the contract to be built and the source code of its local dependencies - it should never be used (suffers from incompleteness) . Exists for exotic use-cases, if any.

Also see: https://discord.com/channels/1045353153073258557/1194657415690473482

Add extra integration tests: reproduce previous builds of xExchange etc.

@andreibancioiu andreibancioiu self-assigned this Dec 28, 2023
@andreibancioiu andreibancioiu marked this pull request as ready for review December 29, 2023 13:39
andreibancioiu and others added 24 commits January 2, 2024 15:01
Fix packaging of source code (package whole workspace when needed)
v6 (major release): Use a newer Rust
Bring fix from v6 to v5: handling multi-contracts
…w of secondary importance, exotic, less promoted.
@andreibancioiu andreibancioiu changed the title V4: Add extra tests V4 (LTS): Package whole project source code Jan 11, 2024
@andreibancioiu andreibancioiu merged commit 15a39f4 into release/v4 Jan 12, 2024
2 checks passed
@andreibancioiu andreibancioiu deleted the v4-additional-tests branch January 13, 2024 11:52
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.

None yet

3 participants