Darren Kelly
Darren Kelly
This won't work since we're using lit elements. It creates nested shadow roots that are not directly queryable (see screenshot)
Closing as it's marked as stale and without activity
Closing as it's marked as stale and without activity
Closing as it's marked as stale and without activity
Closing as it's marked as stale and without activity
If we were able to initiate connex without the genesis block this wouldn't be a problem, as we could then (async) fetch the genesis block prior to making the wallet...
> @darrenvechain does anything need to be done in order to support this via stoplight? Nope, it's all configured via Open API spec, which is compatible with swagger and stoplight
Looks like this would require an interface change:
Also, I should be able specify all additional options in the endpoint. Example payload: ```json { "gas": 50000, "gasPrice": "1000000000000000", "caller": "0x6d95e6dca01d109882fe1726a2fb9865fa41e7aa", "provedWork": "1000", "gasPayer": "0xd3ae78222beadb038203be21ed5ce7c9b1bff602", "expiration": 1000, "blockRef": "0x00000000851caf3c",...
Can we also add ABI support, so we're fully compatible with current vechain signers? I guess the contract can set the ABI, but only if the client requests it or...