Tim Zakian

Results 43 issues of Tim Zakian

## Description Describe the changes or additions included in this PR. ## Test Plan How did you test the new or updated feature? --- If your changes are not user-facing...

Stale

## Description Describe the changes or additions included in this PR. ## Test Plan How did you test the new or updated feature? --- If your changes are not user-facing...

Stale

## Description Updates the graphql API to use `datatype` instead of `struct` for non-primitive types. This will make transition when we add enums easier. ## Test Plan Make sure existing...

## Description Changes for supporting enums in the Move binary file format, and core types. ## Test Plan Tested in the PRs above this.

## Description This adds support for transfer-to-object/Receiving tickets in the test scenario. In order to do this a "proper" object store needed to be added to the test scenario since...

WIP WIP: Finish implementation WIP: IR compiler ## Description Describe the changes or additions included in this PR. ## Test Plan How did you test the new or updated feature?...

## Description Add tests to make sure system transactions can't be run with dev-inpsect and dry-run. ## Test Plan Only tests --- If your changes are not user-facing and not...

## Description This PR contains the changes needed for Move enums in sui-types, the protocol config changes (except for bumping the bytecode version), along with other misc/smaller changes that are...

## Description Adds support for Move enums to both graphql and json-rpc. This adds a couple different things. At a high level: 1. Adds an interface `IMoveDatatype` that allows for...

## Description Adds support for Move enums to the Sui package resolver crate along with tests for it. This PR is meant to be a logically-reviewable portion but is not...