* feat: add getStakeActivation to web3.js
* feat: add activation status to delegation card
* style: pretty
* feat: add epoch to getStakeActivation call
* feat: add unit test for getStakeActivation in web3.js
* feat: add test for getStakeActivation in web3.js
* feat: add getStakeActivation
* chore: add rollup watch
* feat: use string literal for stake activation state
* fix: dont display empty () for not delegated accounts
* fix: remove optional chaining due to issue with esdoc
* chore: remove optional_chaining
* feat: add live test for getStakeActivation
* feat: add active/inactive stake to account page
* feat: extend _buildArgs to support additional options, simplify unit test
* chore: update @solana/web3.js tp 0.76.0
* style: resolve linter issues
Co-authored-by: Justin Starry <justin@solana.com>
* explorer: Improve display of Serum dex program instructions
* fix formatting
* add market pairs labels for serum addresses
* update serum market registry, remove truncate right
* update serum market labels
* update serum market labels and show label on token details page
* add try catch, simplify to just return title
* remove random space
* add sentry exception handler
* remove extra space
* render consistent fixed point on balance, add tilde for approximation
* run format fix
* add comment
* make number values monospaced and add comma formatting
* explorer: Auto-update transactions until they reach max confirmation
* convert to side effect
* proper cleanup
* minor cleanup
* pull isAutoRefresh from context, refactor, and add loading indicator / dhide refresh
* split effects into two, manage interval in one effect only
* simplify interval
* move autoRefresh up a level, use computed value
* flip conditional for readability
* accidentally factored out not found case
* add attempts bailout
* run prettier
* bailout after 5 polls of 0 confirmations
* move bailout into state, change autoRefresh prop to enum to support bailout state
* run prettier to clean up formatting
* reintroduce details not available until max confirmations message
* add error card with refresh if zero confirmation bailout
* allow retry on bailouts