ixje
ixje
I had a look and I was mistaken that Node's Buffer automatically advances the pointer. It's also poor in terms of building a script as it requires concatenating buffers into...
it can be done with just `smartCalculateNetworkFee` but that would require manually building the tx. I believe @comountainclimber is basically asking for combining this https://github.com/CityOfZion/neon-js/blob/7eb101aa22d92df1bf50a0e0b7e43b2c43f0ecd6/packages/neon-api/src/NetworkFacade.ts#L65-L98 with this https://github.com/CityOfZion/neon-js/blob/7eb101aa22d92df1bf50a0e0b7e43b2c43f0ecd6/packages/neon-api/src/api/calculateNetworkFee.ts#L72 into a...
Requires https://github.com/neo-project/neo/issues/1977
I believe so yes. I have yet to see anyone use this feature. Let’s first wait for an actual request to have it supported before spending time on it >...
@snowypowers is this something that is still relevant now that we're in 2023 or can we close this for the time being?
No idea. I know too little about wallet connect to answer this. Better ask Gil > On 26 Aug 2022, at 20:13, Ricardo Prado ***@***.***> wrote: > > >...
What does “correct node” mean? I think we shouldn’t complicate it too much and just grab the list from dora. I think the idea behind this issue is to provide...
I'm trying to understand this proposal, what I think it describes is; - There will be a centralized CRM where people will need to register and provide `email, telegram, linkedin,...
> We had benchmark before, built-in is much faster than BouncyCastle. Let's not forget that this is the reason for using BouncyCastle for OSX https://github.com/neo-project/neo/issues/2499
@sl1depengwyn , allow me to join the conversation as I work together with @revett. The chain is called NeoX ([this page](https://docs.banelabs.org/development/development-environment-information) has the ChainId, RPC/WS info etc). > Isn't it...