I hereby claim:
- I am richayotte on github.
- I am anarcode (https://keybase.io/anarcode) on keybase.
- I have a public key ASDZNb1MAaI6FcJehRnkJPLKSzSu1fA6TKPqpnLjPfDV8wo
To claim this, I am signing this object:
#!/bin/bash | |
# @Author: Richard Ayotte | |
# @Date: 2018-11-26 08:10:54 | |
# @Last Modified by: rich | |
# @Last Modified time: 2018-11-26 08:11:35 | |
SYSTEMDPATH=/etc/systemd/system | |
OLDVERSION=002-PsYLVpVv | |
NEWVERSION=003-PsddFKi3 | |
APPS=("baker" "endorser" "accuser") |
!function(ae){"use strict";var eV=104,iS="SET_DELEGATE",jg="success",q$=254,jC="CHECK_SIGNATURE",oz=" is too large for shifting.",pu="from file `",qj="Invalid_argument",gI="Map.bal",ao=16777215,qi="unable to spawn contract `%s`",gG=65599,iR="` and `",jB="operation",gM=512,fI="LE",q_="while running operation %a@.",cG=128,jX="PAIR",cb="0",b6=248,pr=-43,jW="test ",qg="CREATE_CONTRACT",pq="encountered ",ow="Sys_blocked_io",pp="fd ",qf="IF_NONE",q5=781960526,q6=2440588,po="cannot cast value `%a` to type `%a`",dh=1023,qd="@[<v>%a@,%a@,test %a@]",fK=365,pn="while evaluating `",jz="SELF",gX=">",je="%dmin",ou=-97,jc="while applying operation %a",qb="APPLY_OPERATIONS",jb="signature",pm="MUST_FAIL",iO=110,pl="cannot cast value `",p$="PrintStack",qa="illegal `SET_SOURCE` instruction found in contract transfer",q4="{ # Expansion of `",fH="GT",pj="@[@[<hv 2>{",gF="(Right ",ph="internal inconsistent state",gW="e",oq=" : flags Open_rdonly and Open_wronly are not compatible",e1="False",pg="([^/]*)",dg="-",cI=" and ",q2="canno |
const {default: Sotez, crypto} = require('sotez') | |
const sotez = new Sotez('http://127.0.0.1:8732') | |
const words = [ | |
'eight' | |
, 'life' | |
, 'cycle' | |
, 'hub' | |
, 'response' | |
, 'suffer' | |
, 'useless' |
I hereby claim:
To claim this, I am signing this object:
/* | |
* @Author: Richard Ayotte | |
*/ | |
const fs = require('fs') | |
const url = require('url') | |
const [, , harFile] = process.argv | |
const getJsonRpcUrls = entry => | |
RegExp('https://api.infura.io/v1/jsonrpc').test(entry.request.url) | |
const harData = fs.readFileSync(harFile) |
#!/bin/bash | |
# | |
# 20210119 - Use the new --endpoint flag | |
# - Added verbose logging | |
# | |
# 20200608 - Updated to TzKt API | |
# | |
# 20191029 - Added /v3/network back in. | |
# Thanks to Baking-Bad and their Mystique API |