mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
363db4f086
* Initial abstraction * Alter rest of APIs * Fixes * Some extra getters in Gilt pallet. * Refactor Gilt to avoid u128 conversions * Simplify and improve pow in per_things * Add scalar division to per_things * Renaming from_fraction -> from_float, drop _approximation * Fixes * Fixes * Fixes * Fixes * Make stuff build * Fixes * Fixes * Fixes * Fixes * Update .gitignore Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Update frame/gilt/src/lib.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Update frame/gilt/src/mock.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Fixes * Fixes * Fixes Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
28 lines
346 B
Plaintext
28 lines
346 B
Plaintext
**/target/
|
|
**/*.rs.bk
|
|
*.swp
|
|
.wasm-binaries
|
|
pwasm-alloc/target/
|
|
pwasm-libc/target/
|
|
pwasm-alloc/Cargo.lock
|
|
pwasm-libc/Cargo.lock
|
|
bin/node/runtime/wasm/target/
|
|
**/._*
|
|
**/.criterion/
|
|
.vscode
|
|
polkadot.*
|
|
.DS_Store
|
|
.idea/
|
|
nohup.out
|
|
rls*.log
|
|
*.orig
|
|
*.rej
|
|
**/wip/*.stderr
|
|
.local
|
|
**/hfuzz_target/
|
|
**/hfuzz_workspace/
|
|
.cargo/
|
|
.cargo-remote.toml
|
|
*.bin
|
|
*.iml
|