Computers, democracy, and nervous disorder.
Computers, democracy, and nervous disorder.
- Lisbon
- https://matklad.github.io/
Block or Report
Block or report matklad
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,395 contributions in the last year
Contribution activity
August 2022
Created 14 commits in 3 repositories
Created a pull request in near/nearcore that received 8 comments
fix: fix logical deadlock in the network
We should send ChainInfo to net whenever it changes, but we've missed one case: at the startup, theres' a change due to us getting the initial info…
+186
−135
•
8
comments
Opened 6 other pull requests in 1 repository
Reviewed 26 pull requests in 3 repositories
near/nearcore
24 pull requests
- fix: fix logical deadlock in the network
- deflaked network tests
- feat: simple flat storage
- fixed unchecked subtractions Instant - Duration
- refactor: replace wait actor with function
- NEP-364
- Implemented demultiplexing for rate limiting broadcasts.
- minor: fix a compiler warning on mac
-
Export
extra_telemetry_infoalso in a structured form - feat(o11y): Trace AnnounceAccount callback
- refactor: replace WaitOrTimeoutActor with wait_or_timeout function
- chain: avoid unnecessary Arc::clone
- refactor: replace WaitOrTimeoutActor with wait_or_timeout function
- Update CONTRIBUTING.md to reflect the new code review process
- Provide state proofs from contract state
- Implemented sending signed AccountData by validators
-
refactor: split out more tests from
process_blocks.rs - Skip sending some of the tombstones in shardnet
- [SHRD-135] Don't route the messages through peers that are too far behind
- refactor: Splitting out process_block tests
- deny: remove outdated deny skips
- fix a bug in send_network_chain_info
- Prefer base64 from near_primitives; this puts everyone on same version
- nearcore: deprecate network configurations’s external_address field
near/workspaces-rs
1 pull request
rust-lang/rust
1 pull request
Created an issue in rust-lang/rust that received 3 comments
Subtracting Duration from Instant on Mac is panic-prone
The following program: fn main() { let t = std::time::Instant::now(); let d = std::time::Duration::from_secs(60); eprintln!("{:?}", (t - d).elapsed())
3
comments
1
contribution
in private repositories
Aug 3