urbit / bridge

An application for interacting with Azimuth.
MIT License
96 stars 25 forks source link

History for L1 star is blank when it should not be #1030

Open jeremytunnell opened 2 years ago

jeremytunnell commented 2 years ago

Describe the bug My star, padnem, has spawned many planets, and I spawned a new one tonight, and the history for that star is blank... "no transactions yet".

To Reproduce Steps to reproduce the behavior:

  1. Log into bridge
  2. Click on padnem star
  3. Click on "history"

Expected behavior I should have at least seen my spawned planet from tonight. (https://etherscan.io/tx/0xaeae3833b4f5f727b20d8243f654d9ad89d304d45f49318cbb415fc234426128)

Screenshots padnem If applicable, add screenshots to help explain your problem. If possible, please also screenshot your browser's dev console. Here are Chrome's docs for using this feature.

Desktop (please complete the following information):

Login method (please complete the following information): Firefox using Metamask on a Trezor

What Ethereum address were you logged in with? 0xf1Ab8EFeBb0F8CC494047BCD05BF3671492A3082

lukestiles commented 2 years ago

@jeremytunnell are you still getting a blank screen here?

jeremytunnell commented 2 years ago

@lukestiles Yes, it is still blank.

lukestiles commented 2 years ago

@jeremytunnell are there any errors in the dev console?

https://developers.google.com/web/tools/chrome-devtools/open

jeremytunnell commented 2 years ago

@lukestiles Only thing I can see is this:

Firefox can’t establish a connection to the server at wss://b.bridge.walletconnect.org/?env=browser&host=bridge.urbit.org&protocol=wc&version=1.

tomholford commented 2 years ago

@jeremytunnell @lukestiles This is due to the fact that the Transaction history view currently only shows L2 history. Just opened a feature ticket to track adding L1 TXs as well: #1040