Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds frontier back #135

Merged
merged 27 commits into from
Apr 21, 2021
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2820fcb
Updates
drewstone Apr 9, 2021
b15b5e4
Updates
drewstone Apr 9, 2021
8d888de
Merge pallet_assets w/ orml_tokens
drewstone Apr 9, 2021
6da72d4
Pallets compile, node doesn't
drewstone Apr 11, 2021
ec9266e
Merge branch 'develop' into drew-orml-wrapper
drewstone Apr 11, 2021
843e394
[wip] comment out frontier for now
drewstone Apr 11, 2021
1fa0081
Comment out EVM/Frontier, get node compiling
drewstone Apr 12, 2021
449e1cb
remove frontier service file from git
drewstone Apr 12, 2021
0069056
Newlines
drewstone Apr 12, 2021
7c716fb
Merge branch 'develop' into drew-orml-wrapper
drewstone Apr 12, 2021
6c2017e
ups (#133)
Apr 13, 2021
c590d89
Test updates
drewstone Apr 13, 2021
093041e
Merge branch 'drew-orml-wrapper' of https://github.com/webb-tools/ano…
drewstone Apr 13, 2021
c8d0bb0
Fix merge account
drewstone Apr 14, 2021
d8e12f7
Fix no_op test
drewstone Apr 14, 2021
37baeff
Updates, dust test not working
drewstone Apr 14, 2021
8daf59d
Fix all tests
drewstone Apr 14, 2021
b245617
Toml updates
drewstone Apr 16, 2021
cd7fff2
Adds frontier, mocks orml for as new local packages
drewstone Apr 17, 2021
47f578e
Add all rpc methods back, fix service
drewstone Apr 17, 2021
16fa067
Change to webb node from template
drewstone Apr 18, 2021
d1b08e2
Organising
drewstone Apr 18, 2021
c0b441d
Optional rpc in toml
drewstone Apr 19, 2021
ac82aef
Merge develop, fix all issues, add grandpa rpc
drewstone Apr 19, 2021
823d60e
Fix conflict
drewstone Apr 20, 2021
2887429
Update tests and mocks
drewstone Apr 21, 2021
1aef5db
Reverts
drewstone Apr 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
run: ./scripts/build.sh

- name: Copy binaries
<<<<<<< HEAD
run: mkdir -p build && cp target/release/webb-node build/webb-node
=======
run: mkdir -p build && cp target/release/node-template build/webb-node
>>>>>>> develop
drewstone marked this conversation as resolved.
Show resolved Hide resolved

- name: Build Image
run: docker build . --tag image
Expand Down
Loading