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

fix: updated legacy boxes #834

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
2930197
Update_legacy_box
thomarnauld Dec 18, 2023
c8dc401
Update_legacy_box_CI_correction
thomarnauld Dec 19, 2023
d3e6ee3
Update_legacy_box_CI_correction_2
thomarnauld Dec 19, 2023
dcca684
resolve yarn lock conflict
thomarnauld Dec 19, 2023
cf51a11
yarn lock file
thomarnauld Dec 19, 2023
ea65bbb
yarn lock fix
thomarnauld Dec 19, 2023
177556a
fix: mobile title feed screens (#824)
WaDadidou Dec 18, 2023
a49833b
fix: article view screen (#827)
WaDadidou Dec 18, 2023
5db3d72
fix: orai chain rest node override (#828)
n0izn0iz Dec 18, 2023
f3975d8
fix: retrieve images URI from html body (#830)
WaDadidou Dec 19, 2023
4a7b804
yarn lock fix
thomarnauld Dec 19, 2023
722b534
lint bug fix
thomarnauld Dec 20, 2023
d44701d
unused exports bug fix
thomarnauld Dec 21, 2023
cf7be8b
remove the commented code
thomarnauld Dec 22, 2023
126af28
all legacy box is now remove
thomarnauld Dec 28, 2023
91c791a
Completed revisions based on reviewer feedback
thomarnauld Jan 8, 2024
6823665
Completed revisions based on reviewer feedback
thomarnauld Jan 8, 2024
f87266f
unused exports bug fix
thomarnauld Dec 21, 2023
9aaf048
remove the commented code
thomarnauld Dec 22, 2023
54f1540
box childreen centered well
thomarnauld Jan 20, 2024
853b16d
box childreen centered well and rebase ok
thomarnauld Jan 22, 2024
b4f0c3c
feat: add script to get activities stats per address (#829)
n0izn0iz Dec 19, 2023
83a14b8
fix: prevent make a new post instead of a comment on mobile (#838)
WaDadidou Dec 21, 2023
994368f
fix: feed music and video layout hotfix (#840)
n0izn0iz Dec 24, 2023
3454b83
fix: remove footer in upp (#841)
n0izn0iz Dec 24, 2023
f8cfcd4
fix: switch to not banned (yet) ipfs gateway (#842)
n0izn0iz Dec 24, 2023
77a6a3b
fix: use origin separated gateway urls (#843)
n0izn0iz Dec 27, 2023
c98b170
fix: make videos works in Article HTML (#839)
WaDadidou Jan 4, 2024
a474956
fix: articles images uris in render (#853)
sakul-budhathoki Jan 5, 2024
22cc1df
feat: testnet 5 (#850)
n0izn0iz Jan 5, 2024
f7c5abf
fix: add cover image field and show cover image in article consultation
WaDadidou Dec 21, 2023
d56c410
fix: article cover image ratio and fix article card borderRadius mobile
WaDadidou Dec 21, 2023
0fd5656
fix: remove unused code
WaDadidou Dec 21, 2023
3558c46
feat: deploy some test-5 contracts (#855)
n0izn0iz Jan 10, 2024
9712a20
chore: add axl to test config + script to get ibc currencies (#861)
n0izn0iz Jan 10, 2024
af32423
fix: ignore failed txs in burnTotal script (#862)
n0izn0iz Jan 11, 2024
b5d7922
feat: feed post/upload loading bar (#845)
WaDadidou Jan 15, 2024
6a4f5d9
feat: network setup scripts
n0izn0iz Jan 15, 2024
110117b
feat: deploy dao contracts on new testnet
n0izn0iz Jan 15, 2024
3f270b5
feat: update dApp store listings (#858)
omniwired Jan 15, 2024
f92610e
feat: use GridList in dAppStore (#864)
n0izn0iz Jan 15, 2024
13d81cd
feat: add explorer link on UPP (#865)
n0izn0iz Jan 15, 2024
beeb40d
feat(tns): avatar and cover image upload previews (#782)
omniwired Jan 15, 2024
e1cf189
fix: enable useDAOMakeProposal by default (#866)
n0izn0iz Jan 15, 2024
d776b38
feat: NFT Marketplace - Period filter (#860)
WaDadidou Jan 15, 2024
a8a593a
fix: add timePeriod migration (#867)
n0izn0iz Jan 16, 2024
bb589ba
feat: add an input to modify an owned nft listing price (#859)
WaDadidou Jan 16, 2024
3d17666
chore: easier local js lint (#869)
n0izn0iz Jan 16, 2024
ab95f80
feat: paralint (#870)
n0izn0iz Jan 16, 2024
5178b96
chore: check for electron go mod tidyness on CI (#872)
n0izn0iz Jan 16, 2024
4ee6057
fix(paralint): exit with code 1 if a task fails (#873)
n0izn0iz Jan 16, 2024
42fd4b8
chore: add teritori local net (#877)
n0izn0iz Jan 18, 2024
0ec77fb
fix: add a Context to controls wallet funds and wallet connected (#871)
WaDadidou Jan 22, 2024
47e37e3
feat: test-6 (#880)
n0izn0iz Jan 22, 2024
27cdea6
Fix : box childreen centered well and git conflit resolved
thomarnauld Jan 24, 2024
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
4 changes: 3 additions & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ignores: [
"buffer",
"ts-node",
"tsx",
"ts-proto",
"ts-unused-exports",
"postinstall-postinstall",
Expand All @@ -25,6 +25,8 @@ ignores: [
"electron",
"rimraf",
"assert",
"listr2",
"typescript",
]
ignorePatterns: [
"/cache",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: "1.19"

- name: Tidy go.mod
run: go mod tidy
run: make go-mod-tidy

- name: Build
run: go build ./go/...
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,8 @@ jobs:
- name: Lint
run: make lint.js

- name: Validate networks
run: make validate-networks

- name: Validate expo config
run: npx expo-doctor

- name: Check for unused environment variables
run: npx ts-node packages/scripts/unusedEnv.ts

- name: Check dependencies
run: npx depcheck

- name: Build web app
run: yarn expo export:web

- name: Check that there is no diff
run: git diff --exit-code

- name: Check typescript unused exports
run: make unused-exports
9 changes: 9 additions & 0 deletions .yarn/patches/chain-registry-npm-1.20.0-e290300d1b.patch

Large diffs are not rendered by default.

35 changes: 19 additions & 16 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { SearchBarContextProvider } from "./packages/context/SearchBarProvider";
import { TNSMetaDataListContextProvider } from "./packages/context/TNSMetaDataListProvider";
import { TNSContextProvider } from "./packages/context/TNSProvider";
import { TransactionModalsProvider } from "./packages/context/TransactionModalsProvider";
import { WalletControlContextProvider } from "./packages/context/WalletControlProvider";
import {
WalletsProvider,
useWallets,
Expand Down Expand Up @@ -94,22 +95,24 @@ export default function App() {
<WalletSyncer />
<DappStoreApps />
<MultisigDeauth />
<SearchBarContextProvider>
<TransactionModalsProvider>
<TNSContextProvider>
<TNSMetaDataListContextProvider>
<MenuProvider>
<MessageContextProvider>
<MediaPlayerContextProvider>
<StatusBar style="inverted" />
<Navigator />
</MediaPlayerContextProvider>
</MessageContextProvider>
</MenuProvider>
</TNSMetaDataListContextProvider>
</TNSContextProvider>
</TransactionModalsProvider>
</SearchBarContextProvider>
<WalletControlContextProvider>
<SearchBarContextProvider>
<TransactionModalsProvider>
<TNSContextProvider>
<TNSMetaDataListContextProvider>
<MenuProvider>
<MessageContextProvider>
<MediaPlayerContextProvider>
<StatusBar style="inverted" />
<Navigator />
</MediaPlayerContextProvider>
</MessageContextProvider>
</MenuProvider>
</TNSMetaDataListContextProvider>
</TNSContextProvider>
</TransactionModalsProvider>
</SearchBarContextProvider>
</WalletControlContextProvider>
</WalletsProvider>
</DropdownsContextProvider>
</FeedbacksContextProvider>
Expand Down
13 changes: 9 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ node_modules: package.json yarn.lock
yarn
touch $@

.PHONY: go-mod-tidy
go-mod-tidy:
go mod tidy
cd electron && go mod tidy

.PHONY: generate
generate: generate.protobuf generate.graphql generate.contracts-clients generate.go-networks networks.json

Expand Down Expand Up @@ -85,7 +90,7 @@ generate.contracts-clients: $(CONTRACTS_CLIENTS_DIR)/$(BUNKER_MINTER_PACKAGE) $(

.PHONY: generate.go-networks
generate.go-networks: node_modules validate-networks
npx ts-node packages/scripts/generateGoNetworks.ts | gofmt > go/pkg/networks/networks.gen.go
npx tsx packages/scripts/generateGoNetworks.ts | gofmt > go/pkg/networks/networks.gen.go

.PHONY: $(CONTRACTS_CLIENTS_DIR)/$(BUNKER_MINTER_PACKAGE)
$(CONTRACTS_CLIENTS_DIR)/$(BUNKER_MINTER_PACKAGE): node_modules
Expand Down Expand Up @@ -268,16 +273,16 @@ publish.multisig-backend:

.PHONY: validate-networks
validate-networks: node_modules
npx ts-node packages/scripts/validateNetworks.ts
yarn validate-networks

.PHONY: networks.json
networks.json: node_modules validate-networks
npx ts-node packages/scripts/generateJSONNetworks.ts > $@
npx tsx packages/scripts/generateJSONNetworks.ts > $@

.PHONY: unused-exports
unused-exports: node_modules
## TODO unexclude all paths except packages/api;packages/contracts-clients;packages/evm-contracts-clients
npx ts-unused-exports ./tsconfig.json --excludePathsFromReport="packages/api;packages/contracts-clients;packages/evm-contracts-clients;packages/components/socialFeed/RichText/inline-toolbar;./App.tsx;.*\.web|.electron|.d.ts" --ignoreTestFiles
yarn unused-exports

.PHONY: prepare-electron
prepare-electron: node_modules
Expand Down
1 change: 1 addition & 0 deletions api/marketplace/v1/marketplace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ message CollectionsRequest {
bool upcoming = 6;
string network_id = 7;
MintState mint_state = 8;
optional int32 period_in_minutes = 9;
}

message CollectionStatsRequest {
Expand Down
Binary file added assets/default-images/tns-profile-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/governance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/info_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/icons/upload-cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/calc-finance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/cosmostation-val.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/logos/kujira-network.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/logos/nodeguru-val.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions assets/logos/pingpub-val.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/restake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/logos/stakeme-val.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/yieldmos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion go/internal/ipfsutil/ipfsutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ func IPFSURIToURL(ipfsURI string) string {
if !strings.HasPrefix(ipfsURI, "ipfs://") {
return ipfsURI
}
return fmt.Sprintf("https://nftstorage.link/ipfs/%s", strings.TrimPrefix(ipfsURI, "ipfs://"))
return fmt.Sprintf("https://cf-ipfs.com/ipfs/%s", strings.TrimPrefix(ipfsURI, "ipfs://"))
}
Loading