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

Next Release #356

Merged
merged 79 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
a497bd6
Removed rexbal call (redundant)
aaroncox Jan 22, 2025
0f41f45
Added data view to accounts while in advanced mode
aaroncox Jan 22, 2025
db49f90
Added proposals to JSON view of account state
aaroncox Jan 22, 2025
5365dab
Remove rexbal from types
aaroncox Jan 23, 2025
dd60716
Refactored account api
aaroncox Jan 23, 2025
a974e7b
Marked `sources` on AccountState as private and rework components acc…
aaroncox Jan 23, 2025
20a1b2b
Adding new API contract for Jungle4
aaroncox Jan 23, 2025
78c72ee
Separating refund_request from get_account
aaroncox Jan 24, 2025
4096acb
Only consider a balance "unstaking" if its not claimable
aaroncox Jan 24, 2025
087a60c
Moving balance and rexbal to v2 API
aaroncox Jan 24, 2025
e180c1d
Rename feature to `unicovecontracts` and update account name
aaroncox Jan 28, 2025
43804c9
Update unicove.ts
aaroncox Jan 29, 2025
fc02144
Disable new contracts on EOS
aaroncox Jan 29, 2025
c4eb85e
Formatting
aaroncox Jan 29, 2025
4d543c1
Load all contracts by default
aaroncox Jan 29, 2025
b5a9708
Allow calling of readonly actions
aaroncox Jan 30, 2025
e10fab3
Pass network while modifying settings
aaroncox Jan 30, 2025
cd836ec
Removed unneeded checks
aaroncox Jan 30, 2025
e67c896
Updatint svelte/sveltekit/vite
aaroncox Jan 30, 2025
ec28cd2
Reworked network state loading and restructured token/resources
aaroncox Jan 30, 2025
7fcfb24
Removed unused job
aaroncox Jan 30, 2025
5a27100
Added linting
aaroncox Jan 30, 2025
4ac904f
Detect if the account has a contract
aaroncox Jan 30, 2025
9899c20
Error handling + dedicated readonly API
aaroncox Jan 31, 2025
e61f814
Made data param optional
aaroncox Jan 31, 2025
671651a
Added Copy button for links
aaroncox Jan 31, 2025
624771f
Linting
aaroncox Jan 31, 2025
353b441
Automatic request on pageload (if requested)
aaroncox Jan 31, 2025
83d5bea
Some initial work on the actions page
aaroncox Feb 1, 2025
55cfbe5
Action list improvements
aaroncox Feb 1, 2025
09209e1
Using ricardian parser
aaroncox Feb 1, 2025
c56b8d9
Fixed simple ricardian parser
aaroncox Feb 1, 2025
7343390
Allow quick contract lookup
aaroncox Dec 3, 2024
52e6fe0
Revamped contract interface pages
aaroncox Feb 2, 2025
2960523
Removed env variable
aaroncox Feb 2, 2025
4c5f49f
Updating contract kit
aaroncox Feb 2, 2025
1753760
Linting
aaroncox Feb 2, 2025
4be962a
Removed default that installs
aaroncox Feb 2, 2025
b62a215
Minor improvements to transaction handling
aaroncox Feb 2, 2025
16d2f51
Linting
aaroncox Feb 2, 2025
cfec46a
fix: horizontal shift on long pages
deansallinen Feb 3, 2025
81e9041
Merge pull request #344 from greymass/api-v2
aaroncox Feb 4, 2025
688734c
Merge pull request #351 from greymass/fix-horizontal-shifting
aaroncox Feb 4, 2025
72c158d
Minor fixes
aaroncox Feb 4, 2025
c92af0e
Updating contract code
aaroncox Feb 4, 2025
b780bdf
Added circulating supply
aaroncox Feb 4, 2025
85f8f33
feat: og image
deansallinen Jan 22, 2025
ed5e19d
feat: language dependent images
deansallinen Jan 24, 2025
0232982
fix: settings page title updating on language switch
deansallinen Jan 27, 2025
ab32de4
feat: handle og images on routes
deansallinen Jan 27, 2025
f0475dd
fix?: translations outside paraglide context
deansallinen Jan 27, 2025
28a58ad
chore: remove unused files
deansallinen Jan 27, 2025
89549ec
feat: api endpoint to create og images
deansallinen Jan 30, 2025
0112cf4
chore: cleanup unused files
deansallinen Jan 30, 2025
fdab77e
fix: set image headers
deansallinen Jan 31, 2025
cdebd32
chore: add test translations
deansallinen Jan 31, 2025
6001d40
revert lockfiles
deansallinen Jan 31, 2025
d98b248
fix: caption translations
deansallinen Feb 1, 2025
14ffd3f
fix: handle non-existant env var
deansallinen Feb 3, 2025
b89bbdc
refactor: use static image on no api
deansallinen Feb 4, 2025
ab4376e
chore: format
deansallinen Feb 4, 2025
f3ee5af
Reverting lock change
aaroncox Feb 4, 2025
2d61ee0
Merge pull request #342 from greymass/opengraph-images
aaroncox Feb 4, 2025
95f2dd3
refactor: add account button
deansallinen Feb 5, 2025
4104470
fix: z-index on page switcher
deansallinen Feb 6, 2025
6311860
Merge pull request #353 from greymass/fix-page-overlay
aaroncox Feb 6, 2025
500ec13
Removed circulating calc (done in API layer)
aaroncox Feb 4, 2025
092c104
feat: account switcher filter
deansallinen Feb 5, 2025
2cbac44
refactor: logged out experience
deansallinen Feb 6, 2025
fa26d4c
Adding feature flags for metamask and directfunding
aaroncox Feb 6, 2025
fe6ca97
Conditional elements based on network features
aaroncox Feb 6, 2025
7a4c040
Delphioracle pair now uses system token
aaroncox Feb 6, 2025
dac9c91
Use supply instead of max_supply
aaroncox Feb 6, 2025
4196e72
Fixing merge
aaroncox Feb 7, 2025
b7eafd1
Merge pull request #355 from greymass/api-v2
aaroncox Feb 7, 2025
49de78d
fix: horizontal content shift
deansallinen Feb 6, 2025
47ed54e
feat: add state for adding account
deansallinen Feb 7, 2025
51ad631
feat: reset state on drawer close
deansallinen Feb 7, 2025
0027414
Merge pull request #352 from greymass/account-switcher-update
aaroncox Feb 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: format
  • Loading branch information
