Skip to content

Commit

Permalink
Merge branch 'main' into tutorial-runner-tutorial-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 authored Aug 28, 2023
2 parents db20ab3 + 339e405 commit 9a66192
Show file tree
Hide file tree
Showing 42 changed files with 3,150 additions and 395 deletions.
13 changes: 5 additions & 8 deletions docs/node-operators/foundation-delegation-program.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,15 @@ Include a memo listing the epoch number your payment corresponds to.

### Where do I send my rewards?

Please read instructions below on where and how to return block rewards:

#### Delegation Addresses
Download the following spreadsheet to see the full list of delegation addresses to send and receive rewards:
Download the following spreadsheet to see the full list of delegation addresses and designated address to send back rewards:

- [Mina Foundation](/Mina_Foundation_Addresses.csv)
- [Mina Foundation](https://docs.google.com/spreadsheets/d/1Fm4XSS9Xu4eWAhpM06sdySUKvLClR5SculXfP5o5sSc/)

#### Payout Attribution
In order for the token provider to associate the transaction with your delegation, please send the transaction back to the same address that sent you the delegations.

:::tip

Reminder: You must send computed rewards to the same addresses that delegate to you. It is no longer necessary to add identifying information in the memo.
:::
In order for the token provider to associate the transaction with your delegation, please send the transaction to the address listed on the spreadsheet linked above. In the spreadsheet you can find the Mina Foundation address delegating to you, and directly to the right of the address will be the address you should return the rewards to.

### How do I calculate the reward payout?

Expand Down
29 changes: 29 additions & 0 deletions docs/zkapps/experimental.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Experimental features
description: Experimental features are not considered production-ready.
keywords:
- experimental
- feedback
---

# Experimental features

Some new features are considered experimental before they are production-ready.

Exposing experimental features gives you an opportunity to try our newest features sooner.

In return, your feedback helps us make sure that our new features are reliable and useful.

## Feedback

We appreciate any and all feedback you want to provide.

The best place to provide feedback and ask questions is on [Mina Protocol Discord](https://bit.ly/MinaDiscord).

To ask zkApps questions and engage with other developers building zkApps with SnarkyJS, use the [#zkapps-developers](https://discord.com/channels/484437221055922177/915745847692636181) channel.

Experimental features are in active development and your feedback is especially appreciated.

- The feature may have bugs
- The feature may be changed, deprecated, or removed
- Any documentation for the feature explicitly notes the feature is experimental
4 changes: 2 additions & 2 deletions docs/zkapps/snarkyjs/recursion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ zkApp programmability is not yet available on the Mina Mainnet. You can get star

:::

Experimental. This API may change.
[Experimental](/zkapps/experimental). This API may change.

Specifically, we are looking into refactoring ZkProgram methods to explicitly return values rather than requiring them to be passed as further inputs.
Specifically, ZkProgram methods could be refactored to explicitly return values rather than requiring them to be passed as further inputs.

# Recursion

Expand Down
4 changes: 2 additions & 2 deletions docs/zkapps/snarkyjs/smart-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ keywords:

:::info

Experimental. This API may change.
[Experimental](/zkapps/experimental). This API may change.

Specifically, we are looking into refactoring ZkProgram methods to explicitly return values rather than requiring them to be passed as further inputs.
Specifically, ZkProgram methods could be refactored to explicitly return values rather than requiring them to be passed as further inputs.

:::

Expand Down
2 changes: 2 additions & 0 deletions docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ We initialize the main.ts script with the boilerplate from the previous tutorial
35 zkAppInstance.deploy();
36 zkAppInstance.initState(salt, Field(750));
37 });
38
39 await deployTxn.prove();
...
```

Expand Down
Loading

0 comments on commit 9a66192

Please sign in to comment.