rosetta-client icon indicating copy to clipboard operation
rosetta-client copied to clipboard

Results 13 rosetta-client issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

I am trying to make transaction in ICP with rosetta-client docker setup but couldn't make transaction. Reference: https://github.com/dfinity/rosetta-client Code: https://github.com/dpsbhusalnp/ICP/blob/main/src/icp-wallet.ts Test Code and test detail are available at: https://github.com/dpsbhusalnp/ICP Expected...

Can this library interact with contracts? For example, I want to get tokens on an address、transfer tokens.

你好,我这边现在需要对接icp。 发现 ``` let session = new Session({ baseUrl: "http://127.0.0.1:8080" }); ``` 仿佛这一步就需要联网? 那我离线签名前需要调用: ``` let payloads_result = await session.transfer_pre_combine() ``` 需要如何改呢? 期待回复,谢谢

When I send a transaction, I am prompted with an error: {"error": "cannot set property 'address"_ expiry' of undefined","data":"","id":1626234827890} Everything was normal before yesterday, but from today on, the sending...

`transfer_combine` call fails if the transaction contains staking operations. For example, when I try to execute the following transaction: ```js const payloads = await session.payloads({ network_identifier: net_id, operations: [ {...

```js import HDKey from 'hdkey'; import { mnemonicToSeedSync } from 'bip39'; import { address_to_hex, key_new, key_to_pub_key, pub_key_to_address, seed_from_pem, } from '@dfinity/rosetta-client'; const seed = mnemonicToSeedSync( 'open jelly jeans corn ketchup...