Skip to content

Commit

Permalink
Add# eosio.system contract(release v1.0.7) for msig contract update test
Browse files Browse the repository at this point in the history
Add# eosio.system contract update msig script

Note# A serializer time limit error occurs when reviewing large propositions.
This issue is documented at EOSIO/eos#4395 and will be included in the v1.0.8 release.
  • Loading branch information
mrmsm committed Jun 29, 2018
1 parent 6f466fb commit 47ae01e
Show file tree
Hide file tree
Showing 33 changed files with 204,575 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/eos/testnet/eos_src")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/eos/testnet/eos_src/build")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)


# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
Loading

0 comments on commit 47ae01e

Please sign in to comment.