Git Product home page Git Product logo

Comments (4)

lukaw3d avatar lukaw3d commented on September 26, 2024

Another issue: debonding transactions don't change "available" balance so this is ignored https://github.com/oasisprotocol/oasis-wallet-web/blob/dcb01bfacd7eb043022c5be2581daaeae066fbdb/src/app/state/account/saga.ts#L127

from oasis-wallet-web.

lukaw3d avatar lukaw3d commented on September 26, 2024

Adding a 15 second delay is too low
Checked the delay:

  • made a transfer
  • +9 seconds
  • balance updated
  • +22 seconds
  • transactions updated
setInterval(async () => {
  const acc = await (await fetch('https://api.oasisscan.com/mainnet/chain/account/info/oasis1qz78ap0456g2rk7j6rmtvasc9v2kjhz2s58qgj90')).json()
  const txs = await (await fetch('https://api.oasisscan.com/mainnet/chain/transactions?size=1&address=oasis1qz78ap0456g2rk7j6rmtvasc9v2kjhz2s58qgj90&runtime=true')).json()
  console.log(new Date().toISOString(), acc.data.available, txs.data.list[0].txHash)
}, 1000)

from oasis-wallet-web.

lukaw3d avatar lukaw3d commented on September 26, 2024

Retried:

  • transfer
  • +8 seconds
  • balance and transactions updated

and on testnet

  • transfer
  • +6 sec
  • balance updated
  • +31 sec
  • transactions updated

from oasis-wallet-web.

lukaw3d avatar lukaw3d commented on September 26, 2024

Fixed by #1954

from oasis-wallet-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.