<center> </center> > "and everything under the Sun is in tune but the sun is eclipsed by the moon" Eclipse - Pink Floyd ### Changes in HF24/Eclipse RPC nodes: Almost everything is rebranded in this version. You have to update anything that includes the word "steem" or "sbd" in your apps. *** <center> ** **ATTENTION** ** All the listed changes will only take effect on the eclipse RPC nodes. It means you must not apply the updates in the production until there is a final release candidate. Also, the old public nodes will continue running to give you enough time for updating your applications. In the meantime, @gtg maintains an early version which you can test your apps with `https://beta.openhive.network/` (It is the mainnet) </center> *** <b>Affected operations:</b> - `comment_options` (!) Old: `percent_steem_dollars` New: `percent_hbd` - `escrow_transfer` Old: `steem_amount`, `sbd_amount` New: `hive_amount`, `hbd_amount` - `escrow_release` Old: `steem_amount`, `sbd_amount` New: `hive_amount`, `hbd_amount` - `claim_reward_balance` Old: `reward_steem`, `reward_sbd` New: `reward_hive`, `reward_hbd` - `author_reward` (virtual operation) Old: `steem_payout`, `sbd_payout` New: `hive_payout`, `hbd_payout` - `witness_update` Old: `sbd_interest_rate` New: `hbd_interest_rate` - `witness_set_properties` Old: `sbd_interest_rate`, `sbd_exchange_rate` New: `hbd_interest_rate`, `hbd_exchange_rate` *** <b>Affected API calls:</b> Replace all the `steem` with `hive` and all the `sbd` with `hbd` in the received JSON object. There is one exception in `percent_steem_dollars` which is now `percent_hbd`! - `condenser_api.get_accounts` (and other similar calls returning an account object like `condenser_api.lookup_account_names`) - `condenser_api.get_blog` - `condenser_api.get_chain_properties` - `condenser_api.get_content` - `condenser_api.get_content_replies` - `condenser_api.get_discussions_by_*` - `condenser_api.get_dynamic_global_properties` - `condenser_api.get_market_history` - `condenser_api.get_ticker` - `condenser_api.get_version` - `condenser_api.get_volume` - `condenser_api.get_witness_by_account` - `condenser_api.get_witness_schedule` - `bridge.get_ranked_posts` - All `database_api` equivelants of the methods above - `database_api.list_escrows` - `database_api.find_sbd_conversion_requests` (method renamed) - `database_api.list_sbd_conversion_requests` (method renamed) - `database_api.find_witnesses` - `market_history_api.get_market_history` - `market_history_api.get_order_book` - `market_history_api.get_ticker` - `market_history_api.get_volume` - `tags_api.get_discussion` - `tags_api.get_discussions_by_*` *** ## Updated libraries: #### Hive-js (see [v0.8.2](https://gitlab.syncad.com/hive/hive-js/-/releases/v0.8.2)) In order to connect to the eclipse RPC nodes, you have to set `rebranded_api` in the `config.json` to `true`. Or ``` hive.config.set('rebranded_api', true) hive.broadcast.updateOperations() ``` There is also a helper function to get the node version and update the config: ``` hive.utils.autoDetectApiVersion().then(() => { hive.broadcast.updateOperations() }) ``` Note: Calling `hive.broadcast.updateOperations()` is necessary after updating the `rebranded_api`. *** #### Dhive (see [MR16](https://gitlab.syncad.com/hive/dhive/-/merge_requests/16) - v0.14.1) In order to connect to the eclipse RPC nodes, the easy way is: ``` const client = new dhive.Client("https://rpc", { rebrandedApi: true }) ``` Or ``` client.updateOperations(true) // true: hf24 ``` And with the helper function: ``` const client = new dhive.Client("https://rpc") client.database.getVersion().then((res) => { if (res.blockchain_version !== '0.23.0') { client.updateOperations(true) } }) ``` *** #### Hive-tx (see [v3.1.8](https://github.com/mahdiyari/hive-tx-js/releases/tag/v3.1.8)) ``` hiveTx.config.rebranded_api = true hiveTx.updateOperations() ``` OR ``` hiveTx.call('condenser_api.get_version').then(res => { if (res.result.blockchain_version !== '0.23.0') { hiveTx.config.rebranded_api = true hiveTx.updateOperations() } }) ``` *** Beem is also updated: https://github.com/holgern/beem/releases/tag/0.24.5 For the other libraries visit their repository for more information. *** Note: the chain id is also changed in the HF24. But you don't have to worry about it since the libraries will take care of that. *** If you have any question, join HiveDevs discord server `https://discord [dot] gg/3WV87YE` Hive official discord: `https://discord [dot] gg/kcCw73Z` <sub>Noob's guide: replace the [dot] with .</sub> *** Hope for a better everything. <sub>Image source: pixabay.com</sub>
author | mahdiyari |
---|---|
permlink | how-to-prepare-your-applications-for-hf24 |
category | hive-139531 |
json_metadata | {"app":"peakd/2020.09.5","format":"markdown","image":["https://images.hive.blog/DQmWDX4F8crXcKRUpSy5DUSCTZWUt6MGs2FVrhRbLpBiVHT/fantasy-4566021_1280.jpg"],"links":["/@gtg","https://gitlab.syncad.com/hive/hive-js/-/releases/v0.8.2","https://gitlab.syncad.com/hive/dhive/-/merge_requests/16","https://github.com/mahdiyari/hive-tx-js/releases/tag/v3.1.8","https://github.com/holgern/beem/releases/tag/0.24.5"],"tags":["dev","hive","hf24","eclipse"],"users":["gtg"]} |
created | 2020-08-04 21:17:00 |
last_update | 2020-10-04 22:21:12 |
depth | 0 |
children | 4 |
last_payout | 2020-08-11 21:17:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 34.454 HBD |
curator_payout_value | 31.709 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,781 |
author_reputation | 199,864,818,197,856 |
root_title | "How to prepare your applications for HF24" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,895,038 |
net_rshares | 142,837,162,002,394 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocktrades | 0 | 20,431,224,450,356 | 10% | ||
enki | 0 | 2,451,437,832,967 | 13.12% | ||
tombstone | 0 | 15,381,328,879 | 0.75% | ||
steemychicken1 | 0 | 6,224,663,698,939 | 100% | ||
team | 0 | 71,373,005,474 | 10% | ||
acidyo | 0 | 11,404,618,068,325 | 100% | ||
klye | 0 | 134,532,198,596 | 100% | ||
kaylinart | 0 | 10,752,880,913 | 7.5% | ||
gtg | 0 | 4,942,699,588,782 | 25% | ||
gerber | 0 | 212,698,799,749 | 3.3% | ||
daan | 0 | 58,791,472,359 | 8% | ||
ezzy | 0 | 253,964,980,485 | 3.3% | ||
bryanj4 | 0 | 2,530,892,785 | 100% | ||
bitshares101 | 0 | 69,473,148,905 | 25% | ||
ausbitbank | 0 | 2,658,426,142,367 | 100% | ||
kendewitt | 0 | 363,258,431,282 | 100% | ||
arcange | 0 | 1,757,282,030,001 | 50% | ||
exyle | 0 | 251,606,593,359 | 3.3% | ||
raphaelle | 0 | 2,912,143,446 | 3% | ||
joythewanderer | 0 | 428,997,770,303 | 39% | ||
randomblock1 | 0 | 937,144,299 | 7.5% | ||
sc-steemit | 0 | 15,366,999,381 | 7.5% | ||
celestine | 0 | 0 | 3% | ||
leduc1984 | 0 | 1,858,105,515 | 100% | ||
netaterra | 0 | 66,725,653,752 | 2.97% | ||
wakeupnd | 0 | 10,683,502,730 | 10% | ||
canadian-coconut | 0 | 7,655,172,610,671 | 50% | ||
titusfrost | 0 | 163,444,176,871 | 100% | ||
jacobtothe | 0 | 325,134,602,139 | 75% | ||
petrvl | 0 | 15,450,552,615 | 2% | ||
freshfund | 0 | 18,973,088,236 | 100% | ||
lloyddavis | 0 | 109,952,539,621 | 100% | ||
syahhiran | 0 | 2,523,040,137 | 100% | ||
gamer00 | 0 | 8,199,736,732 | 0.75% | ||
techslut | 0 | 69,041,567,586 | 12.5% | ||
jaybird | 0 | 232,982,619,739 | 100% | ||
sward | 0 | 13,986,660,418 | 100% | ||
mangos | 0 | 1,489,964,971,762 | 36% | ||
judasp | 0 | 354,392,777,420 | 100% | ||
chiliec | 0 | 12,370,520,217 | 50% | ||
cardboard | 0 | 17,742,239,285 | 100% | ||
chesatochi | 0 | 279,650,563,747 | 50% | ||
blockchaincat | 0 | 2,203,505,504 | 100% | ||
santinhos | 0 | 1,739,412,710 | 100% | ||
sebastianjago | 0 | 30,633,942,701 | 5% | ||
steemitboard | 0 | 2,483,374,350 | 2% | ||
ihsan19 | 0 | 1,108,592,915 | 100% | ||
privex | 0 | 6,081,999,998 | 6.6% | ||
radiv | 0 | 792,564,944 | 25% | ||
sudutpandang | 0 | 3,395,138,078 | 100% | ||
culturearise369 | 0 | 18,777,720,732 | 100% | ||
justinashby | 0 | 14,999,878,382 | 33% | ||
yuslindwi | 0 | 1,299,923,836 | 50% | ||
borislavzlatanov | 0 | 145,458,921,014 | 100% | ||
danielsaori | 0 | 131,286,401,132 | 100% | ||
louisthomas | 0 | 128,824,572,443 | 100% | ||
lebah | 0 | 9,133,801,252 | 100% | ||
tibra | 0 | 710,304,374 | 15% | ||
teachblogger | 0 | 2,117,427,082 | 50% | ||
dune69 | 0 | 13,302,092,965 | 3.3% | ||
tamaralovelace | 0 | 102,182,022,821 | 100% | ||
underground | 0 | 20,280,387,366 | 100% | ||
gamersclassified | 0 | 95,048,958,048 | 100% | ||
bargolis | 0 | 780,540,243 | 5% | ||
jraysteem | 0 | 2,717,705,127 | 50% | ||
enginewitty | 0 | 294,768,931,383 | 100% | ||
roomservice | 0 | 83,217,815,923 | 1.87% | ||
mys | 0 | 629,198,947 | 0.3% | ||
ecoinstant | 0 | 48,505,188,804 | 100% | ||
guiltyparties | 0 | 424,264,311,214 | 100% | ||
coquiunlimited | 0 | 1,093,826,794 | 10% | ||
wishmaiden | 0 | 1,475,019,860 | 7.5% | ||
belahejna | 0 | 2,653,643,946 | 2% | ||
brumest | 0 | 18,857,974,349 | 5% | ||
zerotoone | 0 | 3,085,038,341 | 7.5% | ||
kisom1 | 0 | 2,053,664,084 | 100% | ||
enjar | 0 | 594,926,211,375 | 100% | ||
mahdiyari | 0 | 476,911,195,358 | 100% | ||
tracer-paulo | 0 | 4,920,346,719 | 100% | ||
gingerninja | 0 | 1,869,095,173 | 10% | ||
jackmiller | 0 | 57,347,923,786 | 100% | ||
jingdol | 0 | 424,988,939,007 | 100% | ||
spectrumecons | 0 | 1,865,306,642,414 | 40% | ||
sirjaxxy | 0 | 980,393,531 | 100% | ||
duckmast3r | 0 | 2,430,097,613 | 5% | ||
d-pend | 0 | 830,694,101 | 0.03% | ||
makrotheblack | 0 | 8,051,574,073 | 100% | ||
britcoins | 0 | 2,731,083,767 | 100% | ||
khoon | 0 | 46,746,289,404 | 100% | ||
otom | 0 | 16,842,204,105 | 25% | ||
eturnerx | 0 | 737,135,277,922 | 20% | ||
maskur2840 | 0 | 11,431,247,265 | 100% | ||
goldkey | 0 | 38,580,623,740 | 15% | ||
gambit.coin | 0 | 1,415,648,715 | 100% | ||
gooze | 0 | 4,909,322,797 | 100% | ||
andre-verbrick | 0 | 206,163,418,114 | 100% | ||
gurujames | 0 | 626,549,555 | 100% | ||
luciancovaci | 0 | 1,942,016,513 | 49% | ||
shitsignals | 0 | 1,352,709,794 | 3.3% | ||
themarkymark | 0 | 2,062,235,490,380 | 10% | ||
bucipuci | 0 | 9,101,665,438 | 10% | ||
yoogyart | 0 | 36,959,119,171 | 50% | ||
vikisecrets | 0 | 393,299,361,195 | 30% | ||
pocketrocket | 0 | 32,904,696,835 | 100% | ||
prapanth | 0 | 10,788,601,583 | 70% | ||
azirgraff | 0 | 49,814,609,284 | 60% | ||
leyla5 | 0 | 2,955,770,171 | 100% | ||
abieikram | 0 | 2,399,194,966 | 100% | ||
coolbuddy | 0 | 1,482,455,591 | 50% | ||
shanibeer | 0 | 277,593,994,349 | 25% | ||
sunisa | 0 | 24,212,629,672 | 70% | ||
theleapingkoala | 0 | 7,695,488,730 | 50% | ||
ilyasismail | 0 | 33,761,023,785 | 100% | ||
a-alice | 0 | 3,121,559,894 | 7.5% | ||
raghib | 0 | 1,577,389,209 | 100% | ||
aafeng | 0 | 37,904,201,268 | 10% | ||
killerwhale | 0 | 101,670,718,214 | 100% | ||
recan | 0 | 682,542,477 | 50% | ||
my451r | 0 | 21,192,498,177 | 100% | ||
felander | 0 | 17,331,727,772 | 3.3% | ||
santigs | 0 | 18,733,233,213 | 48% | ||
nadhora | 0 | 5,883,982,544 | 35% | ||
ekkah | 0 | 877,658,368 | 100% | ||
pele23 | 0 | 67,317,366,251 | 20% | ||
fbslo | 0 | 637,100,320 | 0.16% | ||
accelerator | 0 | 44,565,065,675 | 5% | ||
buildawhale | 0 | 4,705,157,799,998 | 10% | ||
rumplestiltskin | 0 | 23,399,346,559 | 100% | ||
justinparke | 0 | 2,866,789,938 | 2% | ||
yogacoach | 0 | 1,494,711,724 | 1.65% | ||
tomiscurious | 0 | 22,204,110,484 | 6.41% | ||
therealwolf | 0 | 688,432,770,595 | 2.5% | ||
taskmaster4450 | 0 | 2,565,813,552,336 | 100% | ||
roleerob | 0 | 36,639,287,642 | 5% | ||
deathwing | 0 | 3,556,579,137 | 3.3% | ||
murat81 | 0 | 4,834,489,576 | 100% | ||
walidchabir | 0 | 1,558,046,960 | 100% | ||
cuthamza | 0 | 1,932,008,295 | 100% | ||
steembet.asia | 0 | 665,485,775 | 100% | ||
thedarkhorse | 0 | 1,133,070,817 | 1% | ||
silberpapst | 0 | 1,077,285,736 | 50% | ||
silvergoldbotty | 0 | 72,643,269,712 | 100% | ||
omra-sky | 0 | 66,735,099,302 | 40% | ||
makerhacks | 0 | 23,015,737,313 | 10% | ||
dinglehopper | 0 | 6,352,764,218 | 10% | ||
steemitcomics | 0 | 1,351,935,771 | 100% | ||
blockgators | 0 | 1,344,152,921 | 100% | ||
elizibar | 0 | 7,354,192,469 | 100% | ||
vegoutt-travel | 0 | 21,055,258,506 | 40% | ||
wilkynson | 0 | 465,878,500 | 50% | ||
macmaniac77 | 0 | 23,672,495,435 | 100% | ||
enolife | 0 | 967,254,332 | 100% | ||
princeso | 0 | 4,379,545,571 | 50% | ||
phoenixwren | 0 | 103,468,732,650 | 100% | ||
kimchi-king | 0 | 1,820,821,426 | 50% | ||
cjsean | 0 | 654,729,217 | 10% | ||
traciyork | 0 | 471,373,515,972 | 100% | ||
caladan | 0 | 11,669,987,519 | 3.3% | ||
achmadyani | 0 | 2,139,935,380 | 100% | ||
lays | 0 | 529,748,800,463 | 100% | ||
war-tp | 0 | 782,377,595 | 100% | ||
snook | 0 | 225,247,357,886 | 100% | ||
familyprotection | 0 | 944,852,057,692 | 100% | ||
anutta | 0 | 2,143,948,709 | 50% | ||
anomallies | 0 | 7,395,916,164 | 100% | ||
emrebeyler | 0 | 64,492,532,440 | 3.3% | ||
steveconnor | 0 | 62,344,453,326 | 50% | ||
sankysanket18 | 0 | 198,662,533,231 | 100% | ||
jhiecortez | 0 | 559,533,021 | 100% | ||
smartsteem | 0 | 151,309,694,428 | 2.5% | ||
fredkese | 0 | 590,896,706 | 5% | ||
danile666 | 0 | 16,461,631,458 | 14.25% | ||
citizensmith | 0 | 24,626,391,873 | 3.3% | ||
steeminer4up | 0 | 2,388,204,943 | 100% | ||
josephsavage | 0 | 1,744,727,668 | 70% | ||
tazi | 0 | 329,177,923,232 | 100% | ||
syndicates | 0 | 31,651,063,604 | 100% | ||
coffeesource.net | 0 | 3,856,384,192 | 100% | ||
xanderslee | 0 | 6,171,376,248 | 100% | ||
funtraveller | 0 | 584,068,304 | 3.3% | ||
a11y | 0 | 74,524,443,653 | 100% | ||
willsaldeno | 0 | 19,270,844,755 | 100% | ||
shakailove | 0 | 1,083,393,082 | 100% | ||
sundararaj | 0 | 563,957,470 | 100% | ||
baroen96 | 0 | 7,007,036,982 | 100% | ||
crescendoofpeace | 0 | 4,403,108,818 | 10% | ||
tomatom | 0 | 597,911,823 | 5% | ||
fourfourfun | 0 | 6,767,220,615 | 25% | ||
upmyvote | 0 | 7,443,138,455 | 10% | ||
eaglespirit | 0 | 10,260,037,827 | 5% | ||
voaputra | 0 | 703,898,199 | 100% | ||
bitcoinportugal | 0 | 4,344,610,324 | 100% | ||
gabrielatravels | 0 | 2,738,263,032 | 2% | ||
iamjadeline | 0 | 3,271,890,922 | 1.5% | ||
not-a-gamer | 0 | 1,371,795,527 | 100% | ||
hijosdelhombre | 0 | 95,561,692,299 | 100% | ||
daeshawn | 0 | 1,529,468,924 | 100% | ||
dynamicgreentk | 0 | 1,401,639,088 | 15% | ||
nealmcspadden | 0 | 53,898,268,710 | 3.3% | ||
admiralsp | 0 | 1,100,960,158 | 100% | ||
osobiggie | 0 | 2,276,837,871 | 100% | ||
hhaskana | 0 | 1,814,126,700 | 100% | ||
baycan | 0 | 4,241,223,895 | 50% | ||
purefood | 0 | 52,535,435,487 | 3.3% | ||
mrxplicit | 0 | 1,300,870,608 | 100% | ||
thehoneys | 0 | 1,022,014,300 | 3.75% | ||
vaansteam | 0 | 2,320,763,630 | 30% | ||
calist | 0 | 7,906,149,240 | 100% | ||
nnaraoh | 0 | 129,963,049,750 | 100% | ||
tobias-g | 0 | 63,311,202,945 | 100% | ||
chronocrypto | 0 | 8,004,554,487 | 3.3% | ||
yadah04 | 0 | 1,014,344,013 | 7.5% | ||
holger80 | 0 | 3,204,716,947,862 | 75% | ||
leguidecrypto | 0 | 541,301,976 | 5% | ||
ian19 | 0 | 1,064,730,315 | 100% | ||
pelephotography | 0 | 788,047,919 | 100% | ||
psyborg | 0 | 8,997,050,000 | 100% | ||
antdroid | 0 | 9,238,412,328 | 100% | ||
upfundme | 0 | 9,974,590,925 | 15% | ||
mastergerund | 0 | 38,504,713,316 | 100% | ||
minerspost | 0 | 594,747,787 | 20% | ||
gvincentjosephm | 0 | 3,384,920,028 | 100% | ||
princefm | 0 | 558,027,508 | 100% | ||
comandoyeya | 0 | 8,014,905,111 | 20% | ||
felixgarciap | 0 | 3,394,380,129 | 10% | ||
beverages | 0 | 308,832,870,337 | 95% | ||
foodtaster | 0 | 2,246,731,588 | 100% | ||
gakimov | 0 | 622,615,547 | 100% | ||
pkocjan | 0 | 1,428,879,276 | 2.64% | ||
katrina-ariel | 0 | 48,464,925,463 | 100% | ||
allyson19 | 0 | 1,892,081,857 | 10% | ||
ipromote | 0 | 1,612,651,837 | 10% | ||
flugschwein | 0 | 39,263,678,260 | 100% | ||
lightflares | 0 | 194,003,001,863 | 95% | ||
akpos | 0 | 19,175,342,454 | 100% | ||
futurecurrency | 0 | 19,461,264,620 | 34% | ||
g4fun | 0 | 10,490,917,354 | 25% | ||
vicesrus | 0 | 254,555,020,893 | 95% | ||
tamala | 0 | 611,108,921 | 3% | ||
joshh71390 | 0 | 822,870,416 | 7.5% | ||
sitiaishah | 0 | 5,979,164,129 | 100% | ||
dunkman | 0 | 627,863,142 | 75% | ||
polashsen | 0 | 648,328,253 | 100% | ||
frassman | 0 | 785,150,729 | 5% | ||
throwbackthurs | 0 | 11,758,336,151 | 95% | ||
evlachsblog | 0 | 1,286,278,723 | 5% | ||
patlu | 0 | 819,629,619 | 20% | ||
shaheerbari | 0 | 1,480,181,086 | 10% | ||
scottshots | 0 | 3,045,651,755 | 5% | ||
bdlatif | 0 | 2,662,759,142 | 50% | ||
bestboom | 0 | 13,452,535,726 | 3.3% | ||
oomcie85 | 0 | 6,640,068,181 | 100% | ||
paulo380 | 0 | 1,520,868,519 | 20% | ||
masjenk | 0 | 3,234,819,200 | 100% | ||
adamada | 0 | 10,146,749,414 | 25% | ||
sirmiraculous | 0 | 1,823,299,204 | 100% | ||
goldvault | 0 | 6,858,985,213 | 20% | ||
shawmeow | 0 | 4,550,807,340 | 77% | ||
virgo27 | 0 | 2,147,444,252 | 100% | ||
jan23com | 0 | 5,543,215,969 | 90% | ||
jkramer | 0 | 1,083,525,347,418 | 100% | ||
freddio | 0 | 12,456,978,013 | 15% | ||
lynbabe10 | 0 | 622,142,122 | 100% | ||
sustainablelivin | 0 | 773,892,648 | 7.5% | ||
choco11oreo11 | 0 | 3,393,041,837 | 90% | ||
kgakakillerg | 0 | 20,739,474,076 | 10% | ||
payroll | 0 | 1,346,040,310,229 | 10% | ||
houstonrockets | 0 | 1,514,499,736 | 100% | ||
monchhichi23 | 0 | 8,503,154,238 | 100% | ||
msearles | 0 | 1,301,543,026 | 15% | ||
a1-shroom-spores | 0 | 7,035,469,415 | 7.5% | ||
promobot | 0 | 22,026,335,086 | 26.25% | ||
youraverageguy | 0 | 1,114,323,071 | 100% | ||
glodniwiedzy | 0 | 893,496,452 | 3.13% | ||
mrs.goldkey | 0 | 1,669,878,900 | 20% | ||
crmilazz | 0 | 1,955,749,014 | 55% | ||
romeskie | 0 | 57,102,719,916 | 50% | ||
jancharlest | 0 | 7,468,398,128 | 10% | ||
celinavisaez | 0 | 4,448,357,908 | 17% | ||
kont82 | 0 | 912,046,144 | 100% | ||
ikarus56 | 0 | 1,616,122,687 | 8% | ||
ederaleng | 0 | 14,324,285,350 | 100% | ||
justasperm | 0 | 4,470,326,029 | 100% | ||
kriptoqraf | 0 | 1,644,631,764 | 100% | ||
nateaguila | 0 | 292,781,075,428 | 8% | ||
davidesimoncini | 0 | 8,874,617,190 | 25% | ||
khiabels | 0 | 968,848,127 | 10% | ||
rachelleignacio | 0 | 665,716,214 | 7.5% | ||
steem-tube | 0 | 516,607,788,036 | 100% | ||
ironclad010 | 0 | 648,685,602 | 80% | ||
joanpablo | 0 | 604,674,644 | 100% | ||
liable | 0 | 1,698,258,809 | 40% | ||
xiguang | 0 | 34,873,685,469 | 100% | ||
cloudhyip | 0 | 1,101,871,613 | 50% | ||
cambridgeport90 | 0 | 11,447,519,437 | 100% | ||
rustam-02 | 0 | 878,056,192 | 100% | ||
ibook-ishare | 0 | 542,159,476 | 100% | ||
solarwarrior | 0 | 1,256,570,927,176 | 100% | ||
nfaith | 0 | 2,156,542,282 | 100% | ||
dipoabasch | 0 | 4,132,436,891 | 100% | ||
disruptivas | 0 | 3,783,072,407 | 100% | ||
sgbonus | 0 | 644,086,147 | 1% | ||
bububoomt | 0 | 3,279,055,652 | 50% | ||
sunnya | 0 | 650,897,092 | 100% | ||
marblely | 0 | 8,198,789,262 | 10% | ||
swisswitness | 0 | 1,887,656,716 | 3.3% | ||
mayib | 0 | 1,612,244,999 | 100% | ||
bjornb | 0 | 2,266,368,980 | 100% | ||
estourefugiado | 0 | 904,228,938 | 100% | ||
dynamicsteemians | 0 | 1,038,211,730 | 15% | ||
gocular | 0 | 1,003,765,961 | 100% | ||
attention-seeker | 0 | 6,744,819,603 | 100% | ||
angelica7 | 0 | 1,259,886,960 | 2.25% | ||
simonreed | 0 | 559,882,860 | 100% | ||
srl-zone | 0 | 1,516,283,551 | 100% | ||
thedailysneak | 0 | 64,862,587,436 | 100% | ||
alliedforces | 0 | 113,795,301,560 | 100% | ||
tech-coin | 0 | 4,446,378,670 | 100% | ||
edundayo | 0 | 897,882,272 | 100% | ||
laiyuehta | 0 | 5,348,533,687 | 100% | ||
thehive | 0 | 54,947,607,938 | 70% | ||
dalz | 0 | 5,698,036,769 | 1.65% | ||
ekafao | 0 | 1,918,258,422 | 100% | ||
holovision | 0 | 12,924,868,268 | 100% | ||
honeycup-waters | 0 | 1,526,905,874 | 7.5% | ||
quatro | 0 | 791,554,521 | 10% | ||
gohalber | 0 | 6,850,057,473 | 100% | ||
deepdives | 0 | 717,125,376,950 | 100% | ||
littleshadow | 0 | 5,106,848,277 | 90% | ||
dlike | 0 | 40,535,652,680 | 3.3% | ||
london65 | 0 | 995,568,119 | 10% | ||
abduljalil.mbo | 0 | 3,583,699,271 | 25% | ||
voxmortis | 0 | 591,535,111 | 0.25% | ||
joseph6232 | 0 | 1,750,935,551 | 90% | ||
spoke | 0 | 215,988,053,285 | 100% | ||
coinmarketcal | 0 | 26,769,496,449 | 22% | ||
emaillisahere | 0 | 3,164,406,590 | 75% | ||
buzzbee | 0 | 629,149,005 | 50% | ||
fullnodeupdate | 0 | 20,666,486,350 | 75% | ||
engrave | 0 | 44,167,344,843 | 3.13% | ||
sunit | 0 | 1,574,338,434 | 50% | ||
frot | 0 | 210,868,568,974 | 10% | ||
fuzzythumb | 0 | 716,240,580 | 100% | ||
chike4545 | 0 | 968,618,083 | 100% | ||
thesummoner | 0 | 8,893,609,083 | 100% | ||
caoimhin | 0 | 3,905,460,870 | 100% | ||
bobby.madagascar | 0 | 1,271,938,764 | 0.82% | ||
djtrucker | 0 | 1,426,378,868 | 75% | ||
laissez-faire | 0 | 51,720,240 | 100% | ||
voter003 | 0 | 22,420,975,037 | 13.67% | ||
lunamoon | 0 | 16,548,699,839 | 100% | ||
khaldeesi | 0 | 16,220,001,407 | 100% | ||
freyamber | 0 | 16,013,536,179 | 100% | ||
marshalmugi | 0 | 42,267,328,736 | 85% | ||
podg3 | 0 | 1,664,850,046 | 90% | ||
steemwhalepower | 0 | 938,623,230 | 100% | ||
ecoinstats | 0 | 23,625,423,589 | 100% | ||
silverkey | 0 | 1,263,709,974 | 15% | ||
silvervault | 0 | 5,641,206,708 | 15% | ||
cryptycoon | 0 | 2,112,943,152 | 15% | ||
cryptoclerk | 0 | 2,240,951,138 | 15% | ||
mister-meeseeks | 0 | 59,643,287,996 | 50% | ||
the.success.club | 0 | 6,737,617,673 | 7.5% | ||
dappcast | 0 | 3,663,711,435 | 100% | ||
misstaken | 0 | 6,269,720,596 | 90% | ||
ecoinstar | 0 | 32,891,323,148 | 100% | ||
creativeblue | 0 | 6,968,315,402 | 50% | ||
pushpedal | 0 | 601,458,140 | 7.5% | ||
everyoung | 0 | 562,096,412 | 100% | ||
bolsfit | 0 | 1,843,167,493 | 100% | ||
forecasteem | 0 | 98,157,866,676 | 100% | ||
chain.games | 0 | 17,736,690,037 | 100% | ||
eliasseth | 0 | 5,225,023,563 | 100% | ||
followjohngalt | 0 | 18,205,323,786 | 3.3% | ||
barslanhan | 0 | 554,669,367 | 100% | ||
carbodexkim | 0 | 1,820,285,752 | 100% | ||
daisybuzz | 0 | 478,847,894 | 75% | ||
jussbren | 0 | 1,936,677,478 | 90% | ||
cakemonster | 0 | 1,843,558,166 | 1.65% | ||
nipek | 0 | 1,184,830,587 | 100% | ||
rajaumer837 | 0 | 623,396,258 | 100% | ||
dein-problem | 0 | -78,815,199 | -0.75% | ||
maajaanaa | 0 | 3,657,054,075 | 100% | ||
fullalt | 0 | 36,197,914,287 | 90% | ||
hedidylan | 0 | 608,441,756 | 10% | ||
martinstomisin | 0 | 1,796,346,875 | 100% | ||
superbad | 0 | 16,803,709,026 | 100% | ||
r-e-d | 0 | 5,970,120,240 | 100% | ||
kork75 | 0 | 17,272,209,961 | 100% | ||
butthugs | 0 | 9,027,263,159 | 100% | ||
carrycarrie | 0 | 978,142,622 | 100% | ||
honeygirl | 0 | 695,067,903 | 100% | ||
permaculturedude | 0 | 1,244,163,150 | 3.3% | ||
jamesbattler | 0 | 144,944,487,596 | 100% | ||
iccel35 | 0 | 849,064,592 | 100% | ||
lord-of-the-d | 0 | 8,638,707,220 | 100% | ||
coinmarketcal2 | 0 | 11,312,010,145 | 100% | ||
owasola | 0 | 758,277,905 | 100% | ||
creepycreature | 0 | 2,161,625,872 | 100% | ||
steemforsteem | 0 | 1,020,697,766 | 100% | ||
toonuts | 0 | 2,000,490,780 | 100% | ||
twonuts | 0 | 2,035,995,939 | 100% | ||
cabalen | 0 | 802,317,326 | 10% | ||
jadung | 0 | 905,826,646 | 10% | ||
kshahrck | 0 | 813,898,830 | 100% | ||
daijiworld | 0 | 14,904,865,524 | 100% | ||
abbenay | 0 | 10,907,980,552 | 50% | ||
cryptological | 0 | 24,538,709,424 | 95% | ||
boobnugs | 0 | 2,398,550,075 | 100% | ||
theithei | 0 | 661,179,640 | 10% | ||
denizcakmak | 0 | 532,155,041 | 50% | ||
apostle-thomas | 0 | 931,672,397 | 100% | ||
kggymlife | 0 | 3,393,995,503 | 12.5% | ||
theinspiration | 0 | 569,926,446 | 100% | ||
mfblack | 0 | 3,038,162,062 | 3.13% | ||
letlove | 0 | 2,494,721,155 | 100% | ||
allied-mafia | 0 | 6,453,926,156 | 100% | ||
epicdice | 0 | 5,527,752,331 | 0.75% | ||
zackarie | 0 | 1,103,667,237 | 50% | ||
maclevis | 0 | 5,247,921,192 | 100% | ||
herbncrypto | 0 | 11,858,391,911 | 100% | ||
helgalubevi | 0 | 1,226,775,246 | 5% | ||
plebtv | 0 | 720,191,720 | 100% | ||
sexualtendencies | 0 | 5,783,552,888 | 100% | ||
steemforschool | 0 | 1,005,530,843 | 100% | ||
steemforschools | 0 | 1,232,041,366 | 100% | ||
itwasme | 0 | 1,364,782,567 | 100% | ||
ernestapondo | 0 | 497,908,687 | 10% | ||
g-spot-bot | 0 | 894,872,832 | 100% | ||
g-spotbot | 0 | 898,918,047 | 100% | ||
fractalfrank | 0 | 244,873,992,906 | 95% | ||
likwid | 0 | 1,980,200,777,016 | 26.25% | ||
tinyhousecryptos | 0 | 530,844,333 | 5% | ||
yildiss | 0 | 1,206,736,180 | 100% | ||
iktisat | 0 | 615,130,094 | 100% | ||
xyz004 | 0 | 44,596,667,385 | 25% | ||
teamashen | 0 | 27,812,318,615 | 50% | ||
jalentakesphotos | 0 | 544,065,867 | 10% | ||
waraira777 | 0 | 1,761,888,604 | 100% | ||
x40l1n | 0 | 183,410,850,012 | 100% | ||
theblooded | 0 | 1,039,062,666 | 100% | ||
blooded | 0 | 1,039,168,770 | 100% | ||
theclan | 0 | 1,758,784,271 | 100% | ||
kgswallet | 0 | 540,761,554 | 20% | ||
milu-the-dog | 0 | 1,334,917,180 | 3.3% | ||
yeswecan | 0 | 15,492,715,389 | 90% | ||
kgcoin | 0 | 1,259,599,670 | 100% | ||
triplea.bot | 0 | 1,159,538,447 | 3.3% | ||
steem.leo | 0 | 87,213,858,223 | 3.3% | ||
angeltree | 0 | 1,757,858,597 | 100% | ||
christmasclub | 0 | 1,955,862,794 | 100% | ||
fredkese.pal | 0 | 533,604,676 | 100% | ||
hyborian-strain | 0 | 2,432,681,216 | 30% | ||
freddio.sport | 0 | 3,575,217,704 | 15% | ||
boohugs | 0 | 751,388,811 | 100% | ||
asteroids | 0 | 3,874,009,763 | 2.97% | ||
publicview | 0 | 15,425,136,132 | 100% | ||
valerianis | 0 | 13,628,554,440 | 100% | ||
lordwinty | 0 | 2,598,118,230 | 100% | ||
opidia | 0 | 35,066,527,743 | 100% | ||
acta | 0 | 24,117,493,197 | 100% | ||
the-table | 0 | 19,869,706,466 | 100% | ||
cardtrader | 0 | 3,585,144,111 | 100% | ||
maxuvd | 0 | 20,498,514,819 | 6% | ||
maxuve | 0 | 27,875,912,434 | 6% | ||
thehouse | 0 | 1,812,863,725 | 90% | ||
luvlylady | 0 | 729,931,338 | 100% | ||
freedomteam2019 | 0 | 1,474,467,312 | 20% | ||
monstervoter | 0 | 1,072,930,953 | 50% | ||
ibelin | 0 | 8,060,687,206 | 70% | ||
silverquest | 0 | 130,288,096,629 | 90% | ||
bilpcoin.pay | 0 | 5,546,778,032 | 100% | ||
dbfoodbank | 0 | 4,204,005,432 | 100% | ||
gerbo | 0 | 0 | 3.3% | ||
honeychip | 0 | 8,307,166,361 | 85% | ||
steemlondon | 0 | 2,492,031,454 | 25% | ||
artmusiclife | 0 | 625,352,351 | 100% | ||
birthdaywishes | 0 | 1,054,268,151 | 100% | ||
kryptoformator | 0 | 821,310,823 | 1% | ||
fearlessgu | 0 | 11,434,373,843 | 100% | ||
crypto.income | 0 | 42,671,432,342 | 100% | ||
vikas612 | 0 | 2,372,728,001 | 100% | ||
redwarbull | 0 | 1,244,212,027 | 15% | ||
gmlrecordz | 0 | 4,927,013,309 | 50% | ||
youdo | 0 | 2,174,604,285 | 100% | ||
ribary | 0 | 1,050,585,821 | 1.65% | ||
daree23 | 0 | 0 | 100% | ||
onestop | 0 | 751,910,395 | 100% | ||
kgsupport | 0 | 846,074,901 | 25% | ||
marblesz | 0 | 594,887,588 | 10% | ||
bi0digital | 0 | 7,259,935,937 | 100% | ||
wittys.angels | 0 | 1,070,176,868 | 100% | ||
wittysangels | 0 | 1,070,568,081 | 100% | ||
bilpcoinbpc | 0 | 1,115,221,175 | 12.5% | ||
mice-k | 0 | 14,253,784,693 | 3.3% | ||
hive-175447 | 0 | 3,573,710,802 | 90% | ||
curamax | 0 | 799,292,407 | 3.3% | ||
darthknight | 0 | 41,738,885,613,060 | 40% | ||
drew0 | 0 | 591,562,678 | 5% | ||
mehmetfix | 0 | 36,372,719,578 | 100% | ||
tommys.shop | 0 | 1,656,650,681 | 90% | ||
steemcityrewards | 0 | 356,709,512 | 3.3% | ||
groove-logic | 0 | 539,885,146 | 7.5% | ||
dpend.active | 0 | 1,112,354,865 | 0.66% | ||
doomboom | 0 | 1,418,114,370 | 100% | ||
zelegations | 0 | 11,896,617,685 | 100% | ||
fengchao | 0 | 3,694,237,415 | 3% | ||
hivewaves | 0 | 561,099,278 | 75% | ||
hornetsnest | 0 | 144,901,155,180 | 95% | ||
softworld | 0 | 509,253,010,553 | 37% | ||
polish.hive | 0 | 8,607,431,663 | 3.3% | ||
captainhive | 0 | 729,883,357,896 | 40% | ||
quello | 0 | 656,241,082,290 | 100% | ||
dcityrewards | 0 | 88,520,388,704 | 3.3% | ||
marvschurchill1 | 0 | 1,609,271,797 | 50% | ||
paulman | 0 | 1,454,949,794 | 75% | ||
hiveonboard | 0 | 1,683,216,265 | 1.87% | ||
hivelist | 0 | 2,613,609,901 | 1.65% | ||
blocktokens | 0 | 5,478,177,057 | 100% | ||
ghaazi | 0 | 186,035,897,000 | 100% | ||
rz1996 | 0 | 5,177,949,392 | 100% | ||
iamyohann | 0 | 332,029,798 | 2.5% | ||
hivecur | 0 | 82,600,032,162 | 3.3% | ||
prm4031 | 0 | 829,259,015 | 100% | ||
cryptomiguel1 | 0 | 3,179,433,970 | 100% | ||
newigennity | 0 | 33,785,641,795 | 100% | ||
chartreader | 0 | 137,974,485 | 3.3% | ||
reward.app | 0 | 10,521,119,604 | 20% | ||
enilemor | 0 | 11,133,973,128 | 50% | ||
angiel | 0 | 20,961,152,069 | 100% | ||
sassafrass | 0 | 648,069,550 | 100% |
What will be the main functionality of hard fork 24?
author | chesatochi |
---|---|
permlink | re-mahdiyari-qek8u9 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2020.07.4"} |
created | 2020-08-04 22:22:57 |
last_update | 2020-08-04 22:22:57 |
depth | 1 |
children | 1 |
last_payout | 2020-08-11 22:22:57 |
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 | 52 |
author_reputation | 235,233,928,560,443 |
root_title | "How to prepare your applications for HF24" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,895,806 |
net_rshares | 0 |
See the posts by @blocktrades
author | mahdiyari |
---|---|
permlink | qek8z5 |
category | hive-139531 |
json_metadata | {"users":["blocktrades"],"app":"hiveblog/0.1"} |
created | 2020-08-04 22:25:51 |
last_update | 2020-08-04 22:25:51 |
depth | 2 |
children | 0 |
last_payout | 2020-08-11 22:25:51 |
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 | 29 |
author_reputation | 199,864,818,197,856 |
root_title | "How to prepare your applications for HF24" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,895,847 |
net_rshares | 0 |
Wow, muy interesante tu post, y muy instructivo, gracias por compartir, te voto y te sigo.
author | comandoyeya |
---|---|
permlink | qekivw |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-08-05 01:59:57 |
last_update | 2020-08-05 01:59:57 |
depth | 1 |
children | 0 |
last_payout | 2020-08-12 01:59:57 |
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 | 90 |
author_reputation | 590,943,215,957,467 |
root_title | "How to prepare your applications for HF24" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,898,380 |
net_rshares | 0 |
Hello @mahdiyari, I know you posted this some time ago, but it's never too late to mention a big thank you. This summary is extremely helpful to app developers.
author | elindos |
---|---|
permlink | re-mahdiyari-qhqe4y |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2020.09.5"} |
created | 2020-10-05 13:43:51 |
last_update | 2020-10-05 13:43:51 |
depth | 1 |
children | 0 |
last_payout | 2020-10-12 13:43:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 61,889,516,747,789 |
root_title | "How to prepare your applications for HF24" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,975,189 |
net_rshares | 307,976,443,008 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 307,976,443,008 | 50% |