-
Now, checkpoint type is `string` so when we want to use source or target, we have to call `ParseCheckpoint` method.
And checkpoint is used frequently, performance is important.
I think if we define …
-
-
To add
- [x] **BRO** Bitradio
- [x] **SLR** Solarcoin
- [x] **AUTO** Cube
- [x] **CS** Credits
- [x] **BOS** BOScoin
- [x] **ABT** Arcblock
- [x] **FSN** Fusion
Update
- [x] Waltonchain…
-
I did an experience with
https://github.com/spikeekips/sebak/blob/new-proposer/lib/common/util_benchmark_test.go
The goal is,
1. to find out which is faster, `string slice` or `string map` when fi…
-
```go
package main
import (
"fmt"
"runtime"
"time"
"boscoin.io/sebak/lib/common"
)
type NodeRunner struct {
sebakcommon.SafeLock
timer *time.Timer
}
func (nr *NodeRunner) Sta…
-
We currently store monetary amount in a [string representation](https://github.com/owlchain/sebak/blob/8af0b03a82dae4f8ec3f9cd08b7be6ce58ffaec7/lib/block_account.go#L27-L31). In addition of being inef…
-
? github.com/bosnet/sebak/cmd/sebak [no test files]
? github.com/bosnet/sebak/cmd/sebak/cmd [no test files]
? github.com/bosnet/sebak/cmd/sebak/cmd/key [no test files]
? github.com/bosn…
ghost updated
6 years ago
-
In getting started "sebak commands" page, errors are occur when i try "sebak genesis" and "sebak node" commands.
In this page, just write
`sebak genesis GDUGDDCHYCVOSHG6LI62OP7VQVBW65PMPKKLYL27…
-
(related to #1 )
To make new payment, `create-account` will be done before it.
-
I am trying send coin via wallet.
bellow is my step
prepare docker image and containers
```
docker build . -t sebak && docker rmi -f $(docker images -f "dangling=true" -q)
docker run --net=ho…