Skip to content

Releases: TRON-US/go-btfs-common

v0.1.1

22 Nov 00:24
2ace3bf
Compare
Choose a tag to compare

utils:

  • add new grpc conn helper func

protos:

  • adopt TRON version of gogo (makefile and prototool yaml file)
  • use tron version gogo to generate pg tags for go-pg
  • add makefile pg fix along with tron version gogo changes
  • use none pointer embedded structure instead
  • use none pointer time.Time instead (update for shared, status, node, guard, escrow)
  • update makefile and readme

For TRON version of gogo, please check lastest commits on the changes: https://github.com/TRON-US/protobuf

Pre-release for guard proto change on field type

22 Nov 18:05
Compare
Choose a tag to compare
v0.0.17-alpha

add pb.go files

v0.0.15

19 Nov 20:12
cc0a4e1
Compare
Choose a tag to compare
  • Removed deprecated RuntimeInfo from guard.proto
  • Changed random_nonce type from int32 to bytes in challenge questions from guard.proto

v0.0.14

19 Nov 18:45
38d475b
Compare
Choose a tag to compare
  1. Added/Modified shared.proto to support newly added SignedRuntimeInfoRequest and modified RuntimeInfoReport.

  2. Added/Modified runtime.go to ping both postgres and redis.

  3. Included tests for both postgres and redis in runtime_test.go.

  4. Modified makefile to running tests

v0.0.13

14 Nov 02:58
0749c91
Compare
Choose a tag to compare
  • unify proto options
  • add gogo support for auto-generate marshal/unmarshal method for all struct
  • fix/improve gogo proto.Message import issues ref:gogo/protobuf#212
  • update CancelContractRequest to single contract ID

Breaking Change Notice: escrow go package name has been changed from escrowpb->escrow to keep align with others.

v0.0.12

12 Nov 22:37
9aa09df
Compare
Choose a tag to compare

Update escrow proto for user to sign ledger channel

v0.0.11

12 Nov 19:42
af586b9
Compare
Choose a tag to compare
  • Updated info/Node.go struct tags to align with go-pg v9 (which is included by go-common v2)

v0.0.10

09 Nov 04:27
a74bca6
Compare
Choose a tag to compare

degrade libp2p version

Update guard proto to use gogo timestamp

08 Nov 18:44
f71a855
Compare
Choose a tag to compare
Merge pull request #13 from TRON-US/GuardAddCommand

Guard add gogo timestamp support

v0.0.8: Merge pull request #12 from TRON-US/update_escrow_proto

07 Nov 19:03
cf79dc3
Compare
Choose a tag to compare