 While working on Hive Ledger wallet I needed additional functionalities that were not available in `@hiveio/dhive` javascript library and decided that it's a good moment to improve it a bit. ## Transaction Status API A few months ago, when the Splinterlands game got traction and started onboarding masses, witnesses realized that the current implementation of the broadcast method is blocking and may cause network lags. The library was changed to use asynchronous call which helped a lot but projects that rely on a transaction status had to add additional code to handle it. I decided to add a handy method to support [Transaction Status API](https://developers.hive.io/apidefinitions/#apidefinitions-transaction-status-api). * [feat: add transaction status API](https://gitlab.syncad.com/hive/dhive/-/commit/bdb9b083dc7e9e4bd45b646226d1142fe5f8af88) ### How to wait for a transaction until it's included in a block ```javascript= const dhive = require("@hiveio/dhive"); const client = new dhive.Client("https://api.hive.blog"); const key = dhive.PrivateKey.fromString('PRIVATE KEY HERE'); const op = ["transfer", { amount: "0.001 HIVE", from: "engrave", to: "engrave.cold", memo: "" }]; (async () => { try { const {id} = await client.broadcast.sendOperations([op], key); console.log(`Transaction ID: ${id}`); let tx = null; do { tx = await client.transaction.findTransaction(id); console.log(`Transaction status: ${tx.status}`); await wait(500); } while (tx.status == 'within_mempool') if (tx.status == 'within_reversible_block') { console.log('Transaction confirmed'); } else { throw new Error(`Transaction failed with status: ${tx.status}`); } } catch (err) { console.error(err); } })(); const wait = async (ms) => { return new Promise(resolve => setTimeout(resolve, ms)); }; ``` The main point it so pool the API until we get anything but `within_mempool` and throw an error when received anything else than `within_reversible_block`. ## Account By Key API This is not a very popular API and I might be the only one using it, but it is very useful for a wallet supporting hardware wallets. The main reason is that you can only get the public key from the device, and you cannot store the information about the account, so every time you connect the hardware wallet, you need to search for associated accounts. * [feat: add "account_by_key_api"](https://gitlab.syncad.com/hive/dhive/-/commit/816bf781ab89265c22c3a2289db52a28ba0ace8e) ### How to search for an account by the **Bold**public key ```javascript= const dhive = require("@hiveio/dhive"); const client = new dhive.Client("https://api.hive.blog"); (async () => { try { const result = await client.keys.getKeyReferences(['TST65PUAPA4yC4RgPtGgsPupxT6yJtMhmT5JHFdsT3uoCbR8WJ25s']) console.log(result) // Will print [["hiveio"]] } catch (err) { console.error(err); } })(); ``` # Serializer fix I also encountered a small bug for `update_proposal` operation and fixed it. * [fix: update_proposal serializator](https://gitlab.syncad.com/hive/dhive/-/commit/10faa356ff741e9c078f2555391ec4500f4c64ef) *** **Support me with your witness vote! Click on the image below:** [](https://hivesigner.com/sign/account-witness-vote?witness=engrave&approve=1)
