KimlikDAO bot

Results 15 issues of KimlikDAO bot

Consider the code: ```javascript /** @const {!Array} */ const a = [1]; /** @const {!Array} */ const b = Array(10); b[0] = 2; /** @const {!Array} */ const c =...

help wanted
good first issue
P4
feat

Unused `TypedArray` global variables are not eliminated. Consider the example ```javascript // a.js /** @const {!Uint8Array} */ const Arr = Uint8Array.from([1, 2, 3]); /** @const {string} */ const Str =...

Consider the snippet ```javascript /** @const {string} */ const Str1 = "a".repeat(10); /** @const {string} */ const Str2 = "a".padEnd(10, "a"); /** @const {string} */ const Str3 = "a".at(0); /**...

### Which Cloudflare product(s) does this pertain to? Workers/Other ### What version of `Wrangler` are you using? 2.9.0 ### What operating system are you using? Mac ### Describe the Bug...

bug

# SHA512 in o1js ## Overview We propose adding SHA512 to o1js. SHA512 is used in many applications, including but not limited to passports issued by certain countries (Brazil, Mexico,...

Long bigint literals written in hexadecimal format (such as `0x123456789ABDEFn`) should be kept as is. Currently GCC expands them to decimal bigint literals, which increases the compiled size significantly (up...

help wanted
P3
triage-done
internal-issue-created

Şu an deterministic build'e çok yakınız. Brew ve pip'ten gelen build dependency'leri de versiyon kontrolüna alarak %100 deterministic build sağlayalım. Bu denetçi node'ları eklememiz için ön adım. Denetçi özelliği açık...

enhancement

- [x] GitBook veya uyumlu bir doc reader kurmak istiyoruz. Self hosted / hosted, paid / unpaid planları inceleyelim. Self hosted imkanı varsa tercih edelim. - [ ] Şu isimli...

feature

https://docs.walletconnect.com/2.0/javascript/sign/dapp-usage 1) WalletConnect hesabı yaratalım 2) @kimlikdao-sdk/example/simple-example örneği üzerinde çalışarak WalletConnect entegrasyonunu deneyelim. 3) `personal_sign` ve `eth_requestAccount` gibi temel işlevlerin karşılıklarını bulalım.

feature

Oyla sayfasındaki oylama kutusu eskizini çalışır hale getireceğiz. 1) Kontrattan çekilmiş oy bilgilerinin gösterilmesi: - [x] a) Hangi ağda olduğu - [x] b) Verilmiş oy sayıları. Grafiğin içine yazılı ve...

feature