8000 Pull requests · Cuprate/cuprate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Pull requests: Cuprate/cuprate

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

epee-encoding: add debug module A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-net Area: Related to networking. A-workspace Area: Changes to a root workspace file or general repo file.
#507 opened Jun 6, 2025 by hinto-janai Draft
cuprated/rpc: basic wallet sync support A-binaries Area: Related to binaries. A-consensus Area: Related to consensus. A-rpc Area: Related to RPC. A-storage Area: Related to storage. A-types Area: Related to types.
#505 opened Jun 6, 2025 by hinto-janai Draft
storage: database hotswap A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-storage Area: Related to storage. A-workspace Area: Changes to a root workspace file or general repo file.
#503 opened Jun 5, 2025 by hinto-janai Draft cuprated v0.1.0
fast-sync: update height to 3426816 A-binaries Area: Related to binaries.
#502 opened Jun 4, 2025 by hinto-janai Draft cuprated v0.0.5
Update repo to cuprated 0.0.5 A-binaries Area: Related to binaries. A-book-user Area: Related to the User book. A-books Area: Related to Cuprate's books. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-workspace Area: Changes to a root workspace file or general repo file.
#501 opened Jun 4, 2025 by hinto-janai Draft cuprated v0.0.5
storage: add RuntimeError::ResizedByAnotherProcess A-storage Area: Related to storage. C-fix Category: PRs that fixes code, or issues documenting a fix. I-crash Importance: Cuprate crashes (SIGSEGV, SIGABRT, etc). Use I-ice instead for panics.
#499 opened Jun 3, 2025 by hinto-janai Draft
cuprated/rpc: add JsonFormatter A-binaries Area: Related to binaries. A-book-user Area: Related to the User book. A-books Area: Related to Cuprate's books. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-rpc Area: Related to RPC. A-storage Area: Related to storage. A-workspace Area: Changes to a root workspace file or general repo file. C-feature Category: This is an issue/PR that adds a new feature.
#496 opened May 31, 2025 by hinto-janai Draft
P2P: Add missing check A-p2p Area: Related to P2P. C-fix Category: PRs that fixes code, or issues documenting a fix.
#494 opened May 30, 2025 by YichiZhang0613 Loading…
user-book: doc environment variables A-book-user Area: Related to the User book. A-books Area: Related to Cuprate's books. A-docs Area: Related to documentation.
#491 opened May 28, 2025 by hinto-janai Draft
Add /test A-binaries Area: Related to binaries. A-book-architecture Area: Related to the Architecture book. A-books Area: Related to Cuprate's books. A-ci Area: Related to CI. A-constants Area: Related to constants. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-workspace Area: Changes to a root workspace file or general repo file.
#488 opened May 28, 2025 by hinto-janai Draft
cuprated: add txpool manager A-binaries Area: Related to binaries. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-p2p Area: Related to P2P. A-storage Area: Related to storage. A-workspace Area: Changes to a root workspace file or general repo file.
# 10000 483 opened May 19, 2025 by Boog900 Loading…
ci: extend build environments A-binaries Area: Related to binaries. A-ci Area: Related to CI. A-constants Area: Related to constants. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file.
#480 opened May 14, 2025 by hinto-janai Loading…
Helper: Implements IO timeout wrappers A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-helper Area: Related to cuprate-helper. A-p2p Area: Related to P2P. A-workspace Area: Changes to a root workspace file or general repo file. C-fix Category: PRs that fixes code, or issues documenting a fix.
#466 opened May 12, 2025 by SyntheticBird45 Draft
cuprated --dry-run option A-binaries Area: Related to binaries. A-workspace Area: Changes to a root workspace file or general repo file. C-feature Category: This is an issue/PR that adds a new feature.
#461 opened May 7, 2025 by IznaDev Loading…
cuprated: add Dockerfile A-binaries Area: Related to binaries.
#447 opened Apr 29, 2025 by hinto-janai Draft
cuprated: add command to broadcast tx A-binaries Area: Related to binaries.
#443 opened Apr 13, 2025 by Boog900 Draft
binaries: rpc-compat/ A-binaries Area: Related to binaries. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-workspace Area: Changes to a root workspace file or general repo file.
#422 opened Mar 28, 2025 by hinto-janai Draft
cuprated: add system paths to --version A-binaries Area: Related to binaries. C-feature Category: This is an issue/PR that adds a new feature.
#420 opened Mar 25, 2025 by hinto-janai Loading…
cuprated: add exit command A-binaries Area: Related to binaries. C-feature Category: This is an issue/PR that adds a new feature.
#416 opened Mar 21, 2025 by hinto-janai Draft
P2P: New tx relay protocol A-binaries Area: Related to binaries. A-net Area: Related to networking. A-p2p Area: Related to P2P.
#407 opened Mar 17, 2025 by Boog900 Draft
2024 Rust A-binaries Area: Related to binaries. A-consensus Area: Related to consensus. A-constants Area: Related to constants. A-cryptonight Area: Related to Cryptonight. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-helper Area: Related to cuprate-helper. A-net Area: Related to networking. A-p2p Area: Related to P2P. A-pruning Area: Related to pruning. A-rpc Area: Related to RPC. A-storage Area: Related to storage. A-test-utils Area: Related to test-utils. A-types Area: Related to types. A-workspace Area: Changes to a root workspace file or general repo file. A-zmq Area: Related to ZMQ.
#395 opened Mar 7, 2025 by Boog900 Draft
lints: add #![forbid] lints per crate A-binaries Area: Related to binaries. A-consensus Area: Related to consensus. A-constants Area: Related to constants. A-cryptonight Area: Related to Cryptonight. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-helper Area: Related to cuprate-helper. A-net Area: Related to networking. A-p2p Area: Related to P2P. A-pruning Area: Related to pruning. A-rpc Area: Related to RPC. A-storage Area: Related to storage. A-types Area: Related to types. A-workspace Area: Changes to a root workspace file or general repo file. A-zmq Area: Related to ZMQ. P-low Priority: Low.
#375 opened Jan 26, 2025 by hinto-janai Loading…
binaries: cuprate-changelog A-binaries Area: Related to binaries. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-docs Area: Related to documentation. A-workspace Area: Changes to a root workspace file or general repo file.
#369 opened Jan 19, 2025 by hinto-janai Draft
lints: enable wildcard_imports A-consensus Area: Related to consensus. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-helper Area: Related to cuprate-helper. A-net Area: Related to networking. A-p2p Area: Related to P2P. A-workspace Area: Changes to a root workspace file or general repo file.
#368 opened Jan 17, 2025 by hinto-janai Draft
lints: enable wildcard_enum_match_arm A-binaries Area: Related to binaries. A-consensus Area: Related to consensus. A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-helper Area: Related to cuprate-helper. A-net Area: Related to networking. A-p2p Area: Related to P2P. A-pruning Area: Related to pruning. A-rpc Area: Related to RPC. A-storage Area: Related to storage. A-types Area: Related to types. A-workspace Area: Changes to a root workspace file or general repo file.
#367 opened Jan 17, 2025 by hinto-janai Draft
ProTip! Adding no:label will show everything without a label.
0