author | engrave |
---|---|
permlink | my-contributions-to-dhive-library |
category | hive-139531 |
json_metadata | {"app":"peakd/2022.01.2","format":"markdown","tags":["development","opensource","hive","dhive","programming","engrave","witness-update"],"users":["hiveio"],"image":["https://files.peakd.com/file/peakd-hive/engrave/T5pMYYyz-image.png","https://images.hive.blog/DQmUghvic5TCPPvVkB4iB7eXmgQ3RQ4L8jkVizvuCBW8RMT/banner_engrave%20100.png"]} |
created | 2022-02-20 23:56:42 |
last_update | 2022-02-21 00:09:09 |
depth | 0 |
children | 6 |
last_payout | 2022-02-27 23:56:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 212.728 HBD |
curator_payout_value | 212.609 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,658 |
author_reputation | 318,720,972,858,296 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 110,657,919 |
net_rshares | 367,277,378,084,643 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 125,648,480,054,200 | 100% | ||
blocktrades | 0 | 39,042,435,800,368 | 20% | ||
alpha | 0 | 72,456,215,820,339 | 51% | ||
gtg | 0 | 24,958,597,198,720 | 100% | ||
kosimoos | 0 | 516,524,626 | 50% | ||
roelandp | 0 | 162,538,980,320 | 5% | ||
arcange | 0 | 1,318,981,105,279 | 10% | ||
bowess | 0 | 1,196,166,228,389 | 100% | ||
raphaelle | 0 | 6,089,384,246 | 5% | ||
lukmarcus | 0 | 4,838,866,759 | 100% | ||
kryptik | 0 | 11,934,021,075 | 100% | ||
anech512 | 0 | 9,057,727,686 | 33% | ||
lemouth | 0 | 1,356,761,064,033 | 60% | ||
penguinpablo | 0 | 267,349,337,835 | 12% | ||
cnfund | 0 | 192,657,879,607 | 100% | ||
funnyman | 0 | 1,074,643,746 | 4.8% | ||
ana-maria | 0 | 16,411,419,148 | 100% | ||
btshuang | 0 | 1,480,403,084 | 100% | ||
techslut | 0 | 296,232,162,206 | 50% | ||
teamhumble | 0 | 9,587,801,722 | 100% | ||
justinw | 0 | 137,119,867,496 | 33% | ||
v4vapid | 0 | 5,243,888,158,168 | 33% | ||
steemitboard | 0 | 16,810,767,999 | 3% | ||
borislavzlatanov | 0 | 8,893,738,959 | 100% | ||
oluwoleolaide | 0 | 31,373,807,581 | 70% | ||
freebornsociety | 0 | 862,243,003 | 6.5% | ||
elevator09 | 0 | 15,813,924,308 | 100% | ||
dickturpin | 0 | 2,910,174,663 | 10% | ||
pastzam | 0 | 614,949,698,961 | 100% | ||
tamaralovelace | 0 | 101,237,757,313 | 100% | ||
mes | 0 | 280,879,140,020 | 50% | ||
broncnutz | 0 | 7,972,205,950,051 | 100% | ||
uruiamme | 0 | 4,824,799,930 | 50% | ||
drag33 | 0 | 4,324,206,255 | 100% | ||
lelon | 0 | 8,964,432,752 | 100% | ||
alphacore | 0 | 3,975,208,807 | 2.01% | ||
maxer27 | 0 | 29,315,603,356 | 33% | ||
ewkaw | 0 | 525,995,294,484 | 30% | ||
joeyarnoldvn | 0 | 802,066,482 | 2.28% | ||
bluemist | 0 | 14,241,483,582 | 7% | ||
grecki-bazar-ewy | 0 | 102,028,850,653 | 50% | ||
mygod | 0 | 1,473,511,972 | 100% | ||
appreciator | 0 | 26,072,020,985,398 | 7% | ||
themarkymark | 0 | 3,827,967,847,032 | 10% | ||
wargof | 0 | 1,212,615,167 | 65% | ||
macchiata | 0 | 46,633,901,698 | 10% | ||
isabelpena | 0 | 15,997,546,275 | 100% | ||
zonguin | 0 | 2,594,385,698 | 7.5% | ||
pocketrocket | 0 | 17,452,251,105 | 100% | ||
steemik | 0 | 48,880,216,906 | 100% | ||
francosteemvotes | 0 | 2,307,056,511 | 15% | ||
jasonbu | 0 | 4,119,838,556 | 5% | ||
windtalker | 0 | 803,390,391 | 100% | ||
htotoo | 0 | 2,536,519,322 | 100% | ||
santigs | 0 | 28,215,656,807 | 49% | ||
karja | 0 | 3,818,143,297 | 10% | ||
stoodkev | 0 | 7,756,914,073,948 | 100% | ||
kimzwarch | 0 | 14,524,686,175 | 4% | ||
evildido | 0 | 852,031,443 | 7.5% | ||
buildawhale | 0 | 7,621,013,435,568 | 10% | ||
aidefr | 0 | 3,007,432,118 | 11.25% | ||
chinchilla | 0 | 250,515,068,748 | 100% | ||
tomiscurious | 0 | 293,901,288,912 | 65.6% | ||
fatman | 0 | 8,326,907,549 | 2% | ||
plantstoplanks | 0 | 49,167,456,592 | 13.75% | ||
makerhacks | 0 | 9,605,932,242 | 10% | ||
happydolphin | 0 | 15,971,671,128 | 11% | ||
investegg | 0 | 23,871,953,115 | 0.7% | ||
long888 | 0 | 21,737,499,046 | 100% | ||
x30 | 0 | 676,928,480,724 | 10% | ||
spacesheep | 0 | 4,618,981,227 | 100% | ||
arabisouri | 0 | 183,619,835,291 | 100% | ||
noble-noah | 0 | 12,222,934,621 | 100% | ||
traciyork | 0 | 531,082,674,540 | 55% | ||
mrsyria | 0 | 2,584,374,303 | 100% | ||
ykdesign | 0 | 18,701,854,286 | 70% | ||
quekery | 0 | 163,621,604,582 | 100% | ||
dbddv01 | 0 | 733,245,947 | 7.5% | ||
irynochka | 0 | 3,228,167,498 | 100% | ||
helmibireuen | 0 | 9,266,401,389 | 100% | ||
itchyfeetdonica | 0 | 104,470,346,606 | 20% | ||
fjcalduch | 0 | 152,940,320,332 | 100% | ||
robotics101 | 0 | 1,890,949,818 | 15% | ||
lpv | 0 | 944,656,090 | 2.81% | ||
iptrucs | 0 | 15,427,587,919 | 25% | ||
breelikeatree | 0 | 176,872,312,320 | 100% | ||
smooms | 0 | 133,480,170,933 | 100% | ||
cryptonized | 0 | 17,679,724,754 | 12% | ||
tomatom | 0 | 2,098,085,553 | 10% | ||
fourfourfun | 0 | 7,831,431,602 | 27.5% | ||
upmyvote | 0 | 3,231,438,919 | 10% | ||
duke77 | 0 | 3,999,243,568 | 25% | ||
gabrielatravels | 0 | 3,968,939,197 | 10% | ||
bengy | 0 | 26,884,661,175 | 25% | ||
blocktrades.com | 0 | 17,913,062,661,200 | 20% | ||
hallmann | 0 | 354,557,153,356 | 100% | ||
heidimarie | 0 | 4,019,846,479 | 10% | ||
ahmedsy | 0 | 27,076,643,134 | 100% | ||
mciszczon | 0 | 102,835,289,205 | 100% | ||
dragibusss | 0 | 1,419,972,731 | 50% | ||
auracraft | 0 | 688,078,012 | 20% | ||
fieryfootprints | 0 | 20,216,140,851 | 40% | ||
minnowvotes | 0 | 250,262,122,919 | 100% | ||
kittima | 0 | 450,731,680 | 100% | ||
anderssinho | 0 | 2,172,738,486 | 30% | ||
pkocjan | 0 | 99,833,300,953 | 100% | ||
asgarth | 0 | 1,043,833,756,570 | 82% | ||
samostically | 0 | 1,343,814,138 | 7% | ||
sarmaticus | 0 | 56,832,654,495 | 100% | ||
foxyspirit | 0 | 764,951,215 | 13.75% | ||
outlinez | 0 | 4,849,397,896 | 3.5% | ||
bil.prag | 0 | 152,318,574,503 | 23% | ||
onepercentbetter | 0 | 15,254,565,991 | 12% | ||
manniman | 0 | 72,011,492,587 | 11% | ||
inciter | 0 | 4,165,747,571 | 7% | ||
mary-me | 0 | 184,957,831,830 | 100% | ||
sensorycznyswiat | 0 | 2,218,460,282 | 100% | ||
lartist-zen | 0 | 1,835,509,373 | 100% | ||
imcore | 0 | 1,024,526,772 | 10% | ||
gogreenbuddy | 0 | 39,095,849,652 | 10% | ||
reinmar | 0 | 2,600,086,743 | 100% | ||
achimmertens | 0 | 15,773,473,182 | 5% | ||
quochuy | 0 | 3,485,020,366,597 | 100% | ||
kgakakillerg | 0 | 1,149,249,645 | 0.7% | ||
promobot | 0 | 13,060,968,266 | 100% | ||
rozku | 0 | 79,873,258,598 | 40% | ||
celinavisaez | 0 | 5,009,563,035 | 17% | ||
fw206 | 0 | 2,340,896,076,581 | 100% | ||
davidesimoncini | 0 | 3,687,066,781 | 30.3% | ||
enforcer48 | 0 | 119,293,130,437 | 15% | ||
alfrednoyed | 0 | 19,244,769,049 | 100% | ||
thefoundation | 0 | 6,167,610,205 | 14.2% | ||
merlion | 0 | 583,155,592 | 12% | ||
marblely | 0 | 6,210,886,435 | 7% | ||
imtase | 0 | 5,507,911,148 | 100% | ||
drsensor | 0 | 1,304,884,289 | 48% | ||
revueh | 0 | 644,150,516 | 15% | ||
xdamianx | 0 | 374,786,321 | 100% | ||
french-tech | 0 | 209,805,922,013 | 100% | ||
harkar | 0 | 169,108,761,149 | 20% | ||
bezkresu | 0 | 5,815,239,441 | 100% | ||
idakarlsen | 0 | 69,320,891,654 | 20% | ||
engrave | 0 | 2,293,590,930,388 | 100% | ||
pboulet | 0 | 14,836,791,837 | 15% | ||
selfmadebastard | 0 | 5,846,441,663 | 100% | ||
ynwa.andree | 0 | 43,882,283,842 | 50% | ||
mintrawa | 0 | 245,180,429,070 | 100% | ||
thevil | 0 | 96,843,813,727 | 10% | ||
dubignyp | 0 | 4,839,059,981 | 50% | ||
pl-kuchnia | 0 | 1,836,816,533 | 50% | ||
bluerobo | 0 | 123,391,987,229 | 100% | ||
shainemata | 0 | 1,842,224,271 | 5% | ||
jacuzzi | 0 | 3,065,116,855 | 1.2% | ||
primeradue | 0 | 519,870,847 | 33% | ||
birdwatcher | 0 | 1,018,019,678,534 | 20% | ||
creacioneslelys | 0 | 31,550,016,225 | 100% | ||
hungrybear | 0 | 518,646,539 | 12% | ||
marymi | 0 | 3,203,403,210 | 100% | ||
russia-btc | 0 | 359,252,469,814 | 35% | ||
alenox | 0 | 2,043,169,402 | 100% | ||
photographercr | 0 | 7,679,702,871 | 4% | ||
likwid | 0 | 3,526,194,043 | 100% | ||
vancouverdining | 0 | 2,085,307,545,020 | 40% | ||
sarmagames | 0 | 1,797,758,128 | 100% | ||
cheer-up | 0 | 17,183,863,135 | 100% | ||
kaeptn-iglo | 0 | 45,957,808,460 | 100% | ||
empoderat | 0 | 10,927,875,081 | 100% | ||
steelbak | 0 | 416,440,547,569 | 100% | ||
prolinuxua | 0 | 3,317,848,236 | 46.8% | ||
urun | 0 | 65,005,129,127 | 100% | ||
replicantua | 0 | 8,928,007,543 | 95% | ||
the-table | 0 | 16,498,478,522 | 100% | ||
fixie | 0 | 70,186,412,597 | 100% | ||
zeesh | 0 | 771,046,969 | 3.5% | ||
ianballantine | 0 | 1,161,827,558 | 100% | ||
nitin21 | 0 | 93,032,940 | 100% | ||
bilpcoinrecords | 0 | 507,354,166 | 10% | ||
silverquest | 0 | 125,560,267,857 | 90% | ||
cratic | 0 | 5,733,005,614 | 100% | ||
yourtop3 | 0 | 2,142,168,081 | 27.5% | ||
verbalshadow | 0 | 40,713,626,785 | 100% | ||
kgsupport | 0 | 2,315,408,759 | 50% | ||
olexua | 0 | 857,636,987 | 98% | ||
kitzune | 0 | 13,169,536,259 | 100% | ||
fengchao | 0 | 50,317,813,811 | 5% | ||
hivebuzz | 0 | 5,444,311,364 | 2% | ||
blue-witness | 0 | 2,561,473,353 | 100% | ||
laruche | 0 | 693,445,698,580 | 15% | ||
hiq | 0 | 589,278,748,863 | 100% | ||
ykretz | 0 | 717,485,158 | 1.5% | ||
softworld | 0 | 146,978,609,411 | 42% | ||
alther | 0 | 95,861,703 | 100% | ||
combination | 0 | 204,964,837,294 | 50% | ||
actioncats | 0 | 8,685,044,514 | 6.3% | ||
discoveringarni | 0 | 38,881,045,149 | 15% | ||
iamyohann | 0 | 507,682,662 | 15% | ||
minihw | 0 | 311,590,066 | 100% | ||
koxmicart | 0 | 6,162,678,440 | 100% | ||
recoveryinc | 0 | 3,006,585,581 | 5% | ||
mborg | 0 | 3,782,229,491 | 100% | ||
whoaretheyph | 0 | 5,060,990,638 | 15% | ||
aabcent | 0 | 183,696,861,164 | 100% | ||
soyalex | 0 | 14,245,565,291 | 100% | ||
katleya | 0 | 11,122,064,692 | 100% | ||
noalys | 0 | 654,564,317 | 3.5% | ||
diecinueve | 0 | 1,131,069,149 | 100% | ||
prometheus1881 | 0 | 1,028,665,648 | 100% | ||
carmate | 0 | 11,756,072,117 | 100% | ||
patriamcaritatis | 0 | 7,031,511,375 | 100% | ||
rslsaku | 0 | 2,946,005,440 | 100% | ||
damus-nostra | 0 | 89,231,046,999 | 100% | ||
rohansuares | 0 | 968,893,856 | 10% | ||
zeitgeisthelden | 0 | 3,707,014,385 | 100% | ||
abenteurer-dan | 0 | 5,656,250,054 | 100% | ||
hiq.redaktion | 0 | 48,776,146,313 | 100% | ||
beebay.office | 0 | 3,821,028,269 | 100% | ||
andrastia | 0 | 16,364,453,792 | 20% | ||
atexoras | 0 | 900,472,462 | 10% | ||
samrisso | 0 | 3,344,604,887 | 5% | ||
instytutfi | 0 | 1,835,427,436 | 100% | ||
sofs-su | 0 | 58,355,171,274 | 63.6% | ||
hectorsanchez18 | 0 | 11,587,625,655 | 100% | ||
bananass | 0 | 1,766,383,033 | 10% | ||
nj07 | 0 | 3,558,208,712 | 100% | ||
jms211 | 0 | 4,403,125,854 | 100% | ||
mcedric | 0 | 63,878,808,910 | 100% | ||
makulit | 0 | 23,203,802,078 | 15% | ||
dividendencheck | 0 | 1,717,251,067 | 40% | ||
krrizjos18 | 0 | 906,112,763 | 10% | ||
wochenblick | 0 | 25,260,083,690 | 100% | ||
sodom-lv | 0 | 3,396,529,406 | 100% | ||
fehlerbeheber | 0 | 2,347,274,678 | 100% | ||
aprasad2325 | 0 | 1,274,217,168 | 3.5% | ||
r0nny | 0 | 105,215,428,954 | 100% | ||
apeminingclub | 0 | 51,177,314,382 | 10% | ||
ebike-adventure | 0 | 1,971,165,211 | 100% | ||
odinnmm71 | 0 | 0 | 100% | ||
seed-treasury | 0 | 2,288,516,062 | 100% | ||
dlmmqb | 0 | 1,525,177,324 | 15% | ||
lazy001 | 0 | 4,026,549,729 | 100% | ||
doziekash | 0 | 1,952,340,764 | 100% | ||
hive-199021 | 0 | 7,279,179,575 | 100% | ||
williamtboy | 0 | 151,653,380 | 7% | ||
jordand89 | 0 | 72,754,404,627 | 100% | ||
antor2024 | 0 | 603,246,120 | 100% | ||
hiq.magazine | 0 | 4,691,426,975 | 100% | ||
tyrnis.curation | 0 | 511,683,376 | 50% | ||
mintfinch | 0 | 707,654,219 | 100% | ||
realitavshaluan | 0 | 5,268,119,436 | 100% | ||
technocrypton | 0 | 3,338,741,113 | 100% | ||
abeerhunter | 0 | 5,387,155,185 | 25.7% | ||
willkomo | 0 | 748,296,449 | 100% | ||
kwsnomzys | 0 | 0 | 100% | ||
reenave | 0 | 7,603,115 | 4% | ||
osmy91 | 0 | 983,667,862 | 100% | ||
zuun.net | 0 | 8,464,491,409 | 20% | ||
arminius3301 | 0 | 0 | 100% | ||
bricksolution | 0 | 2,789,125,539 | 15% | ||
sunshineee | 0 | 204,668,206 | 8% | ||
gormiot | 0 | 52,485,280 | 100% | ||
marucha01 | 0 | 140,051,477 | 100% | ||
padreelferenco | 0 | 1,067,119,466 | 10% | ||
bazil7165 | 0 | 851,944,587 | 100% | ||
sultanarsalan | 0 | 401,772,749 | 100% | ||
shabuu | 0 | 12,573,883,828 | 100% | ||
wladzioo | 0 | 5,922,613,791 | 100% | ||
archangel21 | 0 | 4,036,264,146 | 100% | ||
filmmaking4hive | 0 | 0 | 100% | ||
belialspk | 0 | 3,512,054,917 | 100% | ||
lucyshalom18 | 0 | 502,711,422 | 100% | ||
brayanmamani | 0 | 0 | 89.3% |
Awesome keep up the good work, this is really amazing and a work well-done in the blockchain
author | emeka4 |
---|---|
permlink | r7n5wx |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-21 06:27:03 |
last_update | 2022-02-21 06:27:03 |
depth | 1 |
children | 1 |
last_payout | 2022-02-28 06:27:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.129 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 236,422,948,284,406 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,666,241 |
net_rshares | 227,326,904,732 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 227,326,904,732 | 10% |
Thanks :)
author | engrave |
---|---|
permlink | re-emeka4-r7njsm |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 11:26:45 |
last_update | 2022-02-21 11:26:45 |
depth | 2 |
children | 0 |
last_payout | 2022-02-28 11:26:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 318,720,972,858,296 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,672,539 |
net_rshares | 0 |
Can't wait for that Ledger integration! Keep up with that bugfixing. Good Job!
author | empoderat |
---|---|
permlink | re-engrave-r7ynsn |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.6"} |
created | 2022-02-27 11:26:48 |
last_update | 2022-02-27 11:26:48 |
depth | 1 |
children | 0 |
last_payout | 2022-03-06 11:26:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 263,017,255,426,544 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,851,697 |
net_rshares | -758,923,076 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anddumbcunts | 0 | -758,923,076 | -5% |
Great contribution as always! What's the status of the Ledger App review ?
author | stoodkev |
---|---|
permlink | re-engrave-r7nxk7 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 16:24:09 |
last_update | 2022-02-21 16:24:09 |
depth | 1 |
children | 2 |
last_payout | 2022-02-28 16:24:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 190,283,772,273,558 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,680,238 |
net_rshares | 0 |
It passed the functional review and I'm waiting for security review. It is possible to install it via the Ledger Live already (by enabling developer mode) and hopefully, it will be officially released soon :)
author | engrave |
---|---|
permlink | re-stoodkev-r7nxse |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 16:29:03 |
last_update | 2022-02-21 16:29:03 |
depth | 2 |
children | 1 |
last_payout | 2022-02-28 16:29:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 318,720,972,858,296 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,680,391 |
net_rshares | 0 |
Awesome, that will be a game changer!
author | stoodkev |
---|---|
permlink | re-engrave-r7ny39 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 16:35:36 |
last_update | 2022-02-21 16:35:36 |
depth | 3 |
children | 0 |
last_payout | 2022-02-28 16:35:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.132 HBD |
curator_payout_value | 0.132 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 190,283,772,273,558 |
root_title | "My contributions to dhive library | How to wait for transaction status" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,680,586 |
net_rshares | 228,858,707,411 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 228,858,707,411 | 10% |