Brandon Kite
Brandon Kite
It'd be nice if part of the CI process not only built the docker images but also pushed to crates.io. This would make it far more convenient to use zokrates...
Initial base for the block producer service *WIP* Leveraging ports & adapters architecture to unblock development from depending on other components & also to improve composability & testability. The main...
When a user wants to transfer some funds or pay for gas, they need to call the coinsToSpend API to obtain a set of spendable inputs to use. With the...
yes you can work on the PR for https://github.com/FuelLabs/fuel-core/pull/506/files -> you will need to create the logic - build the docker image - pass the image sha to tag in...
- [x] Setup a benchmark script in “fuel-core/fuel-tests/benches” using Criterion for each opcode in isolation, running against a full node on RocksDB - [x] Criterion Harness using a sync executor...
ref: https://github.com/FuelLabs/fuel-specs/issues/399 Remove the usage of the `owner` field on transaction input messages. It is being subsumed by `recipient`.
The first phase of a single producer network is to operationalize a multi-node network that can gossip transactions. - [x] #480 - [ ] #481 - [ ] #477 -...
We are likely over-using / abusing channels between some services in the client for things that could be simple async fn's. While channels promote loose coupling and simplified dependency injection,...