diff --git a/contracts/bootstrap/package.json b/contracts/bootstrap/package.json index 653e6700..8e688c17 100644 --- a/contracts/bootstrap/package.json +++ b/contracts/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap", - "version": "0.8.9", + "version": "0.8.10", "description": "", "main": "index.ts", "scripts": { diff --git a/contracts/package.json b/contracts/package.json index cedb83cd..24c4f8bb 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "reti-contracts", - "version": "0.8.9", + "version": "0.8.10", "license": "MIT", "scripts": { "generate-client": "algokit generate client contracts/artifacts/ --language typescript --output contracts/clients/{contract_name}Client.ts && ./update_contract_artifacts.sh``", diff --git a/nodemgr/internal/lib/reti/stakingpool.go b/nodemgr/internal/lib/reti/stakingpool.go index 185b9a66..9eec20cb 100644 --- a/nodemgr/internal/lib/reti/stakingpool.go +++ b/nodemgr/internal/lib/reti/stakingpool.go @@ -296,7 +296,8 @@ func (r *Reti) GoOnline(poolAppID uint64, caller types.Address, needsIncentiveFe var goOnlineFee uint64 = 0 // if going offline to online - pay extra 2 algo so the account is payouts eligible ! - if needsIncentiveFeePaid { + //if needsIncentiveFeePaid { + if true { // TODO - this is temporary - need to wait until AVM has opcode which can detect if account isn't currently // eligible for incentives and only then to pay the extra fee // account return will also have IncentiveEligible property which caller will use when calling us. diff --git a/ui/package.json b/ui/package.json index ad37ea34..767a8bff 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "reti-ui", - "version": "0.8.9", + "version": "0.8.10", "private": true, "type": "module", "engines": {