Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Releases: pontem-network/dove

1.3.2

31 Aug 11:12
4d4612f

Choose a tag to compare

Changelog 1.3.2…1.3.1

Changelog 1.3.1…1.3.0

  • Bumped vcpkg (#134) Β·
  • Update readme (#135) Β·
  • Prover: Fixed the logic of getting paths. (#130) Β·
  • cargo install --path dove broke recently (#132) Β·
  • dove --version show full version info (#128) Β·
  • Added module functions support (#126) Β·

Changelog 1.3.0…1.2.8

1.3.1

31 Aug 10:05
1c3cd8d

Choose a tag to compare

1.3.1 Pre-release
Pre-release

Changelog 1.3.1…1.3.0

  • Bumped vcpkg (#134) Β·
  • Update readme (#135) Β·
  • Prover: Fixed the logic of getting paths. (#130) Β·
  • cargo install --path dove broke recently (#132) Β·
  • dove --version show full version info (#128) Β·
  • Added module functions support (#126) Β·

Changelog 1.3.0…1.2.8

1.3.0

26 Aug 09:34
9283954

Choose a tag to compare

Changelog 1.3.0…1.2.8

  • Fix for error mapping (#109) Β·
  • Added system signers alias. (#112) Β·
  • bump dove version following #109 & #112 Β·
  • Dove: removing unused external dependencies (#110) Β·
  • Dove: local git for test dependencies (#115) Β·
  • Update init.rs (#120) Β·
  • Diff for DoveIndex (#118) Β·
  • Update diem version up to 1.3 (#114) Β·
    • update tests for dove 1.3 (#119)
    • moved the test.git from dove/target to move-tools/target (#123)
    • Dove: Manifest for prover (#121)
    • Added prebuild dependence interface before build (#122)

1.2.8

04 Aug 11:25
a887ff4

Choose a tag to compare

Changelog 1.2.8…1.2.7

  • Added system signers to the tx command (#108) Β·

Changelog 1.2.7…1.2.5

  • Rename dove.man to doveindex.toml (#102) Β·
  • Fix for tx address parser (#101) Β·
  • (CI) bump vcpkg version (#103, #107)
  • Dove: testing dependencies (#90) Β·
    • Local repository hash normalization (#104)
    • Test for: looping in dependencies (#95)
    • Don't run scripts from dependencies (#93)
    • Bug fix for windows: git2 path too long (#91)
  • Dove run or dove tx : hints changed (#96) Β·

1.2.7

03 Aug 15:57
b0feb70

Choose a tag to compare

1.2.7 Pre-release
Pre-release

Changelog 1.2.7…1.2.5

  • Rename dove.man to doveindex.toml (#102) Β·
  • Fix for tx address parser (#101) Β·
  • (CI) bump vcpkg version (#103, #107)
  • Dove: testing dependencies (#90) Β·
    • Local repository hash normalization (#104)
    • Test for: looping in dependencies (#95)
    • Don't run scripts from dependencies (#93)
    • Bug fix for windows: git2 path too long (#91)
  • Dove run or dove tx : hints changed (#96) Β·

1.2.5

15 Jul 15:14
851792d

Choose a tag to compare

Changelog 1.2.5…1.2.4

  • ci: fix changlog gen (#89) Β·
  • Remove revision from version in dove version check (#88) Β·

1.2.4…1.2.3

  • Dove tx + run: multiple scripts in one file (#70) Β·
  • ci: fix new release (#78) Β·
  • Fix decompiler tests Β·
  • Fix tx command Β·
  • Revert executor changes Β·
  • Remove old builder Β·
  • Resolve conflict Β·
  • Fix prover Β·
  • Compiler refactoring (#81) Β·
  • Nix build/environment support (#80) Β·
  • dove tx: changes for the signers type (#82) Β·
  • dove build :: git :: message when there is no network (#84) Β·
  • added version check for dove with semver (#85) Β·

1.2.3…1.2.1

  • Add dove prove subcommand Β·
  • Fix compilation Β·
  • Rename layout fields Β·
  • Implement support for {{sender}} placeholders Β·
  • Fix output paths Β·
  • Changed project name validation. Β·
  • Remove git history after checkout. Β·
  • Changed metadata local_path for git dependencies. Β·
  • Hide dove prove subcommand behind a feature gate Β·
  • Add account_address to prover config Β·
  • Expect z3 in PATH for prover Β·
  • Remove redundant env_logger Β·
  • Remove ConstPool Β·
  • Extended metadata. Added local dependencies to the git packages. Β·
  • Merge pull request #62 from pontem-network/some_fix Β·
  • Fix for error mapping. Β·
  • Removed unused dependency. Β·
  • Merge pull request #64 from pontem-network/fix_for_build_panic Β·
  • Fix dependencies Β·
  • Dove: formatting output Β·
  • Merge pull request #63 from pontem-network/ponc-151-constpool Β·
  • Dove: remove #![allow(dead_code)] in test (#56) Β·
  • Simplify output Β·
  • Add prover artifacts directory to manifest Β·
  • Merge pull request #55 from pontem-network/ponc-69-move-prover Β·
  • grammatical mistakes Β·
  • fix + test: dove fn_name(###) -t ### Β·
  • Merge pull request #69 from pontem-network/fix-clippy-branches-sharing-code Β·
  • Merge pull request #54 from pontem-network/output_formatting_dove Β·
  • Refactor explain_effects functions Β·
  • Use diem/resource-viewer to pretty-print resources Β·
  • Added ChangeType enum to replace string-typing in explain.rs Β·
  • Impement event pretty-printing Β·
  • Fix ChangeType usage Β·
  • Refactor ResourceChange Β·
  • Refactor explain_effects Β·
  • Remove unused functions in explain module Β·
  • Remove unused format_resource_change function Β·
  • Simplify ident function Β·
  • Move all indents by one to the left Β·
  • Use slices in ExplainedTransactionEffects API Β·
  • Fix executor tests Β·
  • Merge pull request #68 from pontem-network/ponc-150-resource-output Β·
  • $ dove metadata --validate Β· and tests Β·
  • Removing line number from an error Β·
  • Merge pull request #61 from pontem-network/fix_dove_create_transaction Β·
  • Refactor index building Β·
  • Handle transitive deps in Index::build Β·
  • Fix git deps path Β·
  • Merge pull request #72 from pontem-network/ponc-153-index-build Β·
  • Add doc-gen feature (#74) Β·
  • changing in "dove run" similar to "dove tx" Β·
  • Update dove/src/transaction.rs Β·
  • Step 1: straightforward rewrite of prepare_arguments Β·
  • Simplify prepare_arguments signature Β·
  • Bonus: use macro to compact code even more Β·
  • Merg...
Read more

1.2.4

15 Jul 13:10
6e22303

Choose a tag to compare

1.2.4 Pre-release
Pre-release

Changelog 1.2.4…1.2.3

  • Dove tx + run: multiple scripts in one file (#70) Β·
  • ci: fix new release (#78) Β·
  • Fix decompiler tests Β·
  • Fix tx command Β·
  • Revert executor changes Β·
  • Remove old builder Β·
  • Resolve conflict Β·
  • Fix prover Β·
  • Compiler refactoring (#81) Β·
  • Nix build/environment support (#80) Β·
  • dove tx: changes for the signers type (#82) Β·
  • dove build :: git :: message when there is no network (#84) Β·
  • added version check for dove with semver (#85) Β·

1.2.3

08 Jul 11:46

Choose a tag to compare

1.2.3 Pre-release
Pre-release

Changelog 1.2.3…1.2.1

  • Add dove prove subcommand Β·
  • Fix compilation Β·
  • Rename layout fields Β·
  • Implement support for {{sender}} placeholders Β·
  • Fix output paths Β·
  • Changed project name validation. Β·
  • Remove git history after checkout. Β·
  • Changed metadata local_path for git dependencies. Β·
  • Hide dove prove subcommand behind a feature gate Β·
  • Add account_address to prover config Β·
  • Expect z3 in PATH for prover Β·
  • Remove redundant env_logger Β·
  • Remove ConstPool Β·
  • Extended metadata. Added local dependencies to the git packages. Β·
  • Merge pull request #62 from pontem-network/some_fix Β·
  • Fix for error mapping. Β·
  • Removed unused dependency. Β·
  • Merge pull request #64 from pontem-network/fix_for_build_panic Β·
  • Fix dependencies Β·
  • Dove: formatting output Β·
  • Merge pull request #63 from pontem-network/ponc-151-constpool Β·
  • Dove: remove #![allow(dead_code)] in test (#56) Β·
  • Simplify output Β·
  • Add prover artifacts directory to manifest Β·
  • Merge pull request #55 from pontem-network/ponc-69-move-prover Β·
  • grammatical mistakes Β·
  • fix + test: dove fn_name(###) -t ### Β·
  • Merge pull request #69 from pontem-network/fix-clippy-branches-sharing-code Β·
  • Merge pull request #54 from pontem-network/output_formatting_dove Β·
  • Refactor explain_effects functions Β·
  • Use diem/resource-viewer to pretty-print resources Β·
  • Added ChangeType enum to replace string-typing in explain.rs Β·
  • Impement event pretty-printing Β·
  • Fix ChangeType usage Β·
  • Refactor ResourceChange Β·
  • Refactor explain_effects Β·
  • Remove unused functions in explain module Β·
  • Remove unused format_resource_change function Β·
  • Simplify ident function Β·
  • Move all indents by one to the left Β·
  • Use slices in ExplainedTransactionEffects API Β·
  • Fix executor tests Β·
  • Merge pull request #68 from pontem-network/ponc-150-resource-output Β·
  • $ dove metadata --validate Β· and tests Β·
  • Removing line number from an error Β·
  • Merge pull request #61 from pontem-network/fix_dove_create_transaction Β·
  • Refactor index building Β·
  • Handle transitive deps in Index::build Β·
  • Fix git deps path Β·
  • Merge pull request #72 from pontem-network/ponc-153-index-build Β·
  • Add doc-gen feature (#74) Β·
  • changing in "dove run" similar to "dove tx" Β·
  • Update dove/src/transaction.rs Β·
  • Step 1: straightforward rewrite of prepare_arguments Β·
  • Simplify prepare_arguments signature Β·
  • Bonus: use macro to compact code even more Β·
  • Merge pull request #66 from pontem-network/change_to_dove_run Β·
  • Merge pull request #67 from pontem-network/validate_dove_manifest Β·
  • Specific version of indexmap (#75) Β·

Formally current version should be 1.2.25 aproximatelly. We should not miss to bump patch part for each patch.

1.2.2

17 Jun 08:56
40731f5

Choose a tag to compare

Please wait build completions for:

  • Build Release Tools
  • Build Release Ext

Changelog 1.2.2…1.2.1

  • Changed project name validation. βƒ—
  • Remove git history after checkout. βƒ—
  • Changed metadata local_path for git dependencies. βƒ—
  • Extended metadata. Added local dependencies to the git packages. βƒ—
  • Merge pull request #62 from pontem-network/some_fix βƒ—
  • Fix for error mapping. βƒ—
  • Removed unused dependency. βƒ—
  • Merge pull request #64 from pontem-network/fix_for_build_panic βƒ—

Changelog 1.2.1…1.2.0

  • Use project account address as default script signer. βƒ—
  • Remove authors from manifest. βƒ—
  • Rename target to artifacts. Resolved naming collision with cargo. βƒ—
  • Added minimal flag for new and init. βƒ—
  • Rename packages. βƒ—
  • Fixed typos. βƒ—
  • Merge pull request #53 from pontem-network/fixset βƒ—
  • Add integration tests for Dove (#48) βƒ—
  • Dove: URL validation for blockchain_api (#52) βƒ—
  • Dove: colored Write trait object instead of hardcoded Stdout for command line output (#49) βƒ—
  • Bump dove version. βƒ—
  • Bump dove version (#59) βƒ—
  • Dove: fix CI failure introduced by stdout stream change (#57) βƒ—

1.2.1

11 Jun 09:52
e3a43b2

Choose a tag to compare

Changelog 1.2.1…1.2.0

  • Use project account address as default script signer. βƒ—
  • Remove authors from manifest. βƒ—
  • Rename target to artifacts. Resolved naming collision with cargo. βƒ—
  • Added minimal flag for new and init. βƒ—
  • Rename packages. βƒ—
  • Merge pull request #53 from pontem-network/fixset βƒ—
  • Add integration tests for Dove (#48) βƒ—
  • Dove: URL validation for blockchain_api (#52) βƒ—
  • Dove: colored Write trait object instead of hardcoded Stdout for command line output (#49) βƒ—
  • Bump dove version. βƒ—
  • Bump dove version (#59) βƒ—
  • Dove: fix CI failure introduced by stdout stream change (#57) βƒ—