starcoinorg / starcoin

Starcoin - A Move smart contract blockchain network that scales by layering
Apache License 2.0
1.38k stars 289 forks source link

[Bug Report][compiler-v2] move vector in move_stdlib.rs in right place #4171

Open nkysg opened 3 months ago

nkysg commented 3 months ago

Bug Report

Starcoin version:

in new move language, vector become instruction. so we need to move vector from move_stdlib.rs into instr.rs

https://github.com/starcoinorg/starcoin/blob/3ba2211ef2308fc7e72cd9a607bb41955e11783c/vm/gas-algebra-ext/src/move_stdlib.rs#L30-L37

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

insert short code snippets here

Other information: