-
Notifications
You must be signed in to change notification settings - Fork 8
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
Spv #42
Open
LeonLi000
wants to merge
58
commits into
nervosnetwork:master
Choose a base branch
from
LeonLi000:spv
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Spv #42
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
d3559c4
feat(MintXT): finish verify data
b528e6e
feat(MintXT): add makefile to generate types
3857bd3
refactor: use int_enum crate replace template code
a0ac696
Merge branch 'int_enum' into spv
bde44bd
feat(MintXT): finish main logics
e4cb5f1
Merge branch 'master' into spv
8a62700
fix: ambiguous name error
1e943d8
Merge branch 'fix-ambiguous-name' into spv
769ff27
fix: merge error
cb6781b
chore: update makefile
12c6dfb
chore: remove useless refactor
e6acecb
fix: change udt amount unit to u128
b24a0b9
refactor: split mol to multiple files
79b148d
refactor: split mol to multiple files 2
9608be1
fix: btc p2wpkh addr check
f528747
Merge branch 'master' into spv
83ce8a3
fix: errors after merge
9bdbed0
fix: mint udt amount
1144abc
chore: update bitcoin spv dep
e17104e
test: finish spv verify
c264716
test: add normal test
acd5475
Merge branch 'master' into spv
37f1d3e
fix: fix tests
3f85dc7
test: add more test code
4f6ded8
Update contracts/toCKB-typescript/src/switch/mint_xt/mod.rs
2626718
Update contracts/toCKB-typescript/src/switch/mint_xt/mod.rs
a36d3fe
chore: add comment
72d3096
Update contracts/toCKB-typescript/src/switch/mint_xt/mod.rs
a65bb20
Update contracts/toCKB-typescript/src/utils/types/schemas/mint_xt_wit…
5347014
Merge branch 'master' into spv
38471c5
Merge branch 'spv' of github.com:huwenchao/toCKB into spv
48e70ee
fix: type infer bug
0cf7fc7
Merge branch 'master' into spv
2fb847d
chore: fix typo
993d065
Update contracts/toCKB-typescript/src/switch/mint_xt/mod.rs
5a864be
Merge branch 'spv' of github.com:huwenchao/toCKB into spv
96b8150
chore: move simple_udt
25d340e
fix: add capacity check
a3b8194
fix: check toCKB cell capacity
0f05457
Update contracts/toCKB-typescript/src/switch/mint_xt/mod.rs
81dfe58
Update contracts/toCKB-typescript/src/utils/config.rs
c69d9b1
fix tests
62fb93d
feat(MintXT): support eth
LeonLi000 36edad1
feat(MintXT): add eth-spv testcase for mintXT
LeonLi000 2617497
minor change
LeonLi000 2a23a95
rename testcase
LeonLi000 e88fde1
Merge remote-tracking branch 'upstream/spv' into spv
LeonLi000 0a3a34b
bugfix
LeonLi000 097ab56
rebase: rebase from remote
LeonLi000 938bc14
1. finish mint_xt for eth.
LeonLi000 bed3173
fmt code
LeonLi000 992b5ba
remove unused code
LeonLi000 6fda519
add comment
LeonLi000 f700492
fix: use nervos cdk-std
LeonLi000 24e77d0
format code
LeonLi000 59df51e
fmt code
LeonLi000 211a4bf
Merge remote-tracking branch 'upstream/master' into spv
LeonLi000 4a157d2
add xt amount verify
LeonLi000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pub mod tools; | ||
|
||
pub use tockb_types as types; | ||
pub use tockb_types::config; |
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two questions here:
If dosen't, we should verify the tx-structure rather than receipt