Add program and runtime support for Durable Transaction Nonces (#6845)
* Rework transaction processing result forwarding Durable nonce prereq * Add Durable Nonce program API * Add runtime changes for Durable Nonce program * Register Durable Nonce program * Concise comments and bad math * Fix c/p error * Add rent sysvar to withdraw ix * Remove rent exempt required balance from Meta struct * Use the helper
This commit is contained in:
@@ -45,6 +45,7 @@ serde_bytes = "0.11"
|
||||
serde_derive = "1.0.103"
|
||||
serde_json = { version = "1.0.42", optional = true }
|
||||
sha2 = "0.8.0"
|
||||
thiserror = "1.0"
|
||||
ed25519-dalek = { version = "1.0.0-pre.1", optional = true }
|
||||
solana-crate-features = { path = "../crate-features", version = "0.22.0", optional = true }
|
||||
solana-logger = { path = "../logger", version = "0.22.0", optional = true }
|
||||
|
Reference in New Issue
Block a user