neoneo-go/pkg/vm/compiler
Vsevolod Brekelov 03ff2976ed io: refactoring for using WriteVarBytes instead of WriteLE
goal is to be consistent with C# implementation.
For writing []byte WriteBytes used and for byte - WriteVarByte.
2019-12-03 13:49:33 +03:00
..
analysis.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
codegen.go vm: add bufBinWriter to emit functions in order to catch errors 2019-12-02 13:04:33 +03:00
compiler.go vm: add bufBinWriter to emit functions in order to catch errors 2019-12-02 13:04:33 +03:00
compiler_test.go compiler: drop useless options parameter to Compile() 2019-10-29 13:02:54 +03:00
emit.go io: refactoring for using WriteVarBytes instead of WriteLE 2019-12-03 13:49:33 +03:00
func_scope.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
syscall.go fixed missing syscall transaction.GetHash() (CityOfZion/neo-storm#43) 2019-08-14 19:14:07 +03:00