George
George
I’m confused as to what it means for a contract to sign for something when it doesn’t have a private key.
> the contents of `e` would always be an entr [...] > Are entries returned in the same order as the keys Just fyi, we don't assume ordering in RPC...
> Core is after-all the lowest level RPC. Just to expand on my disagreement with this: * It can't do simulation. * None of the endpoints besides this one are...
@mootz12 is this still true?
Thanks for drafting this, @leighmcculloch. I do agree that the APIs are suboptimal, but they were a huge improvement over building the XDR values from scratch at the time. First,...
> invest in a new JS XDR I would 👍 this 1000 times if I could - the current approach may have made sense 10 years ago when it was...
As a reference point of implementation, you can refer to the JavaScript SDK release candidates: * [`@stellar/[email protected]`](https://github.com/stellar/js-stellar-base/releases/tag/v14.0.0-rc.1), the XDR and transaction building layer * [`@stellar/[email protected]`](https://github.com/stellar/js-stellar-sdk/releases/tag/v14.0.0-rc.1), the API clients layer Note...
This is a blocker for the Laboratory unless the `noaxios` variant fixes this.
I hope you can understand why someone would hesitate to move a mission-critical security library that has been stable for years to someone promoting their own repository, whose code was...
@janewang that's not _entirely_ true: `axios` will still be a dependency, there will just be the _option_ to install with an axios replacement. We may move away from axios entirely...