Dragan Z
Dragan Z
Context: Good future question to resolve as we move closer to Wasm Acorst being on Mainnet - Will custom actors targeting Wasm be allowed to use float operators? We need...
We tested the following contract in Remix: contract OutputTest { function test() public returns (uint) { return 1; } function testView() public view returns (uint) { return 1; } function...
### Improvement Suggestion: Lotus Miner software is tested on Datacenter hardware prior to public releases Previously released Lotus versions did not always exercise full miner workflows, from sealing to window...
adding a simple epics template **Description** in order to create epics for the core team, we need a simple format to follow and populate. **Tests** In order to test it,...
**Description** We just wanted to add the new epics format for our team, so we don't need to populate items from step 0, for every time when we want to...
**Proposed solution for this work idea** Compile op-program using [TinyGo compiler](https://github.com/tinygo-org/tinygo) which is designed to target embedded platforms and reduce the risk of it using functionality that cannon doesn’t implement....
**Describe the solution you'd like** A local devnet where we can fuzz changes with the chaos-based actor testing, profile throughput on the components, and assert invariants over time. Integrate `op-challenger`, ...
**Describe the solution you'd like** Optimise cannon performance. There’s a range of things that might fit into this category but the key ones are: - Introduce a more space efficient...
**Describe the solution you'd like to see** Currently the preimage data required to execute op-program can only be retrieved from an archive op-geth node using the hash/tree database scheme via...
We wanted to share an idea for some teams to explore about creating "Change Respected Game Type Without Invalidating Withdrawals" **Is your feature request related to a problem? Please describe.**...