Skip to content

Instantly share code, notes, and snippets.

View kesar's full-sized avatar
🎩
Fixing the world

César Rodríguez kesar

🎩
Fixing the world
View GitHub Profile
/**
* @file
* @copyright defined in eos/LICENSE.txt
*/
#include <nebula.stress/nebula.stress.hpp>
namespace nebula {
void stress::defer(uint32_t amount) {
#pragma once
#include <eosiolib/eosio.hpp>
#include <eosiolib/transaction.hpp>
namespace nebula
{
using eosio::name;
using std::string;
FROM ubuntu:18.04
ARG release=latest
ARG eosbranch=v1.6.4
ARG eoscdtbranch=v1.6.1
ARG token=EOS
ENV OPENSSL_ROOT_DIR /usr/include/openssl
RUN apt-get update -y \