Skip to content

Commit

Permalink
chore: build contract in docker (#73)
Browse files Browse the repository at this point in the history
* chore: build contract in docker

* choro: bump version

* fix: unit test

* chore: build contract in docker
  • Loading branch information
VladasZ authored Mar 8, 2024
1 parent a6bae90 commit 8c25dea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sweat_jar"
version = "1.0.0"
version = "1.0.1"
authors = ["Sweat Economy"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions contract/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ mod test {
.to_json_event_string(),
r#"EVENT_JSON:{
"standard": "sweat_jar",
"version": "1.0.0",
"version": "1.0.1",
"event": "top_up",
"data": {
"id": 10,
Expand Down Expand Up @@ -223,7 +223,7 @@ mod test {
.to_json_event_string(),
r#"EVENT_JSON:{
"standard": "sweat_jar",
"version": "1.0.0",
"version": "1.0.1",
"event": "create_jar",
"data": {
"id": 555,
Expand Down
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sweat-jar-model"
version = "1.0.0"
version = "1.0.1"
publish = false
edition = "2021"

Expand Down
Binary file modified res/sweat_jar.wasm
Binary file not shown.

0 comments on commit 8c25dea

Please sign in to comment.