Arun Koshy

Results 28 issues of Arun Koshy

Fixes [Issue#539](https://github.com/MystenLabs/narwhal/issues/539)

Fixes [Issue#529](https://github.com/MystenLabs/narwhal/issues/529)

There seems to be a lot of similarities with how `BlockRemover` & `BlockWaiter` operate and are used by `GetCollections` & `RemoveCollections`. Because of this there seems to be some items...

task

After [discussion](https://github.com/MystenLabs/narwhal/pull/224#discussion_r870253131) in PR#224, we realized there are errors we are currently surfacing that we may not want to surface to narwhal customers. Once endpoints have stabilized we can go...

task

- pending PR#851 merge & proper nw pointer update contains changes - Update public narwhal network interface

breaking change

Part of Dynamic Worker Integration -> [Design Doc](https://www.notion.so/mystenlabs/Dynamic-Worker-Design-Doc-160e43560031474bba42d15e84d8e96f#54a6013acf434efba811cd076e381b74) There are four network interfaces currently being used: PrimaryToPrimary, WorkerToWorker, WorkerToPrimary, PrimaryToWorker. The WorkerToPrimary and PrimaryToWorker interfaces are meant only for messaging...

breaking-change

### Description A primary node should always know how to contact its workers and a worker should know how to contact its primary. In light of this when doing any...

task

After [discussion](https://github.com/MystenLabs/narwhal/pull/224#discussion_r870253131) in PR#224, we realized there are errors we are currently surfacing that we may not want to surface to narwhal customers. Once endpoints have stabilized we can go...

narwhal

``` Welcome to the Sui interactive shell. sui>-$ publish --path /sui/sui_programmability/tutorial --gas-budget 30000 error[E03004]: unbound type ┌─ /sui/sui_programmability/tutorial/sources/ArunsModule.move:4:41 │ 4 │ public fun transfer_devnet_nft(nft: DevNetNFT, recipient: address) { │ ^^^^^^^^^...

move
dogfooding
cli

Allows us to scale load gen by executing a distributed load across multiple fullnode proxies. Throughput is still limited because of various RPC errors at high TPS. Changes to the...