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

[wip] workflows improvements #47

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

laruh
Copy link

@laruh laruh commented Jul 31, 2024

  • clippy warnings were fixed
  • rust-toolchain added with channel = "1.80.0"
  • ci.yaml was updated to fmt-lint-test.yaml
  • libsqlite3-sys = { version = "0.28.0", features = ["bundled"] } was added to chaincash_store/Cargo.toml to bundle SQLite into executable

TODOs

  • add dep-audit and move cargo-deny check here from fmt-lint-test
  • pr-lint
  • dev-build and release-build (release should automatically add assets to new published releases)

@laruh laruh changed the title [wip] fix clippy warnings, improve imports order in transactions/notes.rs a… [wip] workflows improvements Jul 31, 2024
laruh added 4 commits August 11, 2024 14:21
# Conflicts:
#	crates/chaincash_offchain/src/note_history.rs
#	crates/chaincash_services/src/transaction.rs
#	crates/chaincash_store/src/ergo_boxes.rs
#	crates/chaincash_store/src/lib.rs
…incompatibility issues with the default rustc version.
replace ci.yaml by fmt-lint-test.yaml,
add libsqlite3-sys "bundled" to store deps.
@laruh laruh marked this pull request as ready for review August 13, 2024 09:17
@laruh laruh marked this pull request as draft August 13, 2024 09:18
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.

1 participant