Todd Nowacki

Results 50 issues of Todd Nowacki

## Description - Added the ability to add a utf8 message to a string. We could maybe alternatively use a `vector`, but if we want to automagically clean up the...

## Description - Draft PR for freezable coins - 2 table solution for quick lookups in either direction - Required some fun parsing in Move, which is really the most...

## Description Test PR for different approaches of private entry rules. Waiting on additional support from the replay tool to specify the epoch range ## Test Plan How did you...

## Description - Removed `signer` from the source language - Fixed various tests and tools ## Test Plan - Updated tests --- If your changes are not user-facing and not...

## Description - WIP for several docs. My layout doesn't _quite_ line up with what was planned. But I kind of hope I can just keep writing and @ronny-mysten can...

## Description - Moved the absint and control_flow_graph modules into their own crate, `move-abstract-interpreter` - Added the crate to the execution cut. The `absint` module was in the bytecode verifier,...

## Description - Most of the usages of the stepped compiler are to simply clone out portions of the AST - Particularly for the move-model and move-model-2 - I added...

## Description - Fixing an issue exposed in #16819. Since Sui lints use the `lint` prefix for suppression, we need to make sure all category/code combos are distinct. - Added...

## Description - Some lints probably want to use the CFGIR, since they are easier to do post optimizations - Cleaned up the linter APIs ## Test plan - internal...

## Description - Added various primitive defining modules for integers. - Particularly useful with method syntax ## Test plan - TODO --- ## Release notes Check each box that your...