From 370e97579bd664ae439c62e394a68643afcbf14f Mon Sep 17 00:00:00 2001 From: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> Date: Sat, 9 Mar 2024 07:54:51 -0500 Subject: [PATCH 1/2] Update full-tutorial.md Remove note about cost refunds. --- docs/full-tutorial.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/full-tutorial.md b/docs/full-tutorial.md index 7d3d13d..c694b2c 100644 --- a/docs/full-tutorial.md +++ b/docs/full-tutorial.md @@ -245,8 +245,6 @@ Now you can install the contract to the network and check how it behaves. If you are sending the deploy on Mainnet, try several put deploys on the Testnet to understand the exact gas amount required for that deploy. Refer to the [note about gas price](https://docs.casper.network/developers/dapps/sending-deploys/#a-note-about-gas-price) to understand more about payment amounts and gas price adjustments. -**The Casper platform currently does not refund any tokens as part of sending a deploy.** For example, if you spend 10 CSPR for the deployment and it only costs 1 CSPR, you will not receive the remaining 9 CSPR. Refer to the [Gas and the Casper Blockchain](https://docs.casper.network/concepts/economics/gas-concepts/) documentation for further details. - Use the following command template to deploy the contract: ```bash @@ -809,4 +807,4 @@ You can see that the name is `CasperTest` in this example. } } -``` \ No newline at end of file +``` From 1665e4abc85272c35db83ba9683354c7d7bcde74 Mon Sep 17 00:00:00 2001 From: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:19:24 -0400 Subject: [PATCH 2/2] Update full-tutorial.md --- docs/full-tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/full-tutorial.md b/docs/full-tutorial.md index c694b2c..48bd041 100644 --- a/docs/full-tutorial.md +++ b/docs/full-tutorial.md @@ -245,6 +245,8 @@ Now you can install the contract to the network and check how it behaves. If you are sending the deploy on Mainnet, try several put deploys on the Testnet to understand the exact gas amount required for that deploy. Refer to the [note about gas price](https://docs.casper.network/developers/dapps/sending-deploys/#a-note-about-gas-price) to understand more about payment amounts and gas price adjustments. +Casper's Peregrine update introduced a refund system. In the event of overpay, 99% of unspent funds will be refunded. The refund only takes into account overpay after the actual gas cost of the Deploy in question. + Use the following command template to deploy the contract: ```bash