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

Transaction generator contract updates #85

Merged
merged 17 commits into from
Oct 1, 2023

Conversation

lassemoldrup
Copy link
Contributor

Purpose

Addresses #84.

Changes

More or less a full refactor. The program now takes commands specifying what kind of transaction to send, this is described in the README.

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

@lassemoldrup lassemoldrup linked an issue Sep 20, 2023 that may be closed by this pull request
4 tasks
generator/Cargo.toml Outdated Show resolved Hide resolved
generator/README.md Outdated Show resolved Hide resolved
generator/src/generator.rs Outdated Show resolved Hide resolved
generator/src/generator.rs Outdated Show resolved Hide resolved
generator/src/generator.rs Show resolved Hide resolved
generator/src/generator.rs Outdated Show resolved Hide resolved
generator/src/generator.rs Show resolved Hide resolved
generator/src/generator.rs Outdated Show resolved Hide resolved
generator/src/generator.rs Outdated Show resolved Hide resolved
generator/src/generator.rs Outdated Show resolved Hide resolved
@abizjak abizjak force-pushed the transaction-generator-contract-updates branch 3 times, most recently from bce1185 to 3f527eb Compare October 1, 2023 11:19
@abizjak abizjak force-pushed the transaction-generator-contract-updates branch from 3f527eb to 913b89b Compare October 1, 2023 11:24
@abizjak abizjak merged commit ba33230 into main Oct 1, 2023
20 checks passed
@abizjak abizjak deleted the transaction-generator-contract-updates branch October 1, 2023 11:47
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.

[Transaction generator] Support smart contract updates
2 participants