deansallinen committed Feb 4, 2025
commit ab4376e76c4451a53dc04ad54386fbc023ec4239
4 changes: 2 additions & 2 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@
"navigation_votes": "Votes",
"no_accounts_found": "No accounts found",
"no_supported_funding_methods": "No supported funding methods for this blockchain.",
"og_default_title": "Unicove - Your gateway to the EOS Network",
"og_default_description": "Stake, Send, Manage Tokens, and Explore EOS – all with ease",
"og_default_caption": "Your gateway to the EOS Network",
"og_default_description": "Stake, Send, Manage Tokens, and Explore EOS – all with ease",
"og_default_title": "Unicove - Your gateway to the EOS Network",
"og_send_caption": "Transfer tokens from one account to another account",
"processing_fees": "Processing fees",
"ram_available_balance": "RAM Available",
Expand Down
4 changes: 2 additions & 2 deletions messages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@
"navigation_votes": "투표",
"no_accounts_found": "계정을 찾을 수 없습니다",
"no_supported_funding_methods": "이 블록체인에 대해 지원되는 자금 조달 방법이 없습니다.",
"og_default_title": "Unicove-EOS 네트워크로가는 관문",
"og_default_description": "토큰을 스테이크, 보내기, 관리 및 EOS – 모두 쉽게 탐색",
"og_default_caption": "EOS 네트워크로가는 관문",
"og_default_description": "토큰을 스테이크, 보내기, 관리 및 EOS – 모두 쉽게 탐색",
"og_default_title": "Unicove-EOS 네트워크로가는 관문",
"og_send_caption": "한 계정에서 다른 계정으로 토큰 전송",
"processing_fees": "처리 수수료",
"ram_available_balance": "사용 가능한 RAM",
Expand Down
4 changes: 2 additions & 2 deletions messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@
"navigation_votes": "投票",
"no_accounts_found": "未找到账户",
"no_supported_funding_methods": "该区块链无可用注资途径。",
"og_default_title": "Unicove-您通往EOS网络的网关",
"og_default_description": "轻松获取,发送,管理令牌和探索EOS",
"og_default_caption": "您到EOS网络的网关",
"og_default_description": "轻松获取,发送,管理令牌和探索EOS",
"og_default_title": "Unicove-您通往EOS网络的网关",
"og_send_caption": "将令牌从一个帐户转移到另一个帐户",
"processing_fees": "手续费",
"ram_available_balance": "可用 RAM",
Expand Down
Loading