Skip to content

Releases: CESSProject/cess-go-sdk

cess-go-sdk v0.2.6

02 Jul 15:40
e2d7498
Compare
Choose a tag to compare

1.Update p2p to v0.0.35(#95 )
2.Fix the exception that the array is out of bounds in the return value of some transactions(#95 )

cess-go-sdk v0.2.5

29 Jun 09:18
e2c4963
Compare
Choose a tag to compare
  1. Update StoreFile interface(#93 )
  2. Update ProcessingData interface(#93 )
  3. Update NewSDK(#93 )
  4. Add TestProcessingData(#94 )

cess-go-sdk v0.2.4

28 Jun 09:42
a6889c8
Compare
Choose a tag to compare

Main changes:

  1. The file padding section is changed to a random visible character type, see str.go for details(#91 )
  2. Add unified upload file interface: StoreFile(#91 )
  3. Add unified download file interface: RetrieveFile(#91 )
  4. Integrated p2p module (optional configuration)(#91 )
  5. Add makefile(#89 ) @jimmychu0807
  6. Change the registration use case in example_test.go to the example(#89 ) @jimmychu0807

Fixed:

  1. Fix Alice account error in .env.local and .env.testnet files

cess-go-sdk v0.2.3

21 Jun 09:52
de3fd6a
Compare
Choose a tag to compare

1.Update gsrpc to v4.0.13(#88 )

cess-go-sdk v0.2.2

21 Jun 07:51
1d35dda
Compare
Choose a tag to compare

1.update Event_UpdataIp,Event_OssRegister,Event_OssUpdate struct(#87 )

cess-go-sdk v0.2.1

21 Jun 03:44
a8bfc8f
Compare
Choose a tag to compare

1.Update events type(#86 )
2.Update FileMetadata struct(#86 )

sdk-go v0.0.77

20 Jun 05:38
d1410be
Compare
Choose a tag to compare

1.Special version, file meta information without size(#85 )

sdk-go v0.0.76

19 Jun 15:12
f96914d
Compare
Choose a tag to compare

1.Update filemeta(758dc0d)
2.Fix the problem that the query fillermap fails(#82 )
3.Add RestoralComplete(#83 )

sdk-go v0.0.75

19 Jun 07:23
e00f262
Compare
Choose a tag to compare

1.Fix the problem that the query fillermap fails(#82 )

sdk-go v0.0.74

19 Jun 03:32
859e093
Compare
Choose a tag to compare

1.Add DeleteFiller(#81 )
2.Add QueryFillerMap(#81 )
3.Add QueryRestoralTarget(#81 )
4.Add QueryRestoralOrderList(#81 )