[A decentralized autonomous community]
In this Constitution, if not inconsistent with the context, the words and expressions shall bear the meanings set opposite them respectively.
Expression: | Meaning: |
---|
auto attrs = atomicdata::deserialize(template_itr.immutable_serialized_data, schema_itr.format); | |
for (auto attr: attrs){ | |
if (attr.first == "ease"){ | |
md.ease = std::get<uint8_t>(attr.second); | |
print("land ease ", md.ease); | |
} | |
... |
diff --cc libraries/chain/controller.cpp | |
index 0717f2a4b,17e9c961c..3154b6a67 | |
--- a/libraries/chain/controller.cpp | |
+++ b/libraries/chain/controller.cpp | |
@@@ -2211,31 -3018,68 +3018,95 @@@ const flat_set<account_name> &controlle | |
return my->conf.resource_greylist; | |
} | |
+void controller::replace_producer_keys( const public_key_type& key ) { | |
+ ilog("Replace producer keys with ${k}", ("k", key)); |
{"givenName":"Testy","familyName":"McTest","gender":"male","description":"I am hoping to be elected because of all of the great skills that I would provide to the DAC. I have been an avid goat herder for over 7 years now and I am already seeing the benefits of my knowledge within eosDAC.","email":"[email protected]","url":"https://example.com","image":"https://eosdac.io/wp-content/uploads/2018/05/eosdaclogo1-300-white-300x300.png","sameAs":[{"link":"https://www.twitter.com/example"}],"timezone":-60} |
#!/bin/bash | |
if [[ $1 == "" ]]; then | |
echo "Search for vanity keys - Usage : ./vanity.sh STRING" | |
exit 1 | |
fi | |
echo "Finding keys containing : $1" | |
while true; do |
#!/usr/bin/python | |
from argparse import Namespace | |
from pyjfuzz.lib import * | |
import requests | |
from thread import start_new_thread | |
def do_req(payload): | |
r = requests.post("http://13.251.66.224:8886/v1/chain/get_code", data=payload) |
I hereby claim:
To claim this, I am signing this object:
0x0971D93DcFC0aa516824C5E2dBEE8c9c6871AeBb |