Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hayes-mysten created a comment on an issue on MystenLabs/sui
the migration guide here might also be helpful: https://sdk.mystenlabs.com/typescript/migrations/sui-1.0
hayes-mysten created a comment on an issue on MystenLabs/sui
```ts import 'dotenv/config'; import { Ed25519Keypair } from '@mysten/sui/keypairs/ed25519'; import { fromBase64 } from '@mysten/sui/utils'; import { SuiClient } from '@mysten/sui/client'; imp...
hayes-mysten pushed 1 commit to main MystenLabs/sui
- Version Packages (#20681) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitH... 07006be
hayes-mysten closed a pull request on MystenLabs/sui
Version Packages
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this ...hayes-mysten pushed 1 commit to main MystenLabs/sui
- [sdk] remove dependency on tweetnacl (#20686) ## Description fixes #20661 ## Test plan How did you test t... 5e3709d
hayes-mysten closed an issue on MystenLabs/sui
Replace `tweetnacl` with `@noble/curves`
It would be great to replace the outdated module `tweetnacl` with modern `@noble/curves`.hayes-mysten closed a pull request on MystenLabs/sui
[sdk] remove dependency on tweetnacl
## Description fixes #20661 ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate t...hayes-mysten pushed 1 commit to mh--remove-tweetnacl-dep MystenLabs/sui
- remove unused export c1127f6
hayes-mysten pushed 1 commit to main MystenLabs/sui
- [sdk] improve typing of splitCoins and make splitCoins have a concrete size (#20665) ## Description fixes #20642... 4f012b9
hayes-mysten closed an issue on MystenLabs/sui
splitCoins can not iterator
const sps = txb.splitCoins(coin, amounts); for (const item of sps) { .... .... } the 'for' loop can not be ended , why ? 'sps' with unlimited length ?hayes-mysten closed a pull request on MystenLabs/sui
[sdk] improve typing of splitCoins and make splitCoins have a concrete size
## Description fixes #20642 ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate t...hayes-mysten pushed 1 commit to main MystenLabs/sui
- [sdk] Add new options and improve docs for verifying signatures are v… (#20664) …alid for a specific address ## D... 85bd9e4
hayes-mysten closed a pull request on MystenLabs/sui
[sdk] Add new options and improve docs for verifying signatures are v…
…alid for a specific address ## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes...hayes-mysten closed a pull request on MystenLabs/sui
[sdk] remove duplicate call to applyAffects in SerialTransactionExecutor
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your cha...hayes-mysten pushed 1 commit to main MystenLabs/sui
- Vladilen11/main (#20684) ## Description Describe the changes or additions included in this PR. ## Test plan ... b2928a9
hayes-mysten closed a pull request on MystenLabs/sui
Vladilen11/main
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your cha...hayes-mysten created a comment on a pull request on MystenLabs/sui
There's some more context in the original PR here: https://github.com/MystenLabs/sui/pull/20480 Long story short we need to expose enums in module definitions. This was added in json rpc, so we...
hayes-mysten pushed 1 commit to mh--deduplicate-applyEffects MystenLabs/sui
- [sdk] remove duplicate call to applyAffects in SerialTransactionExecutor dc2c04c
hayes-mysten opened a pull request on MystenLabs/sui
[sdk] remove duplicate call to applyAffects in SerialTransactionExecutor
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your cha...hayes-mysten created a branch on MystenLabs/sui
mh--deduplicate-applyEffects - Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
hayes-mysten pushed 1 commit to mh--remove-tweetnacl-dep MystenLabs/sui
- [sdk] remove dependency on tweetnacl ee3666a