-
Now a basic frontend needs to be done, not sure what framework should be used, needs to be looked into.
Starting with simple stuff:
- [ ] Adding transactions
- [ ] Checking total and per accoun…
-
### Background
After closing approximately 10 channels and then attempting to open 4 channels using the opening channels were not broadcast
Describe your issue here.
Full node backed hosted instanc…
-
This error originated from a custom integration.
Logger: custom_components.chargepoint
Source: custom_components/chargepoint/__init__.py:176
integration: ChargePoint (documentation, issues)
Firs…
-
代码如下:
```
def update(self, deal: Deal):
security = deal.security
lot_size = security.lot_size
price = deal.filled_avg_price
quantity = deal.filled_quantity
…
-
### 에러메세지
C:\Users\yechan\Desktop\study\java\basic\bank\bin\javabank>java javabank.Account
Error: Could not find or load main class javabank.Account
Caused by: java.lang.ClassNotFoundException: j…
-
1. Add support for the following adaptive issuance Baker related rpc entrypoints to Taquito RPCClient:
- [ ] /context/delegates/{pkh}/active_staking_parameters - Returns the currently active stakin…
-
This issue lists the changes to the Horizon API introduced by [CAP-23](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0023.md) and [CAP-33](https://github.com/stellar/stellar-protoco…
-
If the staking pool is created on an account with balance = 1_000_000_000_000, then total_stake_shares is 0, and several view functions start to panic
**Note:** I'm preparing a PR to handle this ed…
-
Example:
```lua
type Object = {
New: (...any) -> (Object)
} & P
type Account = Object (),
}>
local Account = {}
function Account.New()
local self = setmetatable({}, Account)
…
-
With https://github.com/runtimeverification/kontrol/issues/266, we can now initialize the init node's `` cell with data from a JSON file.
We can improve this further by:
- [ ] making the missing…