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

Simple Counter without auth #20

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3c5df70
Implement simple counter
kmlee307 Jul 6, 2022
5816c06
Use unordered map and fix module
kmlee307 Jul 11, 2022
cbb10f2
Add comments and remove unnecesary
kmlee307 Jul 11, 2022
da8810d
Add near-sdk dependcy
kmlee307 Jul 12, 2022
ec4ee72
fix: replace polkadot to near in Cargo.toml
happyhappy-jun Jul 2, 2022
31b7e80
fix: replace polkadot to near in Cargo.toml
happyhappy-jun Jul 2, 2022
eefcbe7
fix: typo
happyhappy-jun Jul 2, 2022
fd721c3
Fix args to vars
junha1 Jul 3, 2022
5b06b13
Add Testcase for configuration struct with .env file.
0k1019 Jul 4, 2022
2f9e2a0
Update README.md for run with ENVIRONMENT file path.
0k1019 Jul 4, 2022
5722f3c
Refactoring variable name and file name. Remove config test case
0k1019 Jul 5, 2022
359cd0e
Setup Github Actions
junha1 Jul 5, 2022
187a12b
ci: add workflow_dispatch for manual run of workflow and ignore for d…
happyhappy-jun Jul 7, 2022
14333b9
ci: separate formatting and linting to different job
happyhappy-jun Jul 7, 2022
e128959
docs: add PR template
happyhappy-jun Jul 7, 2022
9ad4de4
docs: add missing dash in testing script
happyhappy-jun Jul 7, 2022
69da3e3
style: add tab on new line in continued statement
happyhappy-jun Jul 7, 2022
e8d3252
test: ignore unimplemented test
happyhappy-jun Jul 7, 2022
32f6101
feat(interact): skip contract upload step in requirement of test
happyhappy-jun Jul 9, 2022
7dc507b
test: split modify_and_query() to two test
happyhappy-jun Jul 10, 2022
e608f07
chore: remove unnecessary line at EOF
happyhappy-jun Jul 10, 2022
cb30ab9
Change i16 to u64 in simple counter
kmlee307 Jul 13, 2022
12a881d
Get panic with no users
kmlee307 Jul 21, 2022
b216cf5
Take environment signer account
kmlee307 Jul 21, 2022
f5cfcc4
Add dependency and change rust toolchain version
kmlee307 Jul 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove unnecessary line at EOF
  • Loading branch information
happyhappy-jun authored and kmlee307 committed Jul 21, 2022
commit e608f0729d08b0b680ab36a8454ebe5ed67b4e4b
2 changes: 0 additions & 2 deletions interact/tests/suite1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ async fn modify_contract_state() {
// view the contract, submit a transaction that modifies its state
unimplemented!();
}