Conflux-Network-Global / aragon-client

(Aragon 1) Create and manage decentralized organizations on Ethereum.
https://client.aragon.org
GNU Affero General Public License v3.0
0 stars 1 forks source link

DAOs older than 10k blocks cannot be loaded #1

Closed H34D closed 3 years ago

H34D commented 3 years ago

Describe the bug Loading DAOs that are older than 10k blocks cannot be loaded:

error: Filter error: The gap between from_epoch and to_epoch is larger than max_gap (from: 20333942, to: 20985253, max_gap: 10000)

Mainnet or testnet? conflux testnet

Organization test.aragonid.eth

To Reproduce Steps to reproduce the behavior:

  1. Load DAO

Expected behavior DAO Loads

H34D commented 3 years ago

i added a fix for this to the wrapper with this PR: https://github.com/Conflux-Network-Global/aragon.js/pull/1

now the rest of the calls have to be updated to either use the wrapper or do the chunking themselfs

H34D commented 3 years ago

using the indexing service provided by conflux closed