SHOWING: First 60
"--config-dir",
tempdir.path().to_str().unwrap(),
"index",
"update"
])
.unwrap()
.options
.load_config()
.unwrap(),
Config {
hidden: iter::once(id).collect(),
..Default::default()
}
);
}
#[test]
fn test_derive_var() {
assert_eq!(Options::derive_var(None, None, None, None).unwrap(), None);
assert_eq!(
Options::derive_var(None, None, None, Some("foo")).unwrap(),
Some("foo".into())
);
assert_eq!(
Options::derive_var(None, None, Some("bar"), Some("foo")).unwrap(),
Some("bar".into())
);
assert_eq!(
Options::derive_var(Some("qux"), None, Some("bar"), Some("foo")).unwrap(),
Some("qux".into())
);
assert_eq!(
Options::derive_var(Some("qux"), None, None, Some("foo")).unwrap(),
Some("qux".into()),
);
}
#[test]
fn auth_missing_rpc_pass_is_an_error() {
let options = Options {
bitcoin_rpc_user: Some("foo".into()),
..Default::default()
#44,987,604text"be considered."
msgstr ""
"A recompensa está aberta para envios até o bloco 840000 – o primeiro bloco após o quarto halving. "
"As inscrições incluídas no bloco 840000 ou posterior não serão consideradas."
#: src/bounty/3.md:18
msgid ""
"Both parts use [frequency.tsv](frequency.tsv), a list of words and the "
"number of times they occur in the [Google Books Ngram "
"dataset](http://storage.googleapis.com/books/ngrams/books/datasetsv2.html). "
"filtered to only include the names of sats which will have been mined by the "
"end of the submission period, that appear at least 5000 times in the corpus."
msgstr ""
"Ambas as partes usam [frequency.tsv](frequency.tsv), uma lista de palavras e o número de vezes que elas ocorrem "
"no [conjunto de dados Ngram do Google Books](http://storage.googleapis.com/books/ngrams/books/datasetsv2.html) "
"filtrado para incluir apenas os nomes dos sats que terão sido minerados até o final do período de entrega, que aparecem pelo menos 5.000 vezes no corpus."
#: src/bounty/3.md:24
#44,984,748text color: var(--light-fg);
font-weight: bold;
}
form {
display: flex;
flex-grow: 1;
gap: 1rem;
margin-left: auto;
padding-bottom: 0.25rem;
width: 100%;
}
input[type=text] {
background-color: var(--search-bg);
border-radius: 3px;
border: 1px solid var(--search-border);
color: var(--search-fg);
flex-grow: 1;
min-width: 0;
}
input[type=image] {
margin-top: 0.2rem;
}
dl {
overflow-wrap: break-word;
}
ol, ul {
overflow: hidden;
}
@media (max-width: 38rem) {
nav {
flex-wrap: wrap;
}
}
.block-list {
font-family: monospace, monospace;
list-style-position: inside;
white-space: nowrap;
}
.block {
background-color: var(--light-bg);
border-radius: 0.5%;
margin: 3%;
padding: 0.5%;
text-align: center;
}
.block a {
color: var(--light-fg);
margin-top: 1%;
}
.block h2 {
margin: 1%;
}
.center {
text-align: center;
}
.monospace {
font-family: monospace, monospace;
}
span.common, span.uncommon, span.rare, span.epic, span.legendary, span.mythic {
border-radius: 0.25rem;
#44,983,511text"and UTXOs are normal bitcoin transactions, addresses, and UTXOS in all respects, with the exception that in order to send individual sats, transactions must "
"control the order and value of inputs and outputs according to ordinal theory."
msgstr ""
"Эти надписанные sats могут передаваться с помощью биткоин-транзакций, отправляться на биткоин-адреса и храниться в биткоин UTXO. Эти транзакции, адреса и UTXO "
"во всех отношениях являются обычными биткойн-транзакциями, адресами и UTXOS, за исключением того, что для отправки отдельных sats, транзакции должны "
"контролировать порядок и значение входов и выходов в соответствии с ordinal theory."
#: src/inscriptions.md:15
msgid ""
"The inscription content model is that of the web. An inscription consists of a content type, also known as a MIME type, and the content itself, which is a byte "
"string. This allows inscription content to be returned from a web server, and for creating HTML inscriptions that use and remix the content of other "
"inscriptions."
msgstr ""
#44,981,103text"Модель содержания надписей соответствует модели содержания web. Надпись состоит из типа содержимого, известного также как тип-MIME, и самого содержимого, "
"которое представляет собой байтовую строку. Это позволяет возвращать содержимое надписи с веб-сервера, а также создавать HTML-надписи, использующие и "
"переделывающие содержимое других надписей."
#: src/inscriptions.md:21
msgid ""
"Inscription content is entirely on-chain, stored in taproot script-path spend scripts. Taproot scripts have very few restrictions on their content, and "
"additionally receive the witness discount, making inscription content storage relatively economical."
msgstr ""
"Содержимое надписей полностью находится on-chain и хранится в скриптах taproot script-path spend. Скрипты taproot имеют очень мало ограничений на содержимое и "
"дополнительно получают скидку свидетеля, что делает хранение содержимого надписей относительно экономичным."
#: src/inscriptions.md:26
msgid ""
"Since taproot script spends can only be made from existing taproot outputs, inscriptions are made using a two-phase commit/reveal procedure. First, in the "
#44,981,101text"commit transaction, a taproot output committing to a script containing the inscription content is created. Second, in the reveal transaction, the output "
"created by the commit transaction is spent, revealing the inscription content on-chain."
msgstr ""
"Поскольку траты taproot script-path spend могут осуществляться только из существующих выходов taproot, надписи делаются с помощью двухфазной процедуры commit/"
"reveal. Во-первых, в транзакции commit создается выход taproot, фиксирующий скрипт, содержащий содержимое надписи. Во-вторых, в транзакции reveal созданный "
"транзакцией commit выход расходуется, раскрывая содержимое on-chain надписи."
#: src/inscriptions.md:33
msgid ""
"Inscription content is serialized using data pushes within unexecuted conditionals, called \"envelopes\". Envelopes consist of an `OP_FALSE OP_IF … OP_ENDIF` "
"wrapping any number of data pushes. Because envelopes are effectively no-ops, they do not change the semantics of the script in which they are included, and "
"can be combined with any other locking script."
#44,981,100text Charm::Epic => "epic",
Charm::Legendary => "legendary",
Charm::Lost => "lost",
Charm::Nineball => "nineball",
Charm::Rare => "rare",
Charm::Reinscription => "reinscription",
Charm::Unbound => "unbound",
Charm::Uncommon => "uncommon",
}
}
}
#44,977,336textcementation 175074
indemnities 175426
allgemeinen 175638
atomization 175831
emendations 175884
cytogenetic 175973
newburyport 176029
franchisees 176208
contraption 176298
heartbroken 176357
brittleness 176376
envisioning 176441
cardinality 176639
depressants 176755
candidature 176816
darstellung 176904
malingering 177101
eurocentric 177350
allurements 177413
hendrickson 177481
antidumping 177600
incontinent 177759
brahmaputra 177906
carolinians 177943
inculcation 177997
hypotensive 178547
coarctation 178610
cyclohexane 178979
maladjusted 178995
exhalations 179263
dynamometer 179359
neoplatonic 179560
nightmarish 179636
hypoglossal 179658
interposing 179781
matriarchal 180002
disassembly 180608
bournemouth 180645
breastplate 180805
callousness 180896
campgrounds 180928
imprisoning 181231
cranberries 181362
climatology 181550
dependences 181834
ligamentous 181920
doxorubicin 182089
conscripted 182452
insidiously 182577
implicating 182692
laboratoire 183236
beziehungen 183359
divestiture 183466
anglicanism 183533
#44,975,857text"ou DeFi, que pode centralizar a mineração introduzindo oportunidades para MEV, "
"arte digital e colecionáveis no Bitcoin são improváveis de produzir entidades "
"individuais com poder suficiente para corromper o Bitcoin. A arte é descentralizada."
#: src/faq.md:334
msgid ""
"Inscription users and service providers are incentivized to run Bitcoin full "
"nodes, to publish and track inscriptions, and thus throw their economic "
"weight behind the honest chain."
msgstr ""
"Os usuários de inscrições e provedores de serviços são incentivados a executar "
"nós completos do Bitcoin, a publicar e rastrear inscrições e, assim, colocar seu "
"peso econômico na cadeia honesta."
#: src/faq.md:338
msgid ""
"Ordinal theory and inscriptions do not meaningfully affect Bitcoin's "
"fungibility. Bitcoin users can ignore both and be unaffected."
msgstr ""
"A teoria ordinal e as inscrições não afetam significativamente a fungibilidade "
"do Bitcoin. Os usuários do Bitcoin podem ignorar ambas e não serem afetados."
#: src/faq.md:341
#44,975,212text