conanoc
conanoc
It seems there is no docs for port numbers of RPCs such as web3, grpc, etc. Also, I'm not sure if they are configurable or not.
I could not find how to use GovTx. It would be helpful if there is an example changing the permission of an account.
Signed-off-by: conanoc Previous podspec libindy-objc.podspec has several issues: - It is based on pre-built binary and the binaries are not provided since v1.8.2 - Old binaries do not support newer...
Signed-off-by: conanoc Returning NSError with error code **Success** makes trouble sometimes. The following code snippet opens a wallet using async/await in swift5. It always throws error and does not return...
I need a router that can handle any missing path after a prefix path. For example, Router A handles /test/a Router B handles /test/b/c A fallback router wants to handle...
This is the static-nodes.json after I install besu-genesis chart. ```console % kubectl get configmap besu-peers -o jsonpath='{.data.static-nodes\.json}' [ "enode://4875ce438f4bfe232105b84108b122b27f1f0d8d1ff45749a56c50cfa164391161839fca2e5835e3516b3c1b98f5ba6883822559618ae4d6c0c33993fa5692b9@besu-node-validator-1-0.besu-node-validator-1.ncc-baas2.svc.cluster.local:30303?discport=0" ,"enode://fdb2c527babc129864bd0fc887b54fca50ce5e711a6193107b10dfd1473c854b7d9d9b90926c8aecba795375660cece34e296f9070004e1d062a4122011fa5b5@besu-node-validator-2-0.besu-node-validator-2.ncc-baas2.svc.cluster.local:30303?discport=0" ,"enode://8b44a7b5024309af3c8e622fcc9b1bc20da25d825a6b9dbb04c0db7de61949eccc1db2fe1485c1c40e30a2529645e7388bf57b05deacf1596ced99cd3044548b@besu-node-validator-3-0.besu-node-validator-3.ncc-baas2.svc.cluster.local:30303?discport=0" ,"enode://63bfcc33333e36fa85c93566b6e1f17348ba130fc4940577c0a685064f49f8cc12fa82da809204655f6210387c208ccc5da679521fad7705d777672b025cf0e4@besu-node-validator-4-0.besu-node-validator-4.ncc-baas2.svc.cluster.local:30303?discport=0" ] ``` The static-nodes.json changed as below after...
This [issue](https://github.com/openwallet-foundation/credo-ts/issues/1789) of credo-ts also exists in ACA-Py. >It's been observed that generating DIDs for did:peer:2 with a service endpoint type of DIDCommMessaging, the serviceEndpoint follows the format of the...
I added the following test case to didexchange-numalgo.test.ts: ```javascript test('Connect using numalgo 0 for requester and default setting for responder', async () => { await didExchangeNumAlgoBaseTest({ requesterNumAlgoSetting: PeerDidNumAlgo.InceptionKeyWithoutDoc }) })...
cbindgen does not generate some types such as StoreHandle, SessionHandle, ScanHandle, which are types created using a macro. It also omits `askar_string_free()` function.
k8scc-transfer-pv has access mode ReadWriteMany and shared by all peers and chaincode containers. It would make trouble when several peers execute chaincodes at the same time or they execute different...