-
Notifications
You must be signed in to change notification settings - Fork 0
V2 #2
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
Merged
V2 #2
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
bc60530
refactor and downgrade to sdk 4.1.1
Canvinus 47b2630
add comment and like
Canvinus a39ac7a
implement add_like
Canvinus 4920c19
add votes
Canvinus 514631e
fix bug of contract reinit
Canvinus 7f7984b
add contracts search test
Canvinus 73405b9
refactoring
Canvinus d210ccd
implement add_coment
Canvinus 6d735b6
add get_comments and tests
Canvinus f310f29
update voting functionality
Canvinus d07eb42
add tests for comment voting
Canvinus 728c09b
add builder script to gitignore
Canvinus 313ee92
add pagination for comments
Canvinus 7f6bcf3
add sort by upvotes
Canvinus 50e7328
update contract sdk
Canvinus 7b1da53
add source code git url
Canvinus 4913bc0
update source_code_git_url
Canvinus 2caabb9
update source_code_git_url
Canvinus a49ca06
add NearSchema
Canvinus f6eaa77
update Cargo.toml
Canvinus 4153331
update Cargo.toml
Canvinus 63a7c76
update contract
Canvinus aaa6e65
update contract
Canvinus ad5ac6e
update contract
Canvinus d72f9ae
update contract
Canvinus 04f70ea
update contract
Canvinus 1531597
update contract
Canvinus a02dce6
update contract
Canvinus 9b3f115
update contract
Canvinus 7e5b0fd
add block_height to verified contract data
Canvinus b96cca2
chore: update near-sdk version
Canvinus df6325b
chore: update Cargo.toml
Canvinus 55f7e9c
chore: update Cargo.toml
Canvinus 25ae6a9
feat: add code hash lookup and contracts count functions
Canvinus 7bbaa70
build: update docker image to 0.17.0-rust-1.86.0
Canvinus e0b1ee2
build: fix container build command for newer image
Canvinus e63fcff
Merge pull request #1 from SourceScan/v2-feat-update
Canvinus 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,5 @@ | ||
| /target | ||
| /backups | ||
|
|
||
| builder.sh | ||
| build.sh |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "rust-analyzer.linkedProjects": [ | ||
| "./Cargo.toml", | ||
| "./Cargo.toml" | ||
| ] | ||
| } | ||
Oops, something went wrong.
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.
The
linkedProjectsarray contains duplicate entries of"./Cargo.toml". This is redundant and serves no purpose.Solution: Remove one of the duplicate entries: