You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let ufvk = UnifiedFullViewingKey::new(None, Some(s), None).unwrap();
125
+
126
+
#[cfg(feature = "native")]
127
+
#[tokio::test]
128
+
asyncfntest_post_board(){
129
+
let key_str = "zxviews1q0duytgcqqqqpqre26wkl45gvwwwd706xw608hucmvfalr759ejwf7qshjf5r9aa7323zulvz6plhttp5mltqcgs9t039cx2d09mgq05ts63n8u35hyv6h9nc9ctqqtue2u7cer2mqegunuulq2luhq3ywjcz35yyljewa4mgkgjzyfwh6fr6jd0dzd44ghk0nxdv2hnv4j5nxfwv24rwdmgllhe0p8568sgqt9ckt02v2kxf5ahtql6s0ltjpkckw8gtymxtxuu9gcr0swvz";
130
+
131
+
use zcash_keys::keys::UnifiedFullViewingKey;
132
+
use zcash_primitives::{consensus, constants};
133
+
let db_cache = tempfile::tempdir().unwrap();
134
+
let _db_data = tempfile::NamedTempFile::new_in(db_cache.path()).unwrap();
135
+
136
+
initialize();
137
+
let url = "https://zec.rocks:443";
138
+
let c = tonic::transport::Channel::from_shared(url).unwrap();
139
+
140
+
let tls = tonic::transport::ClientTlsConfig::new()
0 commit comments