-
Move 是一门DSL语言(domain specific language),可以作为合约开发语言,其语言特性很多借鉴了Rust
- Move内置数据类型:integer,boolean,address,Vec
- 没有如下内置类型:浮点数和字符串(看起来Move的确是DSL,`地址`作为内置类型)
- 跟rust好像......(因为是合约语言,所以unreachable不支持,未使用变…
-
# Abstract
What would you like to do? Describe your project/idea in a few sentences.
Quidli is a micro on-ramp connecting Web 2.0 apps and web3 assets for you to embed crypto rewards and incentives i…
-
`belongs_to` and raw literal are deprecated from v0.11, should we rid them from the code?
- [x] `belongs_to` -- https://github.com/project-serum/anchor/pull/907
- [ ] raw literal -- https://github…
-
BUT, what about: Solady-style implementation of Diamond Storage. You've ADMITTED Diamond Storage is good, you basically use it across all these libraries (and the A contract), and in ERC721 you've rea…
-
# Lines of code
https://github.com/code-423n4/2024-04-lavarage/blob/9e8295b542fb71b2ba9b4693e25619585266d19e/libs/smart-contracts/programs/lavarage/src/processor/liquidate.rs#L19
# Vulnerability de…
-
I am trying to run the dex-v4 project on my local macbook machine but unable to get started.
I am using
solana-install 1.13.5 (src:91384943; feat:1365939126)
Please let me know which right tool…
-
Change the [privileged asset roles](https://github.com/paritytech/substrate/blob/73c4f94ce0cb41e35bd7fbc7095590b98a351dbb/frame/assets/src/types.rs#L34L41) from `AccountId` to `Option`. When the `owne…
-
Hi,
I'm newbie in solana development, I don't understant how can I do that:
Initialize All configure data( Pool PublicKey, Liquidity Pool Mint PublicKey, Funder PublicKey, Vault PublicKey, MintRew…
-
Steps to reproduce:
1. Connect Metamask for an EVM chain at least once so Connect auto-connects it
2. Select Ethereum as the source chain, and Polygon as the destination chain
3. Click on the des…
-
User supplies program id, governance automatically detects idl and generates remaining form based on it.