Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dacDirectoryMode set to single but filler scrapes all data #10

Open
educatedwarrior opened this issue Oct 17, 2019 · 0 comments
Open

dacDirectoryMode set to single but filler scrapes all data #10

educatedwarrior opened this issue Oct 17, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@educatedwarrior
Copy link

We have the dacDirectoryMode set to single but the filler appears to be pulling all smart contract data. This causes our logs to fill up will junk data and makes it difficult to troubleshoot any issues.

Here is our config file.

module.exports = {
fillClusterSize: 32,
clusterSize: 10,
mongo: {
url: 'mongodb://localhost:27017',
dbName: 'krown',
traceCollection: 'traces',
stateCollection: 'states',
useUnifiedTopology: true
},
amq: {
connectionString: 'amqp://guest:guest@localhost/'
},
eos: {
contracts: ['krowndactokn','krowndaccust','krowndacownr','krowndacmult','krowndacserv','krownairdrop','krownengaged','krowndevfund','krownparty11'],
chainId: "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
endpoint: 'https://eu.eosdac.io',
wsEndpoint: 'ws://ex1.eosdac.io:8080',
wsEndpoints:['ws://ex1.eosdac.io:8080','ws://as1.eosdac.io:8080'],
msigContract: 'eosio.msig',
custodianContract: 'krowndaccust' ,
dacMsigContract: 'krowndacmult' ,
dacDirectoryContract: 'dacdirectory',
legacyDacs: ['krown'],
dacDirectoryMode: 'single',
dacDirectoryDacId: 'krown',
dacGenesisBlock: 74000000
},
logger: {
level: "warn",
environment: "mainnet",
datadog: {
apiKey: ""
}
}
};

@educatedwarrior educatedwarrior changed the title dacDirectoryMode set to single but filler scraps all data dacDirectoryMode set to single but filler scrapes all data Nov 11, 2019
@str str added this to the dacfactory-v1.0 milestone Jun 20, 2020
@str str added the bug Something isn't working label Jun 20, 2020
@str str modified the milestones: dacfactory-v1.0, dacfactory-v1.1 Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants