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

Create extensible Bulk Txn Submit script #13386

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

igor-aptos
Copy link
Contributor

It can be used for submitting transactions from single account, it can be used for submitting transactions from a pool of worker accounts.

It can be used for submitting list of transactions from a file.

Description

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Performance improvement
  • Refactoring
  • Dependency update
  • Documentation update
  • Tests

Which Components or Systems Does This Change Impact?

  • Validator Node
  • Full Node (API, Indexer, etc.)
  • Move/Aptos Virtual Machine
  • Aptos Framework
  • Aptos CLI/SDK
  • Developer Infrastructure
  • Other (specify)

How Has This Been Tested?

Key Areas to Review

Checklist

  • I have read and followed the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I identified and added all stakeholders and component owners affected by this change as reviewers
  • I tested both happy and unhappy path of the functionality
  • I have made corresponding changes to the documentation

Copy link

trunk-io bot commented May 22, 2024

⏱️ 50m total CI duration on this PR
Job Cumulative Duration Recent Runs
rust-targeted-unit-tests 25m 🟩
rust-move-tests 13m 🟩
rust-lints 6m 🟥
run-tests-main-branch 4m 🟩
general-lints 2m 🟩
check-dynamic-deps 1m 🟩
semgrep/ci 19s 🟩
file_change_determinator 12s 🟩
file_change_determinator 11s 🟩
permission-check 3s 🟩
permission-check 3s 🟩
permission-check 2s 🟩
permission-check 2s 🟩

🚨 2 jobs on the last run were significantly faster/slower than expected

Job Duration vs 7d avg Delta
rust-move-tests 13m 9m +43%
rust-targeted-unit-tests 25m 18m +34%

settingsfeedbackdocs ⋅ learn more about trunk.io

@igor-aptos igor-aptos force-pushed the igor/emitter_changes_for_bulk_submit_script branch from 32aac12 to 9b6e945 Compare July 2, 2024 17:13
Base automatically changed from igor/emitter_changes_for_bulk_submit_script to main July 2, 2024 17:59
enum DemoCommand {
Submit(Submit),
CreateSampleAddresses(CreateSampleAddresses),
CleanAddresses(CleanAddresses),
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps FilterAddresses or SanitizeAddresses? From the command name, I was imagining this somehow "removed" addresses, such as removing balances from all addresses.

#[derive(Parser, Debug)]
pub struct CleanAddresses {
#[clap(long)]
pub destinations_file: String,
Copy link
Contributor

Choose a reason for hiding this comment

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

destinations_file -> destination_file

Copy link
Contributor

github-actions bot commented Nov 2, 2024

This issue is stale because it has been open 45 days with no activity. Remove the stale label, comment or push a commit - otherwise this will be closed in 15 days.

@github-actions github-actions bot added the Stale label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants