This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: futpib <[email protected]> | |
| _gitname=ton | |
| pkgname=ton-git | |
| pkgver=rr174.db3619e | |
| pkgrel=1 | |
| pkgdesc='The next gen network to unite all blockchains and the existing Internet' | |
| arch=('any') | |
| url='https://github.com/ton-blockchain/ton' | |
| license=('GPL') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"body": {"type": "sign-raw-payload", "params": {"messages": [{"amount": "200000000", "address": "0:4678FC05E6A22CAA3AD55CD446CEA60A3352146717D7C866CE99A8EE8F747A7A", "stateInit": "te6cckECDQEAAk8AAgE0AQIBFP8A9KQT9LzyyAsDAdOAHWXV8v1GUyaOAk5BBDDpDrFRBulaV3rnP465NWdH5GewAnvQeUr0R71RKV2zJmLko4lBPlmiWq71htAmdUW4bxb2ADg+PWAAeBEceC4y4SKgNzApowI3UBKOWK2Mv5sxyl25qNj/h2gEBAIBIAUGAE9QFH01cAgA4Pj1gAHgRHHguMuEioDcwKaMCN1ASjlitjL+bMcpduYQAgFIBwgABPIwAgLMCQoAL6A4WdqJofSB9IH0gfQBqGGh9AH0gfQAYQH32A6GmBgLjYSS+CcH0gGHaiaH0gfSB9IH0AahgRa6ThAVnHHZkbGymQ44LJL4NwKJFjgvlw+gFpj4DBCAKJxsjdeXD66Z+Y/SAYIBpkKALniygB54sA54sA/QFmZPaqcBNjgEybCBsimYI4eAVwA2mP6Z+YEOAAyS+FcBDAsB97RJBCB3NZQBQKRhfeXDhAeh9AH0gfQAYOEAIZGWCqATniyi50JDQqFrQilAK/QEK5bVkuP2AOEAIZGWCrGeLKAP9AQtltWS4/YA4QAhkZYKoAueLAP0BCeW1ZLj9gDgQQQgv5h6KEMAMZGWCqALnixF9AQpltQnlj4pln8MAMjAApoxEEcQNkVAEvAK4DI2NwTAA45HBIIQO5rKAL7y4clTEscFWccFsfLhynAgghBfzD0UIYAQyMsFUAbPFiL6AhXLahTLHxTLPyHPFgHPFsoAIfoCygDJgQCg+wDgXwaED/LwACYizxZYzxbKACH6AsoAyYEAoPsAcEsWiQ=="}, {"amount": "100000000", "ad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source ~/projects/antigen.zsh | |
| # Load the oh-my-zsh's library. antigen use oh-my-zsh | |
| # Bundles from the default repo (robbyrussell's oh-my-zsh). | |
| antigen bundle git # Lots of git aliases | |
| ####### antigen bundle Tarrasch/zsh-autoenv # Suppoert for folder specific | |
| #envirronment | |
| antigen bundle pip # Python package manager autocomplete helper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from time import sleep | |
| def f(x): | |
| return """{ | |
| transactions( | |
| address_friendly: "Ef8gQpp7pKD9GzBrcr3ju9faPjEWHPerhZ4tFpSiDoDUINxn", | |
| order_by: "lt" | |
| lt_gt: """ + '"' + str(x) + '"' + """ | |
| page_size: 150 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl get po -A --all-namespaces -o json | jq '.items[] | select(.status.reason!=null) | select(.status.reason | contains("Evicted")) | "kubectl delete po \(.metadata.name) -n \(.metadata.namespace)"' | xargs -n 1 bash -c |
OlderNewer