Todd Nowacki

Results 50 issues of Todd Nowacki

- Basically had to rewrite the Move Adapter. I wouldn't worry about the lack of code sharing as I think the current adapter can die once we migrate everything.

## Description - Factored out some shared publishing/upgrading logic - Added a "staging" command for publish to compile a package but use it in a later command - Added a...

## Description - Fixed sui-core tests with RGP of 1 ## Test Plan - Updated tests --- If your changes are not user-facing and not a breaking change, you can...

## Description - Reduce memory allocation for abstract stacks in the verifier - Certain operations can introduce multiple copies of the same type on the stack. This run-length style encoding...

## Description TODO: - Support unmetered somehow - Support consensus-commit-prologue and system transactions - Support protocol-config setting ## Test Plan How did you test the new or updated feature? ---...

- Fixed panic caused by bad lexing of doc comments Thanks @otter-sec for the fix! ## Motivation - panics are not good ux ## Test Plan - added a test

- Resurrected dot call syntax - Next PR will add self and a few other additions (or I might add it to this PR as a separate commit) - Built...

Unit tests were recently improved to support location information. We need to improve documentation for new locations in unit tests

enhancement

## Description Stacked on #15267 - Removed the move-model's dependency on the expansion AST, which requires deprecating specs - Removed spec usage from all files - Specs will still parse,...

## Description - In the name of future proofing, reworked paths to work with `copy` and `move` in addition to `&` and `&mut`. These new cases are feature gated so...