Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e0afb1e
esdt improvements new functions - first draft
ssd04 Jun 25, 2024
b34c839
add meta data update function
ssd04 Jun 25, 2024
8428317
add options for metadata update and recreate
ssd04 Jun 25, 2024
3a3a9c3
update modify creator info
ssd04 Jul 1, 2024
b756a74
added more functions
ssd04 Jul 4, 2024
59808ea
update register dynamic funcs
ssd04 Jul 4, 2024
9a3f5f0
add more roles for sft tokens
ssd04 Jul 26, 2024
1abef43
fix set new uris func name
ssd04 Aug 1, 2024
553f398
fixes after review
ssd04 Aug 1, 2024
e2723e2
small fixes
ssd04 Aug 12, 2024
81b499c
small fixes
ssd04 Aug 12, 2024
34d1ff6
Fix heading hierarchy in crowdfunding-p1.md
hugo-levet Sep 5, 2024
2dcfdaa
added table wrapper component to be used on large tables to make them…
radumojic Sep 18, 2024
a02aa8b
updated @docusaurus packages to 3.5.2
radumojic Sep 19, 2024
0a82a2a
Merge pull request #972 from hugo-levet/patch-1
radumojic Sep 19, 2024
9320715
Merge pull request #973 from multiversx/rm-table-wrapper
radumojic Sep 19, 2024
048448f
Merge pull request #974 from multiversx/main
radumojic Sep 19, 2024
18461d5
fix broken links
radumojic Sep 19, 2024
2b2a6de
Merge pull request #977 from multiversx/fix-broken-links-2
radumojic Sep 19, 2024
34434cd
Merge branch 'development' of github.com:multiversx/mx-docs into upda…
radumojic Sep 20, 2024
e3e7442
updated actions
radumojic Sep 20, 2024
3d86b9b
updated actions
radumojic Sep 20, 2024
7d61f89
Merge branch 'development' of github.com:multiversx/mx-docs into upda…
radumojic Sep 20, 2024
6ef55c5
Merge branch 'development' of github.com:multiversx/mx-docs into upda…
radumojic Sep 20, 2024
ff0f563
update build actions
radumojic Sep 20, 2024
d8be084
fix sft roles description
ssd04 Sep 20, 2024
f135350
update build actions
radumojic Sep 20, 2024
013373e
Merge pull request #932 from multiversx/esdt-improvements-new-functions
ssd04 Sep 20, 2024
eadd925
Adjust amount for NFT register (dynamic).
andreibancioiu Sep 20, 2024
49256c8
Merge pull request #979 from multiversx/spica-09-20
andreibancioiu Sep 20, 2024
efaf67a
Merge pull request #978 from multiversx/update-build-actions
radumojic Sep 20, 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
6 changes: 3 additions & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install packages
Expand All @@ -28,7 +28,7 @@ jobs:
REACT_APP_ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}
REACT_APP_ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: development
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install packages
Expand All @@ -28,7 +28,7 @@ jobs:
REACT_APP_ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}
REACT_APP_ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tutorial-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Rust tutorial code test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
default: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install packages
Expand Down
3 changes: 1 addition & 2 deletions docs/developers/meta/interactor/interactors-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ Following this command, the `state.toml` file becomes visible and contains the n

### Attach tracer (optional)

Optionally, let's attach a [tracer](/developers/interactor/interactors-overview#traces) to the interactor. This records every action and writes it as a mandos step at a specified path.

Optionally, let's attach a [tracer](/developers/meta/interactor/interactors-overview#traces) to the interactor. This records every action and writes it as a mandos step at a specified path.

```rust title=interactor_main.rs
impl ContractInteract {
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/relayed-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Decoding the arguments ([useful resources here](/developers/sc-calls-format/)) w
## Relayed transactions version 3

:::note
This feature is not available at the moment on Mainnet.
This feature is not yet available on **Mainnet**. See [Spica Protocol Upgrade](https://governance.multiversx.com/proposal/erd1qqqqqqqqqqqqqpgq4qvrwlr2e6ld50f3qfc94am38p8298kthg4s3f0vfn/1).
:::

Relayed transactions v3 feature comes with a change on the entire transaction structure, adding a new optional field `InnerTransactions`, which is a collection of inner transactions. That being said, relayed transactions v3 allow the user to send multiple inner transactions on the same relayed transaction which will be executed as normal transactions, without the gas consuming data field of the old relayed transactions versions.
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/tutorials/crowdfunding-p1.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ It's time to add some functionality to the `init` function now, because the next

[comment]: # (mx-context-auto)

# **Step 4: the test**
## **Step 4: the test**

In this step you will use the `init` method to persist some values in the storage of the Crowdfunding smart contract. Afterwards, we will write a test to make sure that these values were properly stored.

Expand Down
8 changes: 4 additions & 4 deletions docs/integrators/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Integrators may choose to have a unified view of the network, leveraging the [hy

### What signature scheme does MultiversX use?

For transactions, [ed25519](/developers/signing-transactions/signing-transactions) is used.
For transactions, [ed25519](/developers/signing-transactions) is used.

### What BIP-0044 coin type is being used?

Expand Down Expand Up @@ -87,8 +87,9 @@ Regular user accounts get created on the blockchain when the corresponding addre
### How to distinguish between a normal account and a smart contract?

Examples of addresses:
- **regular user account:** `erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th`
- **smart contract:** `erd1qqqqqqqqqqqqqpgqq66xk9gfr4esuhem3jru86wg5hvp33a62jps2fy57p`

- **regular user account:** `erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th`
- **smart contract:** `erd1qqqqqqqqqqqqqpgqq66xk9gfr4esuhem3jru86wg5hvp33a62jps2fy57p`

If the address (decoded as bytes) has a prefix of 8 bytes of `0x00`, then it refers to a smart contract.

Expand All @@ -103,4 +104,3 @@ Look for events of type [`SCDeploy`](/developers/event-logs/contract-deploy-even
### Is it possible to upgrade a smart contract?

Yes, if the `upgradeable` flag is set in the contract's [metadata](/developers/data/code-metadata). Also see [upgrading smart contracts](/developers/developer-reference/upgrading-smart-contracts).

Loading