antelope icon indicating copy to clipboard operation
antelope copied to clipboard

Core types, client interfaces, and other tools for working with Antelope-based blockchains.

Results 15 antelope issues
Sort by recently updated
recently updated
newest added

A nice convenience method would be to add a `.serialized` get helper on to the `Transaction` structs. Currently we need to import the `Serializer` and serialize it ourselves using: ```...

To update an accounts permissions nodeos enforces that the keys are sorted, the sorting logic comes from the fc library and has to be re-created for every type involved. Fortunately...

Update GetTransactionStatusResponse to match new API structure - Add new fields: block_number, block_id, block_timestamp, expiration - Retain existing fields to maintain compatibility - Ensure field types align with API response...

The API response for this call has changed, and the fields need to be matched up again with the new response. https://github.com/wharfkit/antelope/blob/e5d19381a0b7a161c66629a75c2e1835eeee41bf/src/api/v1/types.ts#L656-L666 ![telegram-cloud-photo-size-1-5186297521478151471-y](https://github.com/wharfkit/antelope/assets/677686/42a707fc-98e9-4915-81dd-369300d62646)

secp256k1 keys may not be suitable for EDCH I found out about this issue when looking into using a secp256k1 key using the well supported did-jwt library, where I found...

bug