Skip to content

Commit

Permalink
Milestone 2 (#1)
Browse files Browse the repository at this point in the history
* Pallet scaffold

* Add more types

* Add traits

* Add Ok(()) to apply function and add BankAccounts
storage map

* Add changes

* ERC20R impl

* Add metadata

* Add more extrinsics

* Add tests

* Finalised transaction

* Passing tests

* Fmt

* Add trait tests

* Remove account

* Compiling stuff

* Passing tests

* Passing tests

* Offchain worker tests

* Running tests

* Fix compilation error

* Nightly fmt

* Add ocw signature

* Sort out decimals

* Add doc

* Add docs

* Some changes to offchain logic

* Latest working version

* Bit more changes

* Last version of the chain

* More changes

* Update DEMO.md

* Change allowance

* Update DEMO.md

* Update README.md

* Add note

* Docker fix

* Final push
  • Loading branch information
dastansam authored Mar 22, 2024
1 parent 97d370f commit 4145089
Show file tree
Hide file tree
Showing 24 changed files with 2,507 additions and 438 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
**/target
target/*
target
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: |
SKIP_WASM_BUILD=1 cargo check --release --features=runtime-benchmarks
- name: Check fmt
run: cargo fmt --all --check
run: cargo +nightly fmt --all --check
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
# direnv files
.envrc
.direnv

tmp
Loading

0 comments on commit 4145089

Please sign in to comment.