Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
49da5dc
init tikcet token
fbielejec Aug 5, 2022
7763271
throw i fnot One
fbielejec Aug 9, 2022
5282b13
wip : reworking base lib
fbielejec Aug 9, 2022
b81d6c1
wip
fbielejec Aug 9, 2022
773b1c8
wip : altering deploy script
fbielejec Aug 9, 2022
a66d94d
wip : deployment script
fbielejec Aug 9, 2022
7e0402d
fix
fbielejec Aug 9, 2022
da27c55
wip fixit
fbielejec Aug 9, 2022
706c9c0
fixed deployment script
fbielejec Aug 10, 2022
97a525e
wip : test
fbielejec Aug 10, 2022
387a7a0
cleanup
fbielejec Aug 10, 2022
c85e9cc
clean
fbielejec Aug 10, 2022
ef7f9e1
ignore addresses file
fbielejec Aug 10, 2022
b111b78
comment
fbielejec Aug 10, 2022
1ef2a00
simplified storage
fbielejec Aug 10, 2022
729b360
clean
fbielejec Aug 10, 2022
40f4993
Update contracts/button/Cargo.toml
fbielejec Aug 11, 2022
21ad2a0
BN
fbielejec Aug 11, 2022
31e0b88
comments addressed
fbielejec Aug 11, 2022
223245f
comments addressed
fbielejec Aug 11, 2022
d00992f
newline char
fbielejec Aug 11, 2022
ddd8903
update err message
fbielejec Aug 11, 2022
c39c79a
Merge branch 'ticket-tokens' of github.com:Cardinal-Cryptography/alep…
fbielejec Aug 11, 2022
2ecb0f7
not needed
fbielejec Aug 11, 2022
86c339c
Merge branch 'benjamin' into ticket-tokens
fbielejec Aug 12, 2022
2cecffa
updated README
fbielejec Aug 12, 2022
3669550
Fix ink! version for all contracts
Aug 11, 2022
a0746d8
Small cleaning
Aug 11, 2022
2c612e9
Remove custom environment
Aug 11, 2022
c12efb5
Add total_rewards counter to ButtonGame
Aug 11, 2022
82fc739
Use get_mut for storage changes
Aug 11, 2022
77ebb87
Add ThePressiahCometh button game
Aug 11, 2022
4a377ca
with clean cache
fbielejec Aug 12, 2022
ef10451
use updated nightly
fbielejec Aug 12, 2022
a276ee8
use root version
fbielejec Aug 12, 2022
5ca877a
Comment updates plus review feedback
Aug 12, 2022
91bea8a
fix typo
fbielejec Aug 12, 2022
f1616e5
typo
fbielejec Aug 16, 2022
826e0da
Review: README + Cargo.toml update
Aug 16, 2022
3a3dc69
Merge remote-tracking branch 'origin/ticket-tokens' into button_jesus
Aug 16, 2022
95d0bc4
init tikcet token
fbielejec Aug 5, 2022
a09d372
throw i fnot One
fbielejec Aug 9, 2022
d9d9f66
wip : reworking base lib
fbielejec Aug 9, 2022
72d77b5
wip
fbielejec Aug 9, 2022
1429c38
wip : altering deploy script
fbielejec Aug 9, 2022
400a627
wip : deployment script
fbielejec Aug 9, 2022
2dee371
fix
fbielejec Aug 9, 2022
351674a
wip fixit
fbielejec Aug 9, 2022
bd05c68
fixed deployment script
fbielejec Aug 10, 2022
46bc612
wip : test
fbielejec Aug 10, 2022
78723ad
cleanup
fbielejec Aug 10, 2022
89da634
clean
fbielejec Aug 10, 2022
dfcfe0e
ignore addresses file
fbielejec Aug 10, 2022
f7220d9
comment
fbielejec Aug 10, 2022
a66d7b1
simplified storage
fbielejec Aug 10, 2022
5504983
clean
fbielejec Aug 10, 2022
9b31d69
update err message
fbielejec Aug 11, 2022
90abc65
Update contracts/button/Cargo.toml
fbielejec Aug 11, 2022
4aa078d
BN
fbielejec Aug 11, 2022
efb5ec5
comments addressed
fbielejec Aug 11, 2022
3343816
comments addressed
fbielejec Aug 11, 2022
88f2130
newline char
fbielejec Aug 11, 2022
a395c6b
not needed
fbielejec Aug 11, 2022
19c9765
updated README
fbielejec Aug 12, 2022
c3d76b8
fix typo
fbielejec Aug 12, 2022
d83561e
typo
fbielejec Aug 16, 2022
c4cd044
cleanup
fbielejec Aug 16, 2022
054ce75
cleanup
fbielejec Aug 16, 2022
37da83b
Merge remote-tracking branch 'origin/ticket-tokens' into button_jesus
Aug 16, 2022
74e7fed
Merge branch 'benjamin' into button_jesus
Aug 16, 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
Update contracts/button/Cargo.toml
Co-authored-by: kostekIV <[email protected]>
  • Loading branch information
fbielejec and kostekIV committed Aug 16, 2022
commit 90abc65d6e3d4a9238a0fe15da898ada2cc3750c
2 changes: 1 addition & 1 deletion contracts/button/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ access_control = { path = "../access_control", default-features = false, feature
game_token = { path = "../game_token", default-features = false, features = ["ink-as-dependency"] }
ticket_token = { path = "../ticket_token", default-features = false, features = ["ink-as-dependency"] }
openbrush = { git = "https://github.com/Supercolony-net/openbrush-contracts.git", rev = "8a20f95", default-features = false, features = ["psp22"] }
num = {version = "0.4.0", default-features = false}
num = {version = "0.4.0", default-features = false }

[lib]
name = "button"
Expand Down