Skip to content

Commit

Permalink
[release-tooling] Implement a parser from yaml (aptos-labs#5562)
Browse files Browse the repository at this point in the history
* [release-builder] Implement a parser for the framework release config

* [release-builder] Add consensus config to release config

* [release-tooling] Refactor the common logic for generating proposal.
  • Loading branch information
runtian-zhou authored and areshand committed Dec 17, 2022
1 parent 1a8a760 commit 40f1a3a
Show file tree
Hide file tree
Showing 11 changed files with 719 additions and 82 deletions.
18 changes: 10 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions aptos-move/aptos-release-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ bcs = { git = "https://github.com/aptos-labs/bcs", rev = "2cde3e8446c460cb17b0c1
clap = { version = "3.1.17", features = ["derive"] }
move-core-types = { workspace = true }
move-model = { workspace = true }
serde = { version = "1.0.137", features = ["derive"], default-features = false }
serde_yaml = "0.8.24"
tempfile = "3.3.0"

aptos-temppath = { path = "../../crates/aptos-temppath" }
Expand Down
Loading

0 comments on commit 40f1a3a

Please sign in to comment.