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

Development #1073

Merged
merged 28 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
38b4e01
ai component
andreigiura Feb 20, 2025
e14cf72
Merge branch 'development' into ag/ask-ai
andreigiura Feb 20, 2025
431a8ec
chat endpoint
andreigiura Feb 20, 2025
ecbf418
rem logs
andreigiura Feb 20, 2025
8267464
ask ai button style
andreigiura Feb 20, 2025
423b6a1
Update elastic indexer documentation (#1016)
miiu96 Nov 27, 2024
6eb2fee
Merge branch 'development' into ag/ask-ai
andreigiura Feb 20, 2025
d4aea76
Merge pull request #1064 from multiversx/ag/ask-ai
andreigiura Feb 21, 2025
25cc2d8
Fix sovereign links
axenteoctavian Feb 24, 2025
d896eaa
Merge pull request #1065 from multiversx/sovereign-links-fix
axenteoctavian Feb 24, 2025
6ac4aef
Added copy as markdown functionality on docs. (#1066)
iuliacimpeanu Feb 25, 2025
b7d2d4d
- added token operation warnings on the bridge
iulianpascalau Feb 25, 2025
690ac76
Merge pull request #1067 from multiversx/added-warnings-on-bridge
iulianpascalau Feb 25, 2025
9c8ebee
Fixed copy markdown button at refresh. (#1069)
iuliacimpeanu Feb 25, 2025
8553359
add streaming
andreigiura Feb 26, 2025
17b77fe
change ai service url
andreigiura Feb 26, 2025
5587ddd
Fixed pathname on copy markdown button. (#1070)
iuliacimpeanu Feb 26, 2025
0fddca8
light theme
andreigiura Feb 27, 2025
1db034e
rem log
andreigiura Feb 27, 2025
1981ab3
buton text color
andreigiura Feb 27, 2025
e738875
remove file_search response prefix
andreigiura Feb 27, 2025
17cc610
Merge pull request #1071 from multiversx/ag/ask-ai
andreigiura Feb 27, 2025
a4cd816
beta badge progress
andreigiura Feb 28, 2025
f1ff525
add beta badge
andreigiura Feb 28, 2025
39da04e
Merge pull request #1072 from multiversx/ag/ask-ai
andreigiura Feb 28, 2025
164c171
Merge branch 'main' into development
andreigiura Feb 28, 2025
80fd7f2
add beta badge icon fix
andreigiura Feb 28, 2025
63c0187
Merge pull request #1074 from multiversx/ag/ask-ai
andreigiura Feb 28, 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
11 changes: 10 additions & 1 deletion docs/bridge/whitelist-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,13 @@ the EVM-compatible chain side (depending on the ERC20 contract variant, `addMint
For reference, this is the list of the known smart contracts:
* **Wrapper** `erd1qqqqqqqqqqqqqpgq305jfaqrdxpzjgf9y5gvzh60mergh866yfkqzqjv2h`
* **Ethereum Safe** `erd1qqqqqqqqqqqqqpgqf2cu60ffz9v68r0h62sufxxf67n7xprue3yq4ap4k2`
* **BSC Safe** `erd1qqqqqqqqqqqqqpgqa89ts8s3un2tpxcml340phcgypyyr609e3yqv4d8nz`
* **BSC Safe** `erd1qqqqqqqqqqqqqpgqa89ts8s3un2tpxcml340phcgypyyr609e3yqv4d8nz`

:::warning
To ensure the correct functioning of the bridge, as a MultiversX token owner please ensure the following points are met:
* if you make use of the transfer-role on your token, remember to grant the role also on the **Safe**, **MultiTransfer**, **BridgedTokensWrapper**, and **BridgeProxy** contracts;
* do not freeze the above-mentioned contracts;
* do not wipe tokens on the above-mentioned contracts.

Failure to comply with these rules will force the bridge owner to blacklist the token in order to restore the correct functioning of the bridge.
:::
4 changes: 2 additions & 2 deletions docs/sovereign/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This guide provides detailed instructions on setting up, deploying, and managing

1. [Introduction](/sovereign/concept)
2. [Prerequisites](/sovereign/system-requirements)
3. [Setup Guide](/sovereign/setup)
4. [Custom Configurations](/sovereign/deployment)
3. [Setup Guide](/sovereign/local-setup)
4. [Custom Configurations](/sovereign/custom-configurations)
5. [Managing a Sovereign Chain](/sovereign/managing-sovereign)
6. [Economics](/sovereign/token-economics)
7. [Governance](/sovereign/governance)
Expand Down
161 changes: 161 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@docusaurus/theme-mermaid": "3.5.2",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@mdx-js/react": "3.0.1",
Expand All @@ -36,6 +37,8 @@
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.3",
"react-modal": "^3.16.3",
"rehype-katex": "7.0.0",
"remark-math": "6.0.0"
},
Expand Down
Loading
Loading