wheeler

Results 4 issues of wheeler

### Context _No response_ ### Bug description node:internal/process/esm_loader:40 internalBinding('errors').triggerUncaughtException( ^ Error: tsx must be loaded with --import instead of --loader The --loader flag was deprecated in Node v20.6.0 at X...

:bug: bug
Stale
:eyes: triage

需要注意的细节: 1,默认管理者(交易发送者)是在合约开始创建时设置的。因此,如果发送者 A 创建合约 B 并在合约构建时设置管理者为 C ,在合约部署后合约的管理者为 C 。 2,然而,如果发送者 A 调用合约 B ,随后合约 B 创建合约 C 并在合约创建时将管理者设置为 D ,则该设置会失败,原因是: C 合约的管理者是 A ,但创建合约 C 的发起者是 B 。 3,Conflux会引入一种特别的规则。在案例2中,如果...

### Description ### Test Procedure ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [x] ✨ New feature (non-breaking change which adds...