Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
董子豪
interface-test
Commits
f8e5c616
Commit
f8e5c616
authored
Dec 14, 2021
by
董子豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change to mfdzh
parent
df15fd05
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
.gitmodules
.gitmodules
+1
-1
filecoin-ffi
extern/filecoin-ffi
+0
-1
go.mod
go.mod
+2
-2
sealer.go
seal/sealer.go
+1
-1
verifier.go
seal/verifier.go
+1
-1
No files found.
.gitmodules
View file @
f8e5c616
[submodule "extern/filecoin-ffi"]
[submodule "extern/filecoin-ffi"]
path = extern/filecoin-ffi
path = extern/filecoin-ffi
url = https://github.com/
a263200357
/filecoin-ffi
url = https://github.com/
mfdzh
/filecoin-ffi
filecoin-ffi
@
901e6a57
Subproject commit 901e6a573f962c550d4b971571d4208a4be190ca
go.mod
View file @
f8e5c616
...
@@ -3,7 +3,7 @@ module fil_integrate
...
@@ -3,7 +3,7 @@ module fil_integrate
go 1.16
go 1.16
require (
require (
github.com/
a263200357
/filecoin-ffi v0.0.0-00010101000000-000000000000
github.com/
mfdzh
/filecoin-ffi v0.0.0-00010101000000-000000000000
github.com/docker/go-units v0.4.0
github.com/docker/go-units v0.4.0
github.com/ipfs/go-log/v2 v2.3.0
github.com/ipfs/go-log/v2 v2.3.0
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
...
@@ -17,4 +17,4 @@ require (
...
@@ -17,4 +17,4 @@ require (
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
)
replace github.com/
a263200357
/filecoin-ffi => ./extern/filecoin-ffi
replace github.com/
mfdzh
/filecoin-ffi => ./extern/filecoin-ffi
seal/sealer.go
View file @
f8e5c616
...
@@ -12,7 +12,7 @@ import (
...
@@ -12,7 +12,7 @@ import (
"golang.org/x/xerrors"
"golang.org/x/xerrors"
ffi
"github.com/
a263200357
/filecoin-ffi"
ffi
"github.com/
mfdzh
/filecoin-ffi"
logging
"github.com/ipfs/go-log/v2"
logging
"github.com/ipfs/go-log/v2"
"fil_integrate/build/cid"
"fil_integrate/build/cid"
...
...
seal/verifier.go
View file @
f8e5c616
...
@@ -4,7 +4,7 @@ import (
...
@@ -4,7 +4,7 @@ import (
"fil_integrate/build/cid"
"fil_integrate/build/cid"
spproof
"fil_integrate/build/proof"
spproof
"fil_integrate/build/proof"
"fil_integrate/build/state-types/abi"
"fil_integrate/build/state-types/abi"
ffi
"github.com/
a263200357
/filecoin-ffi"
ffi
"github.com/
mfdzh
/filecoin-ffi"
)
)
type
Verifier
struct
{}
type
Verifier
struct
{}
...
...
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