mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
contract/deployooor: Initial impl of non-native smart contract deployment.
This supports (Re)Deployment of smart contracts, and additionally making them immutable after they have been deployed.
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1229,6 +1229,16 @@ dependencies = [
|
||||
"sqlx",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-deployooor-contract"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"darkfi-sdk",
|
||||
"darkfi-serial",
|
||||
"getrandom",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-derive"
|
||||
version = "0.4.1"
|
||||
|
||||
Reference in New Issue
Block a user