thephez

Results 19 issues of thephez

## Expected Behavior A withdrawal can be done simply by running something like: ```js client.platform.identities.withdrawCredits(identity, withdrawalAmount, { toAddress }); ``` ## Current Behavior This error is returned: ```StateTransitionBroadcastError: Core fee...

bug
js-sdk

## Expected Behavior Following the install instructions in the README results in a working environment where `yarn setup` and `yarn start` work. ## Current Behavior Numerous issues encountered including confusion...

bug

## Issue being fixed or feature implemented The evo-sdk's `documents.create()` method required manual entropy generation, causing poor developer experience with cryptic error messages ("Cannot read properties of undefined (reading 'length')")...

## Issue being fixed or feature implemented Developers using the DPNS registration API were encountering a cryptic error message "Invalid public key security level MASTER" when the identity key parameter...

## Expected Behavior When creating a data contract with `keeps_history: true` using the evo-sdk, the contract should be successfully created and the SDK should receive and verify the proof of...

bug

## Issue being fixed or feature implemented The WASM SDK data contract test suite used hard-coded version arrays that required manual updates across multiple locations when adding new contract format...

## Issue being fixed or feature implemented The wasm-sdk was not returning `groups` and `tokens` fields when fetching data contracts that define tokens, making it impossible to properly work with...

## Expected Behavior When executing state transitions through the WASM SDK (via index.html or programmatically), the operation should complete and return immediately once the state transition is successfully included in...

bug

## Expected Behavior The `result_type` parameter in WASM SDK `get_contested_resource_vote_state` functions should properly map to the protobuf ResultType enum and control what data is returned in the response. ## Current...

enhancement