Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .token-cli/000015.sst
Binary file not shown.
Binary file added .token-cli/000019.log
Binary file not shown.
1 change: 1 addition & 0 deletions .token-cli/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000020
Empty file added .token-cli/LOCK
Empty file.
Binary file added .token-cli/MANIFEST-000017
Binary file not shown.
Binary file added .token-cli/MANIFEST-000020
Binary file not shown.
100 changes: 100 additions & 0 deletions .token-cli/OPTIONS-000021
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
[Version]
pebble_version=0.1

[Options]
bytes_per_sync=1048576
cache_size=1073741824
cleaner=delete
compaction_debt_concurrency=1073741824
comparer=leveldb.BytewiseComparator
disable_wal=false
flush_delay_delete_range=0s
flush_delay_range_key=0s
flush_split_bytes=4194304
format_major_version=1
l0_compaction_concurrency=10
l0_compaction_file_threshold=500
l0_compaction_threshold=4
l0_stop_writes_threshold=12
lbase_max_bytes=67108864
max_concurrent_compactions=2
max_manifest_file_size=134217728
max_open_files=4096
mem_table_size=16777216
mem_table_stop_writes_threshold=8
min_deletion_rate=0
merger=pebble.concatenate
point_tombstone_weight=1.000000
read_compaction_rate=16000
read_sampling_multiplier=-1
strict_wal_tail=true
table_cache_shards=2
table_property_collectors=[]
validate_on_ingest=false
wal_dir=
wal_bytes_per_sync=1048576
max_writer_concurrency=0
force_writer_parallelism=false

[Level "0"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152

[Level "1"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152

[Level "2"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152

[Level "3"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152

[Level "4"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152

[Level "5"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152

[Level "6"]
block_restart_interval=16
block_size=65536
compression=Snappy
filter_policy=rocksdb.BuiltinBloomFilter
filter_type=table
index_block_size=262144
target_file_size=2097152
482 changes: 47 additions & 435 deletions README.md

Large diffs are not rendered by default.

Binary file not shown.
Binary file added build/token-cli
Binary file not shown.
6 changes: 3 additions & 3 deletions consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (

const (
// TODO: choose a human-readable part for your hyperchain
HRP = ""
HRP = "token"
// TODO: choose a name for your hyperchain
Name = ""
Name = "testchain"
// TODO: choose a token symbol
Symbol = ""
Symbol = "TC"
)

var ID ids.ID
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ github.com/ava-labs/avalanchego v1.10.1 h1:lBeamJ1iNq+p2oKg2nAs+A65m8vhSDjkiTDbw
github.com/ava-labs/avalanchego v1.10.1/go.mod h1:ZvSXWlbkUKlbk3BsWx29a+8eVHe/WBsOxh55BSGoeRk=
github.com/ava-labs/coreth v0.12.1-rc.0 h1:Zv9mJqddI28BZ5eT0SRgRrzl0sdRCdA/Mm+qZrHAhOs=
github.com/ava-labs/coreth v0.12.1-rc.0/go.mod h1:ZGhoIZTWbIaTmzEbprXu0hLtLdoE2PSTEFnCTYr0BRk=
github.com/ava-labs/hypersdk v0.0.7 h1:uhptp5uZM9jJIHAhVOWVGOPYxJYyoTy41gK/yCV5Xw4=
github.com/ava-labs/hypersdk v0.0.7/go.mod h1:enZ9prUkVhV3I3uNGGVdwLMPASwgVYaftjOONMlVADI=
github.com/ava-labs/hypersdk/examples/tokenvm v0.0.0-20230511233943-bdd30e00bdff h1:o3KzbNTeN/oFjPsprrJchvb3SiwfxSPjljxWpTJ8gTE=
github.com/ava-labs/hypersdk/examples/tokenvm v0.0.0-20230511233943-bdd30e00bdff/go.mod h1:tSWJGonQtwnTuD2KN6Q/uaYdBKyHglixlhjCEjor9xs=
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down
4 changes: 4 additions & 0 deletions main.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[09-06|10:31:09.324] DEBUG client/client.go:70 dialing server at {"endpoint": "0.0.0.0:12352"}
[09-06|10:31:10.329] INFO client/client.go:139 start
[09-06|10:31:13.053] INFO client/client.go:148 create blockchains
[09-06|10:32:33.142] INFO client/client.go:181 status
Loading