You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Testing commit to new branch
* Correct function variable token
* config.js to hold file read/write configs.
* forgot require for testing.
* fs include for config.js
* call web3
* fix
* require
* test commit ignore
* test
* test
* exported syncChain function
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test new sync memory json file
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test for 0
* test
* test
* test
* test
* test
* test
* Last doub insert test
* test
* test
* New vars
* broekn func
* rest
* block data
* limit test
* minus dwa
* minus jeden
* quite stuff
* fix brackets
* fix
* test
* quite
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* Patcher test
* test
* patch test
* test
* patcher test
* test
* test
* test
* fix startBlock config
* patcher test
* test
* test
* test
* FInal patcher test
* Patcher Test #2,000,000
* patch test #2,000,001
* test # two million seven hundred thousand four hundred seventy five
* test # two million seven hundred thousand four hundred seventy six
* test # two million seven hundred thousand four hundred seventy seve
* test # two million seven hundred thousand four hundred seventy eight
* test # two million seven hundred thousand four hundred seventy nine
* test # two million seven hundred thousand four hundred eighty
* test # two million seven hundred thousand four hundred eighty one
* test # two million seven hundred thousand four hundred eighty two
* test # two million seven hundred thousand four hundred eighty three
* Default conf
```startBLock``` This is the start block of the blockchain, should always be 0 if you want to sync the whole ETC blockchain.
48
48
```endBlock```` This is usually the 'latest'/'newest' block in the blockchain, this value gets updated automatically, and will be used to patch missing blocks if the whole app goes down.
49
-
```lastSynced``` If `syncAll` is set to true, the sync will record the last block it has written to the db, this will be automatically updated and used when sync.js prematurely exits.
50
-
```syncAll``` If this is set to true at the start of the app, the sync will start syncing all blocks from lastSync, and if lastSync is 0 it will start from whatever the endBlock or latest block in the blockchain is.
51
-
```patch``` This is not used yet but it will be directly corolated with the startBlock param.
52
49
```quiet``` Prints out the log of what it is doing, Might not work for all messages in this release
50
+
```syncAll``` If this is set to true at the start of the app, the sync will start syncing all blocks from lastSync, and if lastSync is 0 it will start from whatever the endBlock or latest block in the blockchain is.
51
+
```patch``` If set to true and below value is set, sync will iterated through the # of blocks specified
52
+
```patchBlocks``` If `patch` is set to true, the amount of block specified will be check from the latest one.
0 commit comments