Commit 5ec993c
committed
Make dependencies into workspace dependencies.
The once_cell dependency has been removed entirely and replaced
with equivalent types from std.
Relatedly, in ledger/store/src/helpers/rocksdb/internal/mod.rs,
I commuted what was a Mutex<Lazy<..>> into a Lazy<Mutex<..>>, which
was likely the intent.
There were previously many renames of crate dependencies. I've undone
some of these renames, as I think they just make it harder to follow
which crate is which. But some I've kept (now done by
`extern original_name as new_name` as workspace dependencies can't
be renamed in the other way), largely just to avoid having an even
larger diff.1 parent dfa206a commit 5ec993c
File tree
332 files changed
+2123
-2745
lines changed- algorithms
- src
- polycommit
- kzg10
- sonic_pc
- snark/varuna
- ahp
- indexer
- prover
- round_functions
- data_structures
- circuit
- account
- src
- compute_key
- helpers
- graph_key
- private_key
- signature
- helpers
- view_key
- algorithms
- src
- bhp
- hasher
- elligator2
- keccak
- pedersen
- poseidon
- collections
- src
- kary_merkle_tree
- helpers
- merkle_tree
- helpers
- environment
- src
- helpers
- network
- src
- program
- src
- data
- access
- ciphertext
- identifier
- literal
- cast
- plaintext
- record
- entry
- helpers
- id
- request
- response
- state_path
- types
- address
- src
- helpers
- boolean
- src
- field
- src
- group
- src
- integers
- src
- scalar
- src
- helpers
- src
- string
- src
- console
- account
- algorithms
- collections
- network
- environment
- src
- helpers
- src
- program
- src
- data/plaintext
- owner
- types
- address
- boolean
- field
- group
- integers
- scalar
- string
- curves
- src
- templates
- short_weierstrass_jacobian
- twisted_edwards_extended
- traits
- fields
- src
- traits
- ledger
- authority
- src
- benches
- block
- src
- header
- ratify
- solutions
- transactions
- confirmed
- transaction
- deployment
- execution
- fee
- committee
- src
- narwhal
- batch-certificate
- src
- batch-header
- src
- data
- src
- src
- subdag
- src
- transmission-id
- src
- transmission
- src
- puzzle
- benches
- epoch
- src
- src
- query
- src
- src
- helpers
- store
- src
- block
- confirmed_tx_type
- helpers
- memory
- rocksdb
- internal
- program
- transaction
- transition
- test-helpers
- src
- parameters
- synthesizer
- benches
- process
- benches
- src
- stack
- authorization
- call
- finalize_registers
- finalize_types
- register_types
- registers
- tests
- trace
- inclusion
- program
- src
- traits
- tests
- helpers
- instruction
- snark
- src
- src
- restrictions
- vm
- helpers
- tests
- tests
- utilities
- tests
- utilities
- derives/src
- src
- biginteger
- serialize
- wasm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
332 files changed
+2123
-2745
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments