Hi
ok, it’s clear that the field refer to the time the proposal goes to the state. Transaction goes to preboosted state (preboostedAt filled with timestamp value), but I’ve not clear when (or after what amount of time or under which condition) goes to Boosted state.Same thing for accountsWithUnclaimedRewards.
accountsWithUnclaimedRewards: Array(3) [ "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1", "0xffcf8fdee72ac11b5c542428b35eef5769c409f0", "0x22d491bde2303f2f43325b2108d26f1eaba1e32b" ]
​boostedAt: 0
​closingAt: 1574055451
​confidenceThreshold: 1099511627776
​contributionReward: Object { alreadyRedeemedEthPeriods: 0, alreadyRedeemedExternalTokenPeriods: 0, alreadyRedeemedNativeTokenPeriods: 0, … }
​createdAt: 1574015426
​dao: Object { context: {…}, id: "0x68b0688b9c2676ba19bee93fd41776e1b8c2e677" }
​description: "Please provide Sample proposal description"
​descriptionHash: "QmXq4VzLyEjbWJmirAdbzEPrzzVwgSF3VJTZ6CGe8cRMR4"
​downStakeNeededToQueue: Object { negative: 0, words: (1) […], length: 1, … }
​executedAt: 1574055451
​executionState: 3
​expiresInQueueAt: 1574447426
​genericScheme: null
​genesisProtocolParams: Object { activationTime: 0, boostedVotePeriodLimit: 86400, daoBountyConst: 10, … }
​id: "0x4ad18ce8bca51ea8d71d0aad05567d1d18b8636cdc71957d62baee3ba2c448cd"
​organizationId: "0x2e9f60dfe2c6d37b8094e508b5a83945bb7aa89b49b921e5ccf559eaa779567d"
​paramsHash: undefined
​preBoostedAt: 1574016485
​proposal: Object { id: "0x4ad18ce8bca51ea8d71d0aad05567d1d18b8636cdc71957d62baee3ba2c448cd", staticState: {…}, context: {…} }
​proposer: "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1"
​queue: Object { dao: "0x68b0688b9c2676ba19bee93fd41776e1b8c2e677", id: "0x2e9f60dfe2c6d37b8094e508b5a83945bb7aa89b49b921e5ccf559eaa779567d", name: "ContributionReward", … }
​quietEndingPeriodBeganAt: 0
​resolvedAt: 0
​scheme: Object { address: "0x31c58776929abe0f8ecbab93bfcefe0bfd6b73b3", canDelegateCall: false, canManageGlobalConstraints: false, … }
​schemeRegistrar: null
​stage: 1
​stakesAgainst: Object { negative: 0, words: (3) […], length: 3, … }
​stakesFor: Object { negative: 0, words: (3) […], length: 3, … }
​tags: Array []
​title: "seconda"
​totalRepWhenCreated: Object { negative: 0, words: (3) […], length: 3, … }
​totalRepWhenExecuted: Object { negative: 0, words: (3) […], length: 3, … }
​type: "ContributionReward"
​upstakeNeededToPreBoost: {…}
​​length: 1
​​negative: 0
​​red: null
​​words: Array [ 0 ]
​​<prototype>: Object { _init: init(), _initNumber: _initNumber(), _initArray: _initArray(), … }
​url: "#"
​voteOnBehalf: undefined
​votesAgainst: Object { negative: 0, words: (1) […], length: 1, … }
​votesCount: 3
​votesFor: Object { negative: 0, words: (3) […], length: 3, … }
​votingMachine: "0xba0d957ac890712af5307c8c5eb10dc961b1fa82"
​winningOutcome: 1
​<prototype>: Object { … }
At the moment the application is on a virtual machine (locally on my laptop) and is based on starter-template.
Thanks
Daniele