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
function to calculate total spendable amount; this will be used by sentry to update it on request
Function: adapter.get_deposit(channel, address) -> Deposit {total, stillOnCreate2}
This will be stored in the DB as spender, channel, channel_id, total, stillOnCreate2 } later on, unique by channel_id, spender#381
https://github.com/AdExNetwork/aips/issues/61
Function:
adapter.get_deposit(channel, address) -> Deposit {total, stillOnCreate2}
This will be stored in the DB as
spender, channel, channel_id, total, stillOnCreate2 }
later on, unique bychannel_id, spender
#381outpace.deposited(channelId, spender)
)stillOnCreate2
-erc20.balanceOf(counterfactualDepositAddr)
this should be passed by thechannel.deposit_asset
create2 address: https://github.com/AdExNetwork/adex-protocol-eth/blob/identity-tests/contracts/IdentityFactory.sol#L39-L41
store both values so that we know stillOnCreate2
The text was updated successfully, but these errors were encountered: