-
现在Alaya与PlatON的js sdk基本使用同一套代码,这样可以减少学习和代码迁移成本,是一种各方都有益的事,但在实践中有一定的问题。例如,在使用sdk与Alaya网络交互时,需要进行大量设置,如使用私钥生成账号时:
```js
var act = new AlayaAccounts(web3a.currentProvider, "atp");
act = act.privateKey…
-
Using the latest Swift's practices for [Concurrency](https://docs.swift.org/swift-book/LanguageGuide/Concurrency.html) will make the code that is using the Swift-Algorand-SDK a lot more readable. The …
-
### Describe the Feature
Currently the NonceManager handles the nonce management in memory. Would you accept a PR to allow different stores for the nonce? For example Redis. This would help to manage…
-
decred is supported by trezor-firmware, but it is not supported for trezor-connect right now.
We used trezor.js for our connection, but with that being deprecated, now we need to support decred at …
-
To add Starknet methods mentioned in this notion doc:
https://www.notion.so/consensys/Starknet-Snap-User-Guide-9d95a3863b4145c8a3bad6455e35e0e4
FYI, the methods that are rolled up in `get-starkn…
-
[fetchIdl](https://github.com/project-serum/anchor/blob/e121e4e09dbc77f7b3fa089ebfaf94638409ec0f/ts/src/program/index.ts#L337) requires a provider, but only consumes a connection — more pragmatically,…
-
The developer gateway supports two backends, the web3-gateway (backend/eth) and ekiden (backend/ekiden). Both need to sign transactions and keep track of wallet nonces, so we should have one common pl…
eauge updated
5 years ago
-
# Lines of code
https://github.com/re-nft/smart-contracts/blob/3ddd32455a849c3c6dc3c3aad7a33a6c9b44c291/src/policies/Guard.sol#L329-L331
# Vulnerability details
## Impact
The `Guard::checkTransact…
-
现在Alaya与PlatON的js sdk基本使用同一套代码,这样可以减少学习和代码迁移成本,是一种各方都有益的事,但在实践中有一定的问题。例如,在使用sdk与Alaya网络交互时,需要进行大量设置,如使用私钥生成账号时:
```js
var act = new AlayaAccounts(web3a.currentProvider, "atp");
act = act.privateKey…
-
Could not create tokens. No error is displayed. Just that it doesn't get created.