Luke Parker
8970031f42
Update to latest substrate-wasm-builder
2025-09-30 06:44:12 -04:00
Luke Parker
1d0a26e32e
Adopt patch-polkadot-sdk with fixed peering
2025-09-30 03:53:14 -04:00
Luke Parker
77ceb86f9a
Update to a version of substrate without wasmtimer
...
Turns out `wasmtimer` is WASM only. This should restore the node's functioning
on non-WASM environments.
2025-09-22 02:20:57 -04:00
Luke Parker
41bb2c7b2a
Update develop to patch-polkadot-sdk
...
Allows us to finally remove the old `serai-dex/substrate` repository _and_
should have CI pass without issue on `develop` again.
The changes made here should be trivial and maintain all prior
behavior/functionality. The most notable are to `chain_spec.rs`, in order to
still use a SCALE-encoded `GenesisConfig` (avoiding `serde_json`).
2025-09-21 22:36:43 -04:00
akildemir
e6620963c7
update author email
2024-08-02 01:50:33 -07:00
akildemir
1493f49416
Implement genesis liquidity protocol ( #545 )
...
* add genesis liquidity implementation
* add missing deposit event
* fix CI issues
* minor fixes
* make math safer
* fix fmt
* make remove liquidity an authorized call
* implement setting initial values for coins
* add genesis liquidity test & misc fixes
* updato develop latest
* fix rotation test
* Finish merging develop
* Remove accidentally committed ETH files
* fix pr comments
* further bug fixes
* fix last pr comments
* tidy up
* Misc
---------
Co-authored-by: Luke Parker <lukeparker5132@gmail.com >
2024-07-18 19:30:19 -04:00