Sam Blackshear

Results 120 comments of Sam Blackshear

I think you will need to run `cargo build` in `move-stdlib` to update the errmap for the stdlib to one without these extra spaces.

I think @vgao1996 (who added the VM debug printing logic IIRC), @runtian-zhou, or @tnowacki will be able to suggest a way to test this.

@ea-open-source @jolestar I think connecting Movey package data to Move code published on various chains is an intriguing item for future work. But I do not think we should use...

@ea-open-source working through your questions: > Does this approach make sense to you, or do you have a more orthodox way in mind? Yep, makes a ton of sense. My...

> Movey may also provide each registered user with an api token, and we plan to integrate it to the move-cli tool (either via environment variable or a config file),...

> Does this work with the way Move packages are managed, or is there a better way to recognize a new "download" of a package? After all, our goal is...

> Because of the nature of storing these packages/their compiled binary on chains, it would be super helpful if you can point us in a direction to accomplish this (or...

> Do you mean the current commit hash of the repo when the upload command is performed? If yes we're already including it in the metadata as rev. The build...

> I wonder whether we will end up more with a generic Move package registry, and then still need to have some hub on top of it which is chain...

> So I have a followup question: For the case where both X and Y are owned objects, is it also the case a transaction that assigns ownership of Y...