Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
6675abc8
Commit
6675abc8
authored
Apr 03, 2019
by
liuyuhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del no use file
parent
ae74d025
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
20 deletions
+1
-20
Makefile
vendor/github.com/33cn/chain33/Makefile
+1
-1
ticket.go
...hub.com/33cn/chain33/system/store/mavl/db/types/ticket.go
+0
-19
ticket.pb.go
....com/33cn/chain33/system/store/mavl/db/types/ticket.pb.go
+0
-0
No files found.
vendor/github.com/33cn/chain33/Makefile
View file @
6675abc8
...
...
@@ -171,7 +171,7 @@ proto:protobuf
protobuf
:
##
Generate protbuf file of types package
@
cd
types/proto
&&
./create_protobuf.sh
&&
cd
../..
@
find ./system/dapp
-maxdepth
2
-type
d
-name
proto
-exec
make
-C
{}
\;
@
find ./system/dapp
./system/store/mavl
-maxdepth
2
-type
d
-name
proto
-exec
make
-C
{}
\;
depends
:
##
Generate depends file of types package
@
find ./system/dapp
-maxdepth
2
-type
d
-name
cmd
-exec
make
-C
{}
OUT
=
"
$(MKDIR)
build/ci"
FLAG
=
\;
...
...
vendor/github.com/33cn/chain33/system/store/mavl/db/types/ticket.go
deleted
100755 → 0
View file @
ae74d025
// Copyright Fuzamei Corp. 2018 All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package
types
var
(
// TicketPrefix ticket prefix
TicketPrefix
=
[]
byte
(
"mavl-ticket-"
)
)
const
(
// StatusNewTicket new ticket status
StatusNewTicket
=
1
// StatusMinerTicket Miner ticket status
StatusMinerTicket
=
2
// StatusCloseTicket Close ticket status
StatusCloseTicket
=
3
)
vendor/github.com/33cn/chain33/system/store/mavl/db/types/ticket.pb.go
deleted
100644 → 0
View file @
ae74d025
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment