Releases: TRON-US/go-btfs-common
Releases · TRON-US/go-btfs-common
v0.1.1
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
v0.0.17-alpha add pb.go files
v0.0.15
v0.0.14
-
Added/Modified shared.proto to support newly added SignedRuntimeInfoRequest and modified RuntimeInfoReport.
-
Added/Modified runtime.go to ping both postgres and redis.
-
Included tests for both postgres and redis in runtime_test.go.
-
Modified makefile to running tests
v0.0.13
- 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
v0.0.11
v0.0.10
Update guard proto to use gogo timestamp
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
Update escrow protos