- Seattle, WA
- @Voxelot
Block or Report
Block or report Voxelot
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
How to use Wireshark to troubleshoot remote K8S containers
2===
34Open a shell into your container
5 -
FuelLabs/sway Public
🌴 Empowering everyone to build reliable and efficient smart contracts. -
1,834 contributions in the last year
Less
More
Activity overview
Contributed to
FuelLabs/fuel-core,
FuelLabs/fuel-vm,
FuelLabs/fuel-low-level
and 46 other
repositories
Contribution activity
March 2023
Created 1 repository
- Voxelot/merkle-bench Rust
Created a pull request in FuelLabs/fuel-core that received 14 comments
Prune owned coin idx when inputs are spent
fixes: #1053 Remove owned coin index entries when coins are spent to improve the performance of random-improve based coin selection. Already releas…
+729
−941
•
14
comments
Opened 20 other pull requests in 5 repositories
FuelLabs/fuel-vm
10
merged
FuelLabs/fuel-core
5
merged
FuelLabs/fuel-indexer
3
merged
FuelLabs/fuel-specs
1
merged
FuelLabs/bridge-message-predicates
1
merged
Reviewed 49 pull requests in 8 repositories
FuelLabs/fuel-vm
18 pull requests
- Chain ID included in transaction ID's and predicate owners
-
Missed to use
BlockHeight
in theblock_hash
-
Added
BlockHeight
type and unified the code to use it everywhere - Make verification for binary merkle tree public
- Make SMO instruction take data ptr as an argument
- Relative jump opcodes
- Cache receipts in in-memory BMT during execution
-
Use 32-byte array instead of
Word
for the message nonce -
Retryable messages
fuel-vm
part - add dynamic cfe and cfs
- Refactoring inputs to be named types
-
Use
#![deny(unused_crate_dependencies)]
instead ofudeps
- Make $hp point to the first available byte, instead of the one before it
- Removing almost all unsafe code
- Make call instruction implementation non-recursive
- Unit tests for op functions
- CALL instruction recursion limit
- Make all op functions unit testable
FuelLabs/fuel-core
13 pull requests
-
Release 0.17.6: Revert
receipts
signature back to be aligned with sem ver - Nginx tuneup
- Use sticky session for the client
- Support sticky session in the client
- Update withdrawal proof API to support proving from a block header committed to L1
- Retrayable messages fuel-core part
-
Move out
peer_manager
from behaviour up top2p_service
- Take into account the previous block timestamp during block production
- Prune owned coin idx when inputs are spent
- Actualized the ABI for message to be compatible with last version of the Solidity contracts.
- Support large contract deployments over p2p
-
Used
BASE_AMOUNT
for test with bob to pay for fee - Set tx pointer during block production
FuelLabs/fuel-specs
11 pull requests
- Update gas initialization for predicate estimation
- Add relative jump opcodes
- Remove nested call limit
-
Make
Nonce
as 32 bytes array - Conditional jumps only check for address validity if the condition is true
-
Remove the
messageId
field from the MessageOut Receipt - Document the panic conditions of logd
- Make $hp point to the first available byte, instead of the one before it
- Changes for predicate gas metering
- Add nested call limit
- Chain Identifier
FuelLabs/bridge-message-predicates
2 pull requests
FuelLabs/fuel-docs
2 pull requests
FuelLabs/faucet
1 pull request
FuelLabs/sway
1 pull request
FuelLabs/fuelup
1 pull request
Created an issue in FuelLabs/fuel-core that received 5 comments
Prune spent coins from OwnedCoins column
The explorer doesn't need to query previously spent coins by owner, so we should prune spent coins from this index to speed up coin selection.
5
comments