Skip to content

flare-foundation/go-flare-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flare Logo

Go Flare Common V1

Golang packages that are used across multiple Flare projects.

Contains the following packages:

- database: connecting to and reading from the c-chain indexer database
- events: parsing event logs as stored in Flare's c-chain indexer database
- heapt: generically typed heap implementation based on "container/heap"
- logger: logging solution
- merkle: Merkle tree implementation
- payload: working with transaction inputs for Submission smart contract
- policy: storing and parsing signing policies
- priority: heap implementation of a priority queue with two lanes
- queue: channel implementation of a priority queue with two lanes
- restserver
- storage: an implementation of a cyclic storage
- voters: working with Flare entities
- abigen binding for Flare contracts (generated using [abigen](https://geth.ethereum.org/docs/tools/abigen))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages