move icon indicating copy to clipboard operation
move copied to clipboard

Results 238 move issues
Sort by recently updated
recently updated
newest added

Right now if you run `move package test` inside a package that depends on MoveStdlib and MoveStdlib only, for the first time it'll succeed: ``` BUILDING MoveStdlib BUILDING Foo Running...

bug

I made the previous change to make 0x more prevalent in the account address outputs, but it's clear to me that there are too many ways to display the account...

(This is a port of [pending Diem PR #96](https://github.com/diem/move/pull/96) from the diem/move repo; see latest discussion there.) This PR realizes the 1st step towards an alternative, high fidelity implementation of...

the issue with "transaction ran out of gas" appears again. this time, array arguments in external calls are suspicious. See the following in `ExternalCall.test.js`: ``` // TODO: Error with "Transaction...

See `ExternalCall.move`. As the "TODO" says, it's expected to revert with the reason string which come from the callee. However, it reverts without any string. ``` // TODO: The following...

This note suggests a different, potentially more efficient, simpler and 100% safe implementation of the VMs value representation. The sketched design is influenced by the recent implementation of Move on...

Migrating from other repo ## Motivation - RCs are no longer necessary due to Move's reference safety checks - Some RCs are still needed to update clean/dirty status or hold...

Right now when you run `move package build`, it writes both info and errors to stdout. This creates problems for tools that need to differentiate errors from regular info.

bug
enhancement

As mentioned in #18, we are very restrictive in our character sets today. We had discussed relaxing this late last year, but made no changes yet. We should open up...

enhancement