Skip to content

Commit 28816bc

Browse files
committed
Refactor Claim flow to fix bugs and change how we handle statuses
1 parent 9309162 commit 28816bc

File tree

4 files changed

+402
-63
lines changed

4 files changed

+402
-63
lines changed

bespiral.community/bespiral.community.abi

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Fri May 8 18:11:32 2020",
2+
"____comment": "This file was generated with eosio-abigen. DO NOT EDIT Wed May 20 17:01:14 2020",
33
"version": "eosio::abi/1.1",
44
"structs": [
55
{
@@ -113,8 +113,8 @@
113113
"type": "name"
114114
},
115115
{
116-
"name": "is_verified",
117-
"type": "uint8"
116+
"name": "status",
117+
"type": "string"
118118
}
119119
]
120120
},
@@ -132,6 +132,16 @@
132132
}
133133
]
134134
},
135+
{
136+
"name": "clean",
137+
"base": "",
138+
"fields": [
139+
{
140+
"name": "t",
141+
"type": "string"
142+
}
143+
]
144+
},
135145
{
136146
"name": "community",
137147
"base": "",
@@ -286,6 +296,34 @@
286296
}
287297
]
288298
},
299+
{
300+
"name": "migrate",
301+
"base": "",
302+
"fields": [
303+
{
304+
"name": "claim_id",
305+
"type": "uint64"
306+
},
307+
{
308+
"name": "increment",
309+
"type": "uint64"
310+
}
311+
]
312+
},
313+
{
314+
"name": "migrateafter",
315+
"base": "",
316+
"fields": [
317+
{
318+
"name": "claim_id",
319+
"type": "uint64"
320+
},
321+
{
322+
"name": "increment",
323+
"type": "uint64"
324+
}
325+
]
326+
},
289327
{
290328
"name": "netlink",
291329
"base": "",
@@ -658,6 +696,11 @@
658696
"type": "claimaction",
659697
"ricardian_contract": "---\nspec-version: 0.0.1\ntitle:\nsummary:\nicon:"
660698
},
699+
{
700+
"name": "clean",
701+
"type": "clean",
702+
"ricardian_contract": ""
703+
},
661704
{
662705
"name": "create",
663706
"type": "create",
@@ -683,6 +726,16 @@
683726
"type": "deletesale",
684727
"ricardian_contract": "---\nspec-version: 0.0.1\ntitle: Delete a sale\nsummary: Enable the sale creator to remove a single sale. It requires you to send: `sale_id`. No information is going to be saved.\nicon:"
685728
},
729+
{
730+
"name": "migrate",
731+
"type": "migrate",
732+
"ricardian_contract": ""
733+
},
734+
{
735+
"name": "migrateafter",
736+
"type": "migrateafter",
737+
"ricardian_contract": ""
738+
},
686739
{
687740
"name": "netlink",
688741
"type": "netlink",

0 commit comments

Comments
 (0)