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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
edit ledger-state.json to trigger immediate reconcile (manually update the reconcileStamp to be in the past, e.g. copy the value of bootStamp)
start brave with LEDGER_VERBOSE=true LEDGER_NO_DELAY=true LEDGER_NO_FUZZING=true and wait until ledger-state.json contains currentReconcile object
exit brave
open ledger-state.json and write down the value of surveyorId in currentReconcile
edit ledger-state.json and corrupt the value of surveyorId in currentReconcile (e.g. change some letters)
start brave with LEDGER_VERBOSE=true LEDGER_NO_DELAY=true LEDGER_NO_FUZZING=true and wait until ledger-state.json the currentReconcile object is updated
when updated the corrupted value should be fixed (restored to the value you noted down earlier)
Note that the reconcile is not expected to succeed since grant redemption is currently disabled - merely having the surveyorId be automatically fixed is sufficient to consider this test plan as passing
Description
When we did a promotion using the BAT user-growth-pool (UGP), the first 2000 had a settlement time in seconds instead of milliseconds.
We need to make an update to the
bat-client
library to include a fix for this situation so that folks can reconcileThe text was updated successfully, but these errors were encountered: