We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
========================================
Stage 1
open branch migration/flow
migration/flow
update cargo.toml dependencies
migrate structs to new macro syntax
migrate storage to new macro syntax
migrate events, errors to new macro syntax
migrate pallet to new macro syntax
add/fix commission calculation (fixed point arithmetic)
write tests
benchmarking
add PR to main
Stage 2
Refactor assets to ORML:
Network Transaction fees use local network native currency
Deposits use GAME
Payments use (depending on network) aUSD/PLAY/DAI/USDT
suggest migration in architecture round
extend this issue with new decisions
how to test:
your build should result in no warnings by your added functionality.
The text was updated successfully, but these errors were encountered:
vovacha
Successfully merging a pull request may close this issue.
========================================
Stage 1
open branch
migration/flow
update cargo.toml dependencies
migrate structs to new macro syntax
migrate storage to new macro syntax
migrate events, errors to new macro syntax
migrate pallet to new macro syntax
add/fix commission calculation (fixed point arithmetic)
write tests
benchmarking
add PR to main
Stage 2
Refactor assets to ORML:
Network Transaction fees use local network native currency
Deposits use GAME
Payments use (depending on network) aUSD/PLAY/DAI/USDT
suggest migration in architecture round
extend this issue with new decisions
========================================
how to test:
your build should result in no warnings by your added functionality.
The text was updated successfully, but these errors were encountered: