Author

Topic: Bitcoin Core última versión 0.19.0.1 (Read 114 times)

hero member
Activity: 1232
Merit: 669
November 27, 2019, 02:45:14 PM
#4
vaya, pensé que era un cambio pequeño pero al parecer los programadores del core han logrado optimizar el proceso de una manera mas elegante y segura, para los que verifican su saldo en su cartera core.

Por cierto tiempo si verte en el foro Shawshank

legendary
Activity: 1623
Merit: 1608
November 27, 2019, 05:21:26 AM
#3
Hicieron muchísimos cambios, aunque me pregunto porque cambiarían los RCP codes de getbalance a getbalances cual es la verdadera diferencia, ¿una optimización del operador?

Quote
New RPCs
getbalances returns an object with all balances (mine, untrusted_pending and immature). Please refer to the RPC help of getbalances for details. The new RPC is intended to replace getbalance, getunconfirmedbalance, and the balance fields in getwalletinfo. These old calls and fields may be removed in a future version. (#15930, #16239)

setwalletflag sets and unsets wallet flags that enable or disable features specific to that existing wallet, such as the new avoid_reuse feature documented elsewhere in these release notes. (#13756)

getblockfilter gets the BIP158 filter for the specified block. This RPC is only enabled if block filters have been created using the -blockfilterindex configuration option. (#14121)

Así puedes obtener toda la información respecto a saldos mediante una única petición de red en lugar de realizar varias peticiones diferentes.
 
Además, de esta manera la consulta es atómica, es decir, los datos de saldos confirmados y no confirmados son siempre consistentes. Si lo hicieras en dos peticiones diferentes, y llegara un nuevo bloque justo entre esas dos peticiones, se complicaría la interpretación de la información.
hero member
Activity: 1232
Merit: 669
November 24, 2019, 02:03:09 PM
#2
Hicieron muchísimos cambios, aunque me pregunto porque cambiarían los RCP codes de getbalance a getbalances cual es la verdadera diferencia, ¿una optimización del operador?

Quote
New RPCs
getbalances returns an object with all balances (mine, untrusted_pending and immature). Please refer to the RPC help of getbalances for details. The new RPC is intended to replace getbalance, getunconfirmedbalance, and the balance fields in getwalletinfo. These old calls and fields may be removed in a future version. (#15930, #16239)

setwalletflag sets and unsets wallet flags that enable or disable features specific to that existing wallet, such as the new avoid_reuse feature documented elsewhere in these release notes. (#13756)

getblockfilter gets the BIP158 filter for the specified block. This RPC is only enabled if block filters have been created using the -blockfilterindex configuration option. (#14121)
legendary
Activity: 938
Merit: 2540
<>
November 24, 2019, 01:06:09 PM
#1
Última versión : 0.19.0.1

https://bitcoin.org/es/

Aquí los cambios (en ingles):

https://bitcoincore.org/en/releases/0.19.0.1/

Jump to: