Skip to content

Fee improvements#210

Open
MichaelTrestman wants to merge 14 commits intomainfrom
fee-improvements-march-2026
Open

Fee improvements#210
MichaelTrestman wants to merge 14 commits intomainfrom
fee-improvements-march-2026

Conversation

@MichaelTrestman
Copy link

No description provided.

@MichaelTrestman MichaelTrestman changed the title Fee improvements march 2026 Fee improvements Mar 12, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 12, 2026

Deploying developer-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: a62eabf
Status: ✅  Deploy successful!
Preview URL: https://6af56e6e.developer-docs-6uq.pages.dev
Branch Preview URL: https://fee-improvements-march-2026.developer-docs-6uq.pages.dev

View logs

| `batch_all` | Reverts all calls atomically on any failure. |
| `force_batch` | Continues past failures; failed calls are skipped. |

Use `batch_all` when all inner calls must succeed or none should. Use `batch` if partial success is acceptable, or `force_batch` to continue past failures.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this would be nicer as a callout, so it can stand out.

Suggested change
Use `batch_all` when all inner calls must succeed or none should. Use `batch` if partial success is acceptable, or `force_batch` to continue past failures.
:::info
Use `batch_all` when all inner calls must succeed or none should. Use `batch` if partial success is acceptable, or `force_batch` to continue past failures.
:::


:::note Full cost for a stake operation

For add_stake, remove_stake, move_stake, or swap_stake:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For add_stake, remove_stake, move_stake, or swap_stake:
For `add_stake`, `remove_stake`, `move_stake`, or `swap_stake`:

@MichaelTrestman MichaelTrestman marked this pull request as ready for review March 18, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants