I hereby claim:
- I am reecepbcups on github.
- I am pbcups (https://keybase.io/pbcups) on keybase.
- I have a public key ASAmF8lq8wRA-qoDhiY_g6guL775M5FisYu0WBGg4Uk_4Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| pagination: | |
| next_key: null | |
| total: "0" | |
| validators: | |
| - commission: | |
| commission_rates: | |
| max_change_rate: "0.010000000000000000" | |
| max_rate: "0.500000000000000000" | |
| rate: "0.050000000000000000" | |
| update_time: "2022-03-24T05:00:00Z" |
| # Upload a CW20 with an account with no funds as the admin. | |
| # Then see if transaction fees through the CW20 go to the said account | |
| KEY="juno1" | |
| KEY_ADDR="juno1hj5fveer5cjtn4wd6wstzugjfdxzl0xps73ftl" # test_node.sh | |
| CHAINID="juno-t1" | |
| MONIKER="localjuno" | |
| KEYALGO="secp256k1" | |
| KEYRING="test" # export JUNOD_KEYRING="TEST" | |
| LOGLjunoL="info" | |
| TRACE="" # "--trace" |
| import json | |
| import os | |
| from requests import get | |
| current_dir = os.path.dirname(os.path.realpath(__file__)) | |
| unconfirmed_txs_file = os.path.join(current_dir, "unconfirmed_txs.json") | |
| def get_txs(): |
| // ex: "GetBlockByHeightRequest" grpc call returns the validatorAddress as hex | |
| // npm i '@cosmjs/encoding | |
| import {fromHex, toBech32} from '@cosmjs/encoding' | |
| // where junovalcons is the prefix for the chain. It MUST be valcons, you can not convert to valoper or normal address from here | |
| const prefix = "junovalcons" | |
| let addr = toBech32(prefix, fromHex("80F24BFDA3E6A8C1BAC0517E7665AC9145D609F7")) |
| #!/usr/bin/env python3 | |
| """ | |
| Reece Williams | March 2023 | |
| Opens folders in your programming mono local repo in your editor or explorer. | |
| Just thrown together, so edge cases are not covered. But it works | |
| chmod +x open.py | |
| mv open.py open | |
| # source .bashrc or .profile or /.zshrc -> the folder this file is saved in |
| # https://docs.junonetwork.io/developer-guides/miscellaneous/get-token-prices | |
| # | |
| # pip install pycoingecko | |
| # python3 main.py | |
| # | |
| # https://pypi.org/project/pycoingecko/ | |
| from pycoingecko import CoinGeckoAPI | |
| from requests import get |
| { | |
| "start_block": 1, | |
| "end_block": 7919651, | |
| "contracts": { | |
| "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq": { | |
| "amount": 1030624, | |
| "label": "BLOCK" | |
| }, | |
| "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9": { | |
| "amount": 529296, |
| { | |
| "start_block": 1, | |
| "end_block": 7919651, | |
| "total_msgs_amount": 32297846, | |
| "interactions": { | |
| "/cosmwasm.wasm.v1.MsgExecuteContract": 14536485, | |
| "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward": 9532682, | |
| "/cosmos.staking.v1beta1.MsgDelegate": 2971214, | |
| "/cosmos.gov.v1beta1.MsgVote": 1403466, | |
| "/cosmos.bank.v1beta1.MsgSend": 1251808, |