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

tools: block generator inner transactions #5506

Merged
merged 35 commits into from
Jun 30, 2023

Commits on Jun 21, 2023

  1. squashing

    Zeph Grunschlag committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fbdfafb View commit details
    Browse the repository at this point in the history
  2. Update tools/block-generator/generator/generate.go

    Co-authored-by: shiqizng <80276844+shiqizng@users.noreply.github.com>
    tzaffi and shiqizng committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8d9d6cc View commit details
    Browse the repository at this point in the history
  3. per CR suggestions - remove init + more detailed commentary for effec…

    …ts map
    Zeph Grunschlag committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6dcf417 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update tools/block-generator/generator/generate.go

    Co-authored-by: shiqizng <80276844+shiqizng@users.noreply.github.com>
    tzaffi and shiqizng committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    aee29e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6d910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480a00d View commit details
    Browse the repository at this point in the history
  4. per CR suggestion: let the default Makefile target do what you think …

    …it should do
    Zeph Grunschlag committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    53c4960 View commit details
    Browse the repository at this point in the history
  5. cleaner clean targets

    Zeph Grunschlag committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    676db87 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. ApplyDataTracer

    Zeph Grunschlag committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    8ba0dc6 View commit details
    Browse the repository at this point in the history
  2. mohae/deepcopy is too damn old

    Zeph Grunschlag committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c8b1547 View commit details
    Browse the repository at this point in the history
  3. verbose on

    Zeph Grunschlag committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    1aa095e View commit details
    Browse the repository at this point in the history
  4. forgot one

    Zeph Grunschlag committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e0a06c7 View commit details
    Browse the repository at this point in the history
  5. per CR suggestion

    Zeph Grunschlag committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    5f4495c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. various improvements around effects

    Zeph Grunschlag committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    291d30f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    6374eb4 View commit details
    Browse the repository at this point in the history
  2. per CR suggestion

    Zeph Grunschlag committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f631aec View commit details
    Browse the repository at this point in the history
  3. more refactorings

    Zeph Grunschlag committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b8d9b9d View commit details
    Browse the repository at this point in the history
  4. return value commentary

    Zeph Grunschlag committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a4654d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. revert EvalTracer changes

    Zeph Grunschlag committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    14e8567 View commit details
    Browse the repository at this point in the history
  2. refactorings

    Zeph Grunschlag committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    18d576d View commit details
    Browse the repository at this point in the history
  3. generate with ApplyData

    Zeph Grunschlag committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    057000b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into tools-blockgen-innertxns

    Zeph Grunschlag committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    00bba28 View commit details
    Browse the repository at this point in the history
  5. commentary

    Zeph Grunschlag committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5004a16 View commit details
    Browse the repository at this point in the history
  6. checkout from master

    Zeph Grunschlag committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f78a97d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. license

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d1ed12b View commit details
    Browse the repository at this point in the history
  2. rename gen --> g for easier searching / consistency

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    297ecd9 View commit details
    Browse the repository at this point in the history
  3. startRound always sets the txnCounter

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    62f4908 View commit details
    Browse the repository at this point in the history
  4. log g.txnCounter _after_ startRound()

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8869206 View commit details
    Browse the repository at this point in the history
  5. revert gen --> g for a smaller diff

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7878d49 View commit details
    Browse the repository at this point in the history
  6. return numTxns instead of intra

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e6a618f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    919af24 View commit details
    Browse the repository at this point in the history
  8. don't forget that inner txns are recursive

    Zeph Grunschlag committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9cc5329 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. per CR - return 0 instead of intra

    Zeph Grunschlag committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ec4e588 View commit details
    Browse the repository at this point in the history
  2. Update tools/block-generator/generator/generate.go

    Co-authored-by: shiqizng <80276844+shiqizng@users.noreply.github.com>
    tzaffi and shiqizng committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3fedf2d View commit details
    Browse the repository at this point in the history
  3. "this should never happen" in error messgae

    Zeph Grunschlag committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c5ae50b View commit details
    Browse the repository at this point in the history