feat: sharded FT contracts with deterministic addresses#1376
feat: sharded FT contracts with deterministic addresses#1376mitinarseny wants to merge 14 commits into
Conversation
|
Exciting progress here. Given this is introducing new token standard - we should probably have the standard for that in NEP as well. Onchain privacy is becoming more important, especially with more adoption of crypto as payment rails. Given this new standard will require effectively full ecosystem overhaul - wallets, tooling, exchanges, it's a good time to think through all of the changes we would like to make. |
Originally discussed at: #607 (comment) Read the NEP: https://github.com/mitinarseny/NEPs/blob/deterministic-account-ids/neps/nep-0616.md Reference implementations: * `nearcore`: near/nearcore#14080 * `near-sdk-rs`: near/near-sdk-rs#1376 --- ### NEP Status (Updated by NEP Moderators) Status: Review SME reviews: - [x] @birchmd #616 (review) - [x] @mfornet #616 (review) Protocol Work Group voting indications (❔ | 👍 | 👎 ): * [👍] @birchmd: #616 (comment) * [👍] @mfornet: #616 (review) * [👍] @bowenwang1996: #616 (comment) Meeting Info: 📅 Date: Wednesday Sep 24, 5pm UTC ✏️ [Register](https://luma.com/6r54kmpz?tk=lr8IIi)
327ebe5 to
fecf296
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1376 +/- ##
==========================================
+ Coverage 80.52% 80.61% +0.08%
==========================================
Files 107 114 +7
Lines 15591 16955 +1364
==========================================
+ Hits 12555 13668 +1113
- Misses 3036 3287 +251 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Reference implementation of Sharded Fungible Token contracts
Originally discussed at: near/NEPs#607 (comment)
To be included in: NEP-636: Sharded Fungible Token standard