I hereby claim:
- I am aaroncox on github.
- I am jesta (https://keybase.io/jesta) on keybase.
- I have a public key ASDn2T8U_KLuUmUq_NIq8yLEUpS3hovLg903aqpzhnOqWgo
To claim this, I am signing this object:
diff --git a/plugins/trace_api_plugin/CMakeLists.txt b/plugins/trace_api_plugin/CMakeLists.txt | |
index 8f9f18691..f94981a7e 100644 | |
--- a/plugins/trace_api_plugin/CMakeLists.txt | |
+++ b/plugins/trace_api_plugin/CMakeLists.txt | |
@@ -12,4 +12,3 @@ target_link_libraries( trace_api_plugin chain_plugin http_plugin eosio_chain app | |
target_include_directories( trace_api_plugin PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" ) | |
add_subdirectory( utils ) | |
-add_subdirectory( test ) | |
diff --git a/plugins/trace_api_plugin/include/eosio/trace_api/extract_util.hpp b/plugins/trace_api_plugin/include/eosio/trace_api/extract_util.hpp |
const cosign_noop = { | |
account: 'greymassnoop', | |
name: 'noop', | |
authorization: [ | |
{ | |
actor: 'greymassfuel', | |
permission: 'cosign', | |
} | |
], | |
data: {} |
FROM ubuntu:16.04 | |
RUN rm /bin/sh && ln -s /bin/bash /bin/sh | |
RUN apt-get update \ | |
&& apt-get install -y build-essential g++ gcc git curl python make libusb-dev libudev-dev libusb-1.0-0-dev \ | |
&& apt-get -y autoclean | |
ENV NVM_DIR /usr/local/nvm | |
ENV NODE_VERSION 8.16.0 |
{ | |
"contract": { | |
"account": "ridlridlcoin", | |
"abi": { | |
"version": "eosio::abi/1.0", | |
"types": [ | |
{ | |
"new_type_name": "account_name", | |
"type": "name" | |
} |
user www-data; | |
worker_processes auto; | |
worker_rlimit_nofile 65535; | |
pid /run/nginx.pid; | |
# include /etc/nginx/modules-enabled/*.conf; | |
events { | |
worker_connections 10000; |
I hereby claim:
To claim this, I am signing this object:
Verifying myself: My Bitcoin username is +aaroncox. https://onename.io/aaroncox |
# Install HomeBrew | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
# Install Git | |
brew install git | |
# Install wget | |
brew install wget | |
# Install NodeJS |
<html> | |
<head></head> | |
<body> | |
<!-- ... (The rest of the page page) ... --> | |
<script type="text/javascript" charset="utf-8"> | |
$(function() { | |
d3up.getBuild(1); | |
d3up.getBuild(2); | |
console.log(d3up.builds); | |
}); |