Alec Charbonneau

Results 11 comments of Alec Charbonneau

As part of # 3 I have to set up the cron jobs for clearing stale cached DEX data on the backend ([ticket](https://github.com/stellar/dashboard/issues/277)). (CKL can't do since it'll be in...

this has been deployed so closing

this has been added to dashboard-v2. See `LEDGER INFO` chart of https://metrics.stellar.org/?network=mainnet

the keys are different for v1 and v2, that could be also affecting which ledgers are included in each day

this has been added in dashboard-v2 (see AVERAGE TRANSACTION FEE BY DAY (IN STROOPS) section of https://metrics.stellar.org/?network=mainnet) edit: oops I guess a fee stat percentile graph we didn't add. If...

looks like same error handling in the liquidityPoolWithdraw op as well https://github.com/stellar/js-stellar-base/blob/98feac63eaf97dc0bbc7f110d004c4636ee29dea/src/operations/liquidity_pool_withdraw.js#L26-L38

I was getting the same error running dreambooth training using `diffusers==0.8.0` upgrading to `diffusers==0.9.0` removed the error

I started looking a bit into this as well out of curiosity. I found this code helpful to look at, which conforms to the BOLTs https://github.com/lightningnetwork/lnd

I think these might be it: open validation: https://github.com/stellar/experimental-payment-channels/blob/6521706e5e22064d7d0e98ba7a4f2c6857e44cea/sdk/state/open.go#L226 propose payment: https://github.com/stellar/experimental-payment-channels/blob/6521706e5e22064d7d0e98ba7a4f2c6857e44cea/sdk/state/payment.go#L98 confirm payment: https://github.com/stellar/experimental-payment-channels/blob/6521706e5e22064d7d0e98ba7a4f2c6857e44cea/sdk/state/payment.go#L160 propose close: https://github.com/stellar/experimental-payment-channels/blob/6521706e5e22064d7d0e98ba7a4f2c6857e44cea/sdk/state/close.go#L95 confirm close: https://github.com/stellar/experimental-payment-channels/blob/6521706e5e22064d7d0e98ba7a4f2c6857e44cea/sdk/state/close.go#L124

we might want to add the same validation for checking if already closed / closing too 🤔