Skip to content

Commit

Permalink
Removing simulation, adding reading enviromental variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
tilenflare committed Apr 23, 2024
1 parent 2182f95 commit fdb8ddc
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 7,365 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@ The full README can be found at [go-client/README.md](./go-client/README.md)
The py-visualizer is a FTSO Fast Updates Visualizer implemented in Python. It is used to provide a real-time visualization of the time-series feeds generated by the Fast Updates client.

The full README can be found at [py-visualizer/README.md](./py-visualizer/README.md)

## ts-simulation

The ts-simulation is a FTSO Fast Updates Simulation implemented in TypeScript. It is used to optimize and test new contract parameters. It can be used alongside py-visualizer to visualize the Fast Updates protocol in action.

The full README can be found at [ts-simulation/README.md](./ts-simulation/README.md)
2 changes: 1 addition & 1 deletion flare-smart-contracts-v2
Submodule flare-smart-contracts-v2 updated from cd79c4 to 19d109
4 changes: 4 additions & 0 deletions go-client/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ func BuildConfig() (*Config, error) {
if err != nil {
return nil, err
}
err = ReadEnv(cfg)
if err != nil {
return nil, err
}

_, err = url.ParseRequestURI(cfg.Client.ValueProviderUrl)
if err != nil {
Expand Down
94 changes: 0 additions & 94 deletions ts-simulation/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ts-simulation/.prettierrc

This file was deleted.

99 changes: 0 additions & 99 deletions ts-simulation/README.md

This file was deleted.

Loading

0 comments on commit fdb8ddc

Please sign in to comment.