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

[GRIN-Wallet] change accept_fee_base for - testnet only #10

Open
MCM-Mike opened this issue Dec 12, 2020 · 1 comment
Open

[GRIN-Wallet] change accept_fee_base for - testnet only #10

MCM-Mike opened this issue Dec 12, 2020 · 1 comment
Assignees
Labels
Grin-Wallet Test cases for GRIN-Wallet

Comments

@MCM-Mike
Copy link
Member

MCM-Mike commented Dec 12, 2020

Description:
This test is for testnet only.

Prerequisites:
Grin-Node fully synced and two (2) Grin-Wallets ready to use.
Add the following line to your grin-wallet.toml file on both wallets. Test each cases individually.

Case 1)

#Minimum acceptable fee per unit of transaction weight
accept_fee_base = 499_999

Case 2)

#Minimum acceptable fee per unit of transaction weight
accept_fee_base = 500_000

and send GRINs from one wallet to the other wallet.
Make sure on both wallets have been applied the changes.

Expected result:
For case 1) the transaction should not confirm.
For case 2) the transaction will confirm normally.

Include the output of command

grin-wallet -V

and your environment

uname -a
@MCM-Mike MCM-Mike added Test-Case in development Still need work to describe test case, not ready yet. Grin-Wallet Test cases for GRIN-Wallet labels Dec 12, 2020
@marekyggdrasil marekyggdrasil added ready-for-test Ready to be assigned and be worked on and removed Test-Case in development Still need work to describe test case, not ready yet. labels Dec 13, 2020
@MCM-Mike MCM-Mike self-assigned this Dec 24, 2020
@marekyggdrasil marekyggdrasil removed the ready-for-test Ready to be assigned and be worked on label Dec 24, 2020
@marekyggdrasil
Copy link
Collaborator

My grin-node 5.0.0-rc.1 properly synced and is running on testnet. I also initiated a test wallet with grin-wallet 5.0.0-rc.1 however I am unable to reach the local node due to mimblewimble/grin-wallet#561

Looking for an alternate solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Grin-Wallet Test cases for GRIN-Wallet
Projects
None yet
Development

No branches or pull requests

2 participants