flow-jvm-sdk icon indicating copy to clipboard operation
flow-jvm-sdk copied to clipboard

Flow JVM SDK

Results 19 flow-jvm-sdk issues
Sort by recently updated
recently updated
newest added

## Description Adding support for BLS_BLS12_381 signatures ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted...

## Description Get blocks -Get the latest sealed block -Get the block by ID -Get the block by height To-do: refactor get_blocks package name to not use underscores ______ For...

Closes: #??? ## Description ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link...

## Description WIP - [x] Update to latest major release of Kotlin - [x] Update all dependencies where possible - [ ] Migrate Dokka to 2.0 - [ ] Update...

Closes: #110 ## Description - Update fields for `FlowCollectionGuarantee` model: https://github.com/onflow/flow/blob/master/protobuf/flow/entities/collection.proto#L13 - Did not add `signer_ids` as it has been deprecated - Update related tests with new fields ______ For...

Closes: #107 ## Description Setup classes to model protobuf objects: - `FlowNodeVersionInfo` - `FlowCompatibleRange` The JVM SDK currently does not support the Access API endpoint: ``` func (c *Client) GetNodeVersionInfo(ctx...

This issue closely follows this epic in the Flow Go SDK: https://github.com/onflow/flow-go-sdk/issues/735 ### **Differences with Protobuf** Below 9 issues summarize differences with protobuf identified in: https://github.com/onflow/flow-go-sdk/issues/736 ```[tasklist] ### Tasks -...

epic

Related issue: https://github.com/onflow/flow-go-sdk/issues/763 - Review if the mentioned PRs are applicable to JVM code structure for the streaming implementation and adjust as needed

Related issue: https://github.com/onflow/flow-go-sdk/issues/766