Mohanson
Mohanson
In ckb-vm v0.22.0, we removed the AOT mode code. Instead, we created a new repository: [nervosnetwork/ckb-vm-aot](https://github.com/nervosnetwork/ckb-vm-aot) Since godwoken depends on ckb, it need to wait for [ckb](https://github.com/nervosnetwork/ckb/pull/3650) to update ckb-vm...
Hi, I'm a virtual machine developer and I'm looking for a compliance test set for V extension(1.0.0), but I seem to be lost, can I ask for help here?
Consistent with ckb. https://github.com/nervosnetwork/ckb/commit/81a6f6d125972ab843787068530958e611459355
In this PR, we refactored the implementation of spawn. The refactored syscall API is defined as follows: https://github.com/XuJiandong/ckb-c-stdlib/blob/syscall-spawn/ckb_syscall_apis.h#L54-L68. Review Introduction: https://github.com/nervosnetwork/ckb/pull/4380#issuecomment-2058070291 Documentation: https://github.com/nervosnetwork/rfcs/pull/436
PR for ckb: https://github.com/nervosnetwork/ckb/pull/4380
Consider when A FTP Server is on Linux LVS, which means the VIP(Virtual IP) != RealIP. `func (ftp *FTP) Pasv() (port int, err error)` only return a port, and `func...
Fix: When FTP server don't support Communication + Data encrypted, create data conn failed.
考虑到以下的几个方面, 我提议将 cita 分支替代 master 作为 cita-vm 的默认分支 1. cita-vm 当前的 master 分支在过去一段时间做了一些不必要的尝试, 比如多 interpreter 支持; 这对于 cita 项目而言并不需要. 2. 在 cita 分支上, cita 团队做了大量的兼容性与错误修改, 这使得 cita 分支比起 master 分支更加契合...
Note: Currently I use ```sh numext-fixed-uint = { git = "https://github.com/yangby-cryptape/rust-numext", branch = "fix-div-slow-bug" } ``` in dependencies because @yangby-cryptape tell me It may take some times to waiting for...
See: [https://github.com/cryptape/cita-vm/pull/31#discussion_r260114674](https://github.com/cryptape/cita-vm/pull/31#discussion_r260114674) First of all, we already have 2 layer caches in use when call `get_storage`: ``` Call get_storage() ⬇ Account.storage_changes ⬇ K-V Cache on DB ⬇ Disk DB ```...