TheArchitect108
8a20d90868
Add links to other options for running Serai.
2022-10-31 11:32:27 -05:00
TheArchitect108
4101239e0d
add deps to make setup easier
2022-10-31 11:10:13 -05:00
Luke Parker
482a8ec209
Update to the latest Serai Substrate ( #125 )
...
* Update to the latest Serai Substrate
* Add Protobuf to build dependencies
Docker shouldn't need updating as this should've been added to the image
in
2dbace5b01
.
* Get substrate to build
* Correct protoc build step
* Remove the benchmarking code
There's some macro resolution error that isn't apparent. I worked on it
for about half an hour but...
* Remove unnecessary clone
* Correct runtime-benchmarks flag usage
2022-09-29 13:33:09 -05:00
TheArchitect108
978304e224
Cluster Orchestration with Docker Compose ( #114 )
...
* add file
* builds + caching fixed
* bitcoin orchestration
* remove default entrypoint
* eth image and cleanup
* working monero
* remove signature file
* cleanup on aisle eth
* cleanup on aisle btc
* eth working
* remove docker ignore
* remove bitcoin image readme
* fix serai builds
* serai clusters
* added readme for docker
* formatting
* share the image
* newlines at EOF
* add multi profile example
* coin order
* coin order
* profile order
* fix grammar
* fix whitespace
* reduce trusted signature set, require at least 3 signatures.
* remove echo
* update comment to ref trusted keys
* comment fix
* use 16 keys, check for laanwj, name compose
* don't use bash
* monero fingerprints & eth fixes
* eth fixes
* remove extra eth keys
2022-09-12 15:01:14 -05:00
Luke Parker
f319966dca
Lint Getting Started document
2022-08-21 00:45:41 -04:00
TheArchitect108
74e2d230e8
Simple getting started doc ( #91 )
...
* simple getting started doc
* Swap Old Ubuntu and Solc
* Fixes indents and removes OS preferences
* drops indents from code blocks
2022-08-20 23:26:16 -05:00
Luke Parker
3556584478
Correct missing escape sequences
2022-07-22 00:32:18 -04:00
Luke Parker
9f6eb205b0
Address review comments from #53
2022-07-21 23:30:51 -05:00
Luke Parker
e617783f09
Correct bullet point spacing
2022-07-21 23:30:51 -05:00
Luke Parker
146db6836e
Update Validators doc per https://github.com/serai-dex/serai/issues/55
2022-07-21 23:30:51 -05:00
Luke Parker
a733bb5865
Update the ink! contract to match docs
2022-07-21 23:30:51 -05:00
Luke Parker
375967b165
Correct table formatting and clarify network docs
2022-07-21 23:30:51 -05:00
Luke Parker
4186bc93a8
Update the Multisig documentation to be designed around Validator Sets
2022-07-21 23:30:51 -05:00
Luke Parker
1994dab634
Add documentation on Validator Sets
2022-07-21 23:30:51 -05:00
Luke Parker
d320af06a7
Rewrite the Validators spec
...
Moves Oraclization/Report to Consensus for now.
2022-07-21 23:30:51 -05:00
Luke Parker
1b461ca5be
Split Validators and Consensus docs
2022-07-21 23:30:51 -05:00
Luke Parker
5583bf3447
Initial multisig tracking contract in ink
2022-07-21 23:30:51 -05:00
Luke Parker
be921ab2d3
Document various Scenarios
...
- Pong
- Wrap
- SRI -> BTC
- BTC -> Monero
- Add Liquidity (fresh)
- Add Liquidity (SRI holder)
2022-07-21 23:22:48 -05:00
Luke Parker
c48992ab94
Update according to comment
2022-07-21 23:22:48 -05:00
Luke Parker
f7f67f72a2
Correct link in Instructions
2022-07-21 23:22:48 -05:00
Luke Parker
c3ab201517
Document Serai's Application Calls and update Instructions accordingly
2022-07-21 23:22:48 -05:00
Luke Parker
9cc35a06ab
Add authenticated calls to Ethereum
...
Also uses numbered lists for function descriptions.
2022-07-21 23:22:48 -05:00
Luke Parker
004086b85b
Include origin as an Option in Shorthand
...
Converts (Network, Address) to Enum { Native(Address), Serai(Address) }
as it's not valid to send Bitcoin to Ethereum.
Corrects a legacy comment regarding serialization.
2022-07-21 23:22:48 -05:00
Luke Parker
ae3525ca2c
Document Instructions and various network's integrations
...
Tracking issue: https://github.com/serai-dex/serai/issues/57
2022-07-21 23:22:48 -05:00
Luke Parker
7421ed96ff
Move the Validators protocol spec doc in
...
Updates it as applicable
2022-04-21 22:01:12 -04:00