Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: include the default extrinsics on the latest blocks list #113

Merged

Conversation

AlexanderDrazhev
Copy link
Collaborator

This update ensures that default extrinsics are now included when displaying blocks in the latest blocks scroll area.

Copy link

github-actions bot commented Oct 22, 2024

Visit the preview URL for this PR (updated for commit dab5cfc):

https://polkadot-js-dev--pr113-feat-include-default-8nw5x5oo.web.app

(expires Thu, 31 Oct 2024 13:28:40 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 3656b76c9f0cffd714e98af6e6b27ff675bc8e82

Copy link
Collaborator

@DimitarTAtanasov DimitarTAtanasov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one more route explorer/extrinsics where want to filter out the first two extrinsics of each block

@AlexanderDrazhev AlexanderDrazhev force-pushed the feat-include-default-extrinsics-on-latest-blocks-list branch from a16a6af to dab5cfc Compare October 24, 2024 13:22
@AlexanderDrazhev
Copy link
Collaborator Author

There is one more route explorer/extrinsics where want to filter out the first two extrinsics of each block

Done

@AlexanderDrazhev AlexanderDrazhev merged commit af9e85c into dev Oct 25, 2024
2 checks passed
@AlexanderDrazhev AlexanderDrazhev deleted the feat-include-default-extrinsics-on-latest-blocks-list branch October 25, 2024 13:18
DimitarTAtanasov added a commit that referenced this pull request Oct 29, 2024
* Change analytics target url (#96)

* fix signer (#97)

* Added og tags (#98)

* feat: Add papi supported chains (#95)

* add all papi supported polkadot chains

* add all papi supported descriptors

* refactor smoldot chains init

* remove duplicated descriptors install

* dynamic  chain specs fetch

* fix external scan links based on chain in blockdetails page

* refactor chain spec constants

* add chain icons

* target westend in snippets

* show error message when reaching max chain set reties

* Handle decoding failure for kusama asset hub  (#99)

handle decoding extrinsic failure case on kusama asset hub, untill fixed

* Add decoders page (#82)

* snippet improvements (#100)

* refactor chain clients (#103)

* refactor chain clients

* add loaders and no items message on explorer page

* revert smoldot worker config changes

* fix latest-blocks page identity column format error (#104)

* add og:image (#106)

* fix: paddings on block details page (#101)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* fix: the connect wallet button paddings (#102)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* clean up (#109)

* Create LICENSE (#110)

* remove jszip (#111)

* remove dependency

* fix build

* remove old home links (#112)

* update license (#114)

* update license

* add 3rd-party-licenses folder

* fix: Helmet title name (#116)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* feat: include the default extrinsics on the latest blocks list (#113)

* feat: include the default extrinsics on the latest blocks list

* removing the row client extrinsics from signed extrinsics

---------

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

---------

Co-authored-by: Nikolai Cholakov <75268640+nikolaicholakov25@users.noreply.github.com>
Co-authored-by: AlexanderDrazhev <103102774+AlexanderDrazhev@users.noreply.github.com>
Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>
DimitarTAtanasov added a commit that referenced this pull request Oct 29, 2024
* Change analytics target url (#96)

* fix signer (#97)

* Added og tags (#98)

* feat: Add papi supported chains (#95)

* add all papi supported polkadot chains

* add all papi supported descriptors

* refactor smoldot chains init

* remove duplicated descriptors install

* dynamic  chain specs fetch

* fix external scan links based on chain in blockdetails page

* refactor chain spec constants

* add chain icons

* target westend in snippets

* show error message when reaching max chain set reties

* Handle decoding failure for kusama asset hub  (#99)

handle decoding extrinsic failure case on kusama asset hub, untill fixed

* Add decoders page (#82)

* snippet improvements (#100)

* refactor chain clients (#103)

* refactor chain clients

* add loaders and no items message on explorer page

* revert smoldot worker config changes

* fix latest-blocks page identity column format error (#104)

* add og:image (#106)

* fix: paddings on block details page (#101)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* fix: the connect wallet button paddings (#102)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* clean up (#109)

* Create LICENSE (#110)

* remove jszip (#111)

* remove dependency

* fix build

* remove old home links (#112)

* update license (#114)

* update license

* add 3rd-party-licenses folder

* fix: Helmet title name (#116)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* feat: include the default extrinsics on the latest blocks list (#113)

* feat: include the default extrinsics on the latest blocks list

* removing the row client extrinsics from signed extrinsics

---------

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* Dev deploy (#122)

* Fix yml (#119)

* Fix deploy (#121)

* Update deployments

---------

Co-authored-by: Nikolai Cholakov <75268640+nikolaicholakov25@users.noreply.github.com>
Co-authored-by: AlexanderDrazhev <103102774+AlexanderDrazhev@users.noreply.github.com>
Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>
DimitarTAtanasov added a commit that referenced this pull request Oct 29, 2024
* Change analytics target url (#96)

* fix signer (#97)

* Added og tags (#98)

* feat: Add papi supported chains (#95)

* add all papi supported polkadot chains

* add all papi supported descriptors

* refactor smoldot chains init

* remove duplicated descriptors install

* dynamic  chain specs fetch

* fix external scan links based on chain in blockdetails page

* refactor chain spec constants

* add chain icons

* target westend in snippets

* show error message when reaching max chain set reties

* Handle decoding failure for kusama asset hub  (#99)

handle decoding extrinsic failure case on kusama asset hub, untill fixed

* Add decoders page (#82)

* snippet improvements (#100)

* refactor chain clients (#103)

* refactor chain clients

* add loaders and no items message on explorer page

* revert smoldot worker config changes

* fix latest-blocks page identity column format error (#104)

* add og:image (#106)

* fix: paddings on block details page (#101)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* fix: the connect wallet button paddings (#102)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* clean up (#109)

* Create LICENSE (#110)

* remove jszip (#111)

* remove dependency

* fix build

* remove old home links (#112)

* update license (#114)

* update license

* add 3rd-party-licenses folder

* fix: Helmet title name (#116)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* feat: include the default extrinsics on the latest blocks list (#113)

* feat: include the default extrinsics on the latest blocks list

* removing the row client extrinsics from signed extrinsics

---------

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* Dev deploy (#122)

* Fix yml (#119)

* Fix deploy (#121)

* Update deployments

* Test log (#124)

---------

Co-authored-by: Nikolai Cholakov <75268640+nikolaicholakov25@users.noreply.github.com>
Co-authored-by: AlexanderDrazhev <103102774+AlexanderDrazhev@users.noreply.github.com>
Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>
DimitarTAtanasov added a commit that referenced this pull request Oct 29, 2024
* Change analytics target url (#96)

* fix signer (#97)

* Added og tags (#98)

* feat: Add papi supported chains (#95)

* add all papi supported polkadot chains

* add all papi supported descriptors

* refactor smoldot chains init

* remove duplicated descriptors install

* dynamic  chain specs fetch

* fix external scan links based on chain in blockdetails page

* refactor chain spec constants

* add chain icons

* target westend in snippets

* show error message when reaching max chain set reties

* Handle decoding failure for kusama asset hub  (#99)

handle decoding extrinsic failure case on kusama asset hub, untill fixed

* Add decoders page (#82)

* snippet improvements (#100)

* refactor chain clients (#103)

* refactor chain clients

* add loaders and no items message on explorer page

* revert smoldot worker config changes

* fix latest-blocks page identity column format error (#104)

* add og:image (#106)

* fix: paddings on block details page (#101)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* fix: the connect wallet button paddings (#102)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* clean up (#109)

* Create LICENSE (#110)

* remove jszip (#111)

* remove dependency

* fix build

* remove old home links (#112)

* update license (#114)

* update license

* add 3rd-party-licenses folder

* fix: Helmet title name (#116)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* feat: include the default extrinsics on the latest blocks list (#113)

* feat: include the default extrinsics on the latest blocks list

* removing the row client extrinsics from signed extrinsics

---------

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* Dev deploy (#122)

* Fix yml (#119)

* Fix deploy (#121)

* Update deployments

* Test log (#124)

* Remove log (#126)

---------

Co-authored-by: Nikolai Cholakov <75268640+nikolaicholakov25@users.noreply.github.com>
Co-authored-by: AlexanderDrazhev <103102774+AlexanderDrazhev@users.noreply.github.com>
Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>
DimitarTAtanasov added a commit that referenced this pull request Nov 6, 2024
* Change analytics target url (#96)

* fix signer (#97)

* Added og tags (#98)

* feat: Add papi supported chains (#95)

* add all papi supported polkadot chains

* add all papi supported descriptors

* refactor smoldot chains init

* remove duplicated descriptors install

* dynamic  chain specs fetch

* fix external scan links based on chain in blockdetails page

* refactor chain spec constants

* add chain icons

* target westend in snippets

* show error message when reaching max chain set reties

* Handle decoding failure for kusama asset hub  (#99)

handle decoding extrinsic failure case on kusama asset hub, untill fixed

* Add decoders page (#82)

* snippet improvements (#100)

* refactor chain clients (#103)

* refactor chain clients

* add loaders and no items message on explorer page

* revert smoldot worker config changes

* fix latest-blocks page identity column format error (#104)

* add og:image (#106)

* fix: paddings on block details page (#101)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* fix: the connect wallet button paddings (#102)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* clean up (#109)

* Create LICENSE (#110)

* remove jszip (#111)

* remove dependency

* fix build

* remove old home links (#112)

* update license (#114)

* update license

* add 3rd-party-licenses folder

* fix: Helmet title name (#116)

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* feat: include the default extrinsics on the latest blocks list (#113)

* feat: include the default extrinsics on the latest blocks list

* removing the row client extrinsics from signed extrinsics

---------

Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>

* Dev deploy (#122)

* Fix yml (#119)

* Fix deploy (#121)

* Update deployments

* Test log (#124)

* Remove log (#126)

* [feat] Custom Examples (#128)

* Changes

* Load Examples

* Changes

* Changes

* Rename and fixes

* Changes

* delete example

* Changes

* Update examples

* Changes

* Improvements

* Refresh jwt token

* Refresh token and data flow

* Display GitHub details and suggested improvements

* Changes

* Changes

* Changes

* Changes

* Improvements

* Improvements

* Fix lint errors

* Refactor ExampleNotFound component for improved reusability and integrate into CustomExampleList

* Small fixes

disable button on loading and change names

* Fixes

* Improvements

* More fixes

* Improve auth

---------

Co-authored-by: Nikolai Cholakov <75268640+nikolaicholakov25@users.noreply.github.com>
Co-authored-by: AlexanderDrazhev <103102774+AlexanderDrazhev@users.noreply.github.com>
Co-authored-by: Aleksandar Drazhev <alxn.drazhev@gmail.com>
Co-authored-by: Denis Dinkov <denisdinkov7@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants