-
See eg https://github.com/paritytech/polkadot-sdk/pull/2280 and my comment here links to the bit showing the new encoding: https://github.com/paritytech/polkadot-sdk/pull/2280#discussion_r1481193578 (…
-
- backend logic
-
See https://gitlab.com/nblockchain/geewallet/-/issues/160
-
### What was wrong?
Want to catch/prevent more issues like ethereum/web3.py#466 earlier.
### How can it be fixed?
More hypothesis tests. Piper's suggestions (on ethereum/web3.py#477):
* A …
-
## Summary
Transactions can result in a series of account updates. Account updates can include token transfers, state updates, and changing delegation. These updates can be seen in the JSON file crea…
-
The following methods are used for submitting transactions:
1. `submit_transaction`
2. `submit_private_transaction`
3. `cancel_private_transaction`
These methods are used inconsistently across t…
-
### Problem
Currently, we have an account that we want to delete but the AccountDeleteTransaction signing must be completely offchain. The following execution must be with another account and in the …
-
# Lines of code
https://github.com/code-423n4/2024-08-phi/blob/8c0985f7a10b231f916a51af5d506dd6b0c54120/src/PhiFactory.sol#L196-L213
https://github.com/code-423n4/2024-08-phi/blob/8c0985f7a10b231f916…
-
## Specification
### Story
As a user signing via metamask, I should see the signature appear as part of the transaction group in both the pending count in the "Pending" button, and in the UserHu…
-
I was bulk sending payments - spaced apart by 10 seconds as have issues before with sending multiple transactions within a short time frame.
In this case, transactions were sent successfully from n…