-
*This is linked to meta-issue #7096.*
## Summary
This issue discusses potential approaches to the ongoing maintenance or replacement of [IAVL](https://github.com/cosmos/iavl).
## Problem Desc…
-
In your IDE (and pitch video), you copy & paste the Ethereum bytecode & ABI and interact with them directly. The model of Reach is that your front-end program would be responsible for doing deployment…
-
## Current Functionality
There are some coins that has auto-delegation (ALGO and VET), which the user delegates only by having a balance in their wallets. Take Algorand, for example:
```
http…
-
### Subject of the issue
Running an archival node. Over time, the blocks began to load more slowly. Trying to use fast catchup and get many errors "database is locked".
### Your environment
…
-
### Subject of the issue
The node doesn't sync. Similar issue to #571, probably.
### Your environment
* Software version:
```
8590010404
2.0.75812.dev, commit #eeedd36d6
```
* Node status i…
-
So I was trying out the package with the following private and public key pairs (in hexadecimal form):
```
{ privateKey:
'ca4ff9495d8db298403047fce0607860e26358d52bccaecd47ed484d31e1fdeb',
pu…
-
## 什么是BTC信托人
ChainX的跨链技术实现采用了去中心化的轻节点方案。由于比特币扩展性受限原因,在比特币链侧只能采用多签托管资产来实现去中心化。因此需要在ChainX验证人中选择一批验证人通过多签技术来共同托管用户BTC资产保障资产安全。被选中的这批验证人成为信托人。
## 为什么要当BTC信托人
信托人承担资产托管的重任,需要做到绝对安全的账户相关管理,同时需要有能力…
-
Error in sdk version 1.7.0 ( It works fine if I use sdk 1.6.2 )
Error on importing sdk in react in file algosdk/src/client/v2/algod/models/types.js
> ./node_modules/algosdk/src/client/v2/algod…
-
This is che code to reproduce the issue:
` class Program
{
static void Main(string[] args)
{
string algodApiAddrTmp = args[0];
if (algodApiAddrTmp.…
-
### Subject of the issue
`v1/transactions/pending/` will show transactions that have already been confirmed when they are far in the past (not sure what the cutoff is) with round set to 0 as if it is…