This repository was archived by the owner on Apr 8, 2022. It is now read-only.
Merged
Conversation
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
…into StorageMap Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su> # Conflicts: # pallets/utxo/src/lib.rs # pallets/utxo/src/tests.rs
Signed-off-by: sinitcin <antony@email.su> # Conflicts: # pallets/utxo/src/lib.rs # pallets/utxo/src/tests.rs
Signed-off-by: sinitcin <antony@email.su>
…PointerToIssueToken Signed-off-by: sinitcin <antony@email.su>
…now is an OptionQuery. Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
…ollect_result functions Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su> # Conflicts: # .gitignore # pallets/utxo/src/lib.rs # pallets/utxo/src/tests.rs
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su> # Conflicts: # pallets/utxo/src/lib.rs
Signed-off-by: sinitcin <antony@email.su>
altonen
reviewed
Oct 28, 2021
Contributor
|
Good job. We're getting much closer to what tokens should look like. I think generally the PR is OK. Just a few more tests and the other few comments I mentioned and we're probably good to merge. |
Contributor
|
Agreed with Sam, although in all honesty I've not been through in as much detail as I'd like and I haven't been able to run it for obvious reasons. I think we're close. |
…m our functional tests. Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Contributor
Author
|
It seems that I have done @muursh @TheQuantumPhysicist |
Signed-off-by: sinitcin <antony@email.su>
…ect to tokens tests. Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su> # Conflicts: # node/src/chain_spec.rs # pallets/utxo/README.md # pallets/utxo/src/lib.rs # pallets/utxo/src/mock.rs # pallets/utxo/src/tests.rs # runtime/Cargo.toml
Signed-off-by: sinitcin <antony@email.su>
rewards_and_staking: fix `non_mlt_staking()` test case
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
Signed-off-by: sinitcin <antony@email.su>
rewards_and_staking: fix the issue of exceeding u64 value of transaction fee
TheQuantumPhysicist
approved these changes
Nov 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
According to #67 the format of the token was changed.
Old functions for creating and sending a token were removed due to we cannot sign transactions on the node side, all transactions must be created and signed on the wallet side. In this version, we only verify is tx correct or not.
Now we have an additional data field that is optional. This field using for:
Additional unit and functional tests will make later in another PR.
Also, we have not finished yet discussed fixing the verification function, but decided that return here after the test-net: #81
Unfortunately, we have a bunch of cycles there but it works correctly.
UPDATE: NFT will appear in the next PR ❗❗❗