bnb-chain / greenfield-cmd

support cmd tool for Greenfield
GNU Lesser General Public License v3.0
27 stars 12 forks source link

chore: update dependency #64

Closed flywukong closed 1 year ago

flywukong commented 1 year ago

Description

  1. update go-sdk and greenfield version
  2. improve SP commands , support both of endpoint or sp operator address to query SP info

Rationale

update dependency

Example

qa-test % ./gnfd-cmd sp get-price https://gf-stagenet-sp-a.bk.nodereal.cc
get bucket read quota price: 0.087  wei/byte
get bucket storage price: 0.0048  wei/byte
 qa-test % ./gnfd-cmd sp get-price 0x66d06FFe266B46C6F0730cC9Ec2fc5B811cdA085
get bucket read quota price: 0.087  wei/byte
get bucket storage price: 0.0048  wei/byte
get bucket free quota: 10000000000

Changes

Notable changes: