Releases: hyperledger/firefly-cli
Releases · hyperledger/firefly-cli
v0.0.47
Changelog
- 47fb264 Add Go instal instructions to readme
- 0bebae8 Add ability to create new Fabric accounts
- 00fce6e Add accounts create command
- ba68bac Add accounts list command
- aa4ddfc Add options for tuning ethconnect and block period (#163)
- 698c9ad Allow commit from go-releaser where available
- dedcf22 CLI includes FF sandbox
- 236f6b4 Fix logs command
- 1b173ac Fix packageID for chaincode approval
- 75895b5 Implement deploy command for fabric
- 9483791 Include build version using built-in Go semantics for go install
- 6f4de0d Let go-releaser set the version explicitly to the tag
- 213b08e Merge branch 'main' into fabric-chaincode-deploy
- 489b081 Merge branch 'main' into stack-state
- df813e2 Merge pull request #161 from kaleido-io/fabric-chaincode-deploy
- ec04972 Merge pull request #164 from hyperledger/go-version
- f55544c Merge pull request #167 from kaleido-io/fix-logs
- 17aed81 Merge pull request #168 from kaleido-io/stack-state
- 3f63e26 Merge pull request #170 from shorsher/sandbox
- a6e8c49 Move fabric image versions to constants file
- b8e0eca Remove commented code
- 819742d Simplify Besu Stack Setup (#166)
- cc00944 Split ethereum and fabric deploy commands into separate sub commands
- 8f44f87 Switch from https to ffdx (#156)
- 459ec49 Unique topics for multiple connectors against same ethconnect (#165)
- 3e1ff02 Write deployed contract information to stackState.json
v0.0.46
v0.0.45
v0.0.44
v0.0.43
v0.0.42
What's Changed
- version Command by @hfuss in #135
- Support multiple token connectors in a stack, with ERC20/ERC721 by @peterbroadhurst in #137
- [add-back-prom] adding back prometheus by @eberger727 in #138
- [default-connector] default token provider is erc1155 by @eberger727 in #140
Full Changelog: v0.0.41...v0.0.42
v0.0.41
Changelog
- 745b3cd Fix payload for config endpoint (#126)
- 96d9846 Merge pull request #130 from hyperledger/tokens-ethconnect
- e049098 Merge pull request #132 from kaleido-io/dbevents-buffersize
- ee87bb8 Merge pull request #133 from kaleido-io/prom_img_name
- dbe9c43 Remove deprecated tokens ETHCONNECT_IDENTITY param
- 913e989 [dbevents-buffersize] adding EventConfig for firefly_config generator
- d2e40b8 [prom_img_name] adding stack name in front of prometheus container name #131
v0.0.40
Changelog
- 9df5caf Initial Prometheus Support - docker and stack config
- 01db2a9 Merge pull request #123 from kaleido-io/eventstreaminit
- f64453a Merge pull request #124 from kaleido-io/prom-support
- 87e3b91 Merge pull request #125 from kaleido-io/token-uri
- c98936c Remove "skipEventstreamInit" parameters
- a7a0be8 Supply a token URI prefix when initializing ERC1155 contract
- 7a11b86 fixing ff config and copying prom file to volume
- 2160002 gofmt
- 32faba1 no need to expose metrics port; no need to ensure config volume
- b138b29 printing prom url after stack startup