Popular repositories Loading
-
-
casper-node-launcher
casper-node-launcher PublicForked from casper-network/casper-node-launcher
Holds the component to run and upgrade the casper-node.
Rust
-
-
-
-
450 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 11 commits in 1 repository
Created a pull request in FuelLabs/fuel-core that received 7 comments
Add public api tests for tx status manager crate
Description
This PR adds a test that prevents accidental public api changes in the tx_status_manager
crate. If this makes sense we can generalize i…
+424
−0
lines changed
•
7
comments
Opened 8 other pull requests in 1 repository
FuelLabs/fuel-core
2
open
6
merged
-
Add
allow_partial
parameter to the "coins to spend" queryThis contribution was made on Mar 25 -
Fix proptest for tx status manager
This contribution was made on Mar 20
-
Improve
TxStatusManager
tests coverageThis contribution was made on Mar 19 -
Rework
TxStatusManager
testsThis contribution was made on Mar 14 -
Add metrics to
TxStatusManager
serviceThis contribution was made on Mar 13 -
Classify the transactions statuses related to preconfirmations as interim
This contribution was made on Mar 12
-
Do not prune
Submitted
statuses due to TTLThis contribution was made on Mar 11 -
Preconfirmations: Introduce
TxStatusManager
This contribution was made on Mar 3
Reviewed 23 pull requests in 1 repository
FuelLabs/fuel-core
23 pull requests
-
Listen status updates from in TxStatusManager in TxPool
This contribution was made on Mar 25
-
refactor: Get rid of
Deref
impl onImportResult
by introducing wrapper type.This contribution was made on Mar 25 -
fix(version-compatibility): pin async-graphql to 7.0.15
This contribution was made on Mar 20
-
Notify P2P in case of bad preconfirmation message
This contribution was made on Mar 19
-
Rework
TxStatusManager
testsThis contribution was made on Mar 18 -
Link and activate preconfirmations and add integrations tests
This contribution was made on Mar 14
-
Classify the transactions statuses related to preconfirmations as interim
This contribution was made on Mar 14
-
fix(versions): port bump to v0.41.9
This contribution was made on Mar 13
-
Add metrics to
TxStatusManager
serviceThis contribution was made on Mar 13 -
Add expiration check on pending pool and refactor extracted outputs cache
This contribution was made on Mar 13
-
Add new pre confirmed intermediate state in
TxUpdateSender
This contribution was made on Mar 13 -
Do not prune
Submitted
statuses due to TTLThis contribution was made on Mar 12 -
feat: Derive some missing traits for MerkleizedColumn
This contribution was made on Mar 12
-
Preconfirmations: Introduce
TxStatusManager
This contribution was made on Mar 11 -
Applied part of follow-up changes to the
TxStatusManager
This contribution was made on Mar 10 -
(Port) Rework migration logic for historical tables
This contribution was made on Mar 10
-
Revert fix version of symbolic-common dependency
This contribution was made on Mar 6
-
Refactor make create contract helper function available outside of fuel core
This contribution was made on Mar 6
-
fault_proving(storage_traits): refactor to allow usage of arbitrary
TableColumn
This contribution was made on Mar 6 -
fix(modifications_history): Reworked the migration logic for historical tables
This contribution was made on Mar 6
-
fix: Mark (temporarily) dead code with
#[allow(dead_code)]
This contribution was made on Mar 4 -
Refactor: Move ClampedPercentage type to common folder
This contribution was made on Mar 4
-
GraphQL API changes to support pre-confirmations
This contribution was made on Mar 4
Created an issue in FuelLabs/fuel-core that received 1 comment
The status manager should grow a statuses_update()
function which gets an iterator. It should update all received statuses at once and then call the pruning just a single time.
Hmm, that makes me think that maybe the status manager should grow a `statuses_update()` function which gets an iterator. It should update all rec…
1
comment
Opened 9 other issues in 1 repository
FuelLabs/fuel-core
6
open
3
closed
-
Flaky test:
max_functional_peers_connected__nodes_will_discover_new_peers_if_first_peer_is_full
This contribution was made on Mar 25 -
Add read only input/output support
This contribution was made on Mar 25
-
This is a 200+ lines long test, that's a lot of place for bugs in the test itself :)
This contribution was made on Mar 25
-
CoinsToSpend
query should return selected coins even if the amount cannot be coveredThis contribution was made on Mar 24 -
Update places where transaction is considered "Final" by matching on !submitted
This contribution was made on Mar 11
-
Add metrics to the
TxStatusManager
serviceThis contribution was made on Mar 11 -
Write integration tests for the Tx Status Manager module
This contribution was made on Mar 11
-
Transaction statuses flow and type improvements
This contribution was made on Mar 4
-
Introduce dedicated type to store transaction statuses in the storage.
This contribution was made on Mar 4