Primary Functionality #3

Merged
parabitdev merged 10 commits from parabit/proof-of-concept into master 2026-04-29 22:36:30 +00:00
parabitdev commented 2026-02-16 17:19:18 +00:00 (Migrated from github.com)

Started as a proof of concept, but with the systems all working correctly, I think it is worth merging this and then working on the frontend/design to release it as a real product.

Screenshot from 2026-04-29 14-20-43 Screenshot from 2026-04-29 14-20-55

Started as a proof of concept, but with the systems all working correctly, I think it is worth merging this and then working on the frontend/design to release it as a real product. ![Screenshot from 2026-04-29 14-20-43](/attachments/e4c9c99a-c927-4044-83db-2736251c9c7c) ![Screenshot from 2026-04-29 14-20-55](/attachments/8d107012-1e1e-465d-adb3-b868a4adaa00)
theme and ci changes
Some checks failed
CI / lint (pull_request) Successful in 6m24s
CI / test (ubuntu-latest) (pull_request) Successful in 7m11s
CI / test (macos-latest) (pull_request) Has been cancelled
CI / test (windows-latest) (pull_request) Has been cancelled
0bb3bb7f21
first pass at collection-based swapping page
Some checks failed
CI / test (macos-latest) (pull_request) Waiting to run
CI / test (windows-latest) (pull_request) Waiting to run
CI / lint (pull_request) Failing after 5m44s
CI / test (ubuntu-latest) (pull_request) Failing after 5m52s
d8a961428c
collection tooling
Some checks failed
CI / lint (pull_request) Successful in 3m47s
CI / test (ubuntu-latest) (pull_request) Successful in 4m33s
CI / test (macos-latest) (pull_request) Has been cancelled
CI / test (windows-latest) (pull_request) Has been cancelled
546a3228e0
parabit changed title from Implementation of PoC for Swap Market to Primary Functionality 2026-04-29 19:42:17 +00:00
paratoxic approved these changes 2026-04-29 22:35:07 +00:00
paratoxic left a comment
Owner

I didn't look at all files in detail but overall it has a good structure and seems to work (ran some tests). A tip I would give along the way is to make the code more type safe. You have a lot of strings that will bite you in the ass down the road. For the ordinals stuff theres is also the ordinals crate and the ord crate that you can pull in to talk to the API (they have types already implemented). But overall LGTM

I didn't look at all files in detail but overall it has a good structure and seems to work (ran some tests). A tip I would give along the way is to make the code more type safe. You have a lot of strings that will bite you in the ass down the road. For the ordinals stuff theres is also the ordinals crate and the ord crate that you can pull in to talk to the API (they have types already implemented). But overall LGTM
parabit merged commit 59dd8b23da into master 2026-04-29 22:36:30 +00:00
parabit referenced this pull request from a commit 2026-04-29 22:36:32 +00:00
Sign in to join this conversation.
No description provided.