diff --git a/diff.txt b/diff.txt
index bdb75bfd6e291a361822dcf0036b45a24a81d009..054156b1bf114ab1d21d3dc8a91c01405babbae9 100644
--- a/diff.txt
+++ b/diff.txt
@@ -686,130 +686,3 @@ Date:   Thu Nov 14 09:05:17 2019 +0100
     
     golang.org/x/net/websocket is unmaintained, and we have already
     switched to using github.com/gorilla/websocket for package rpc.
-
-commit 9504c5c360f5aa443f20008f7e9da7528caab8bf
-Author: Jorropo <jorropo.pgm@gmail.com>
-Date:   Thu Nov 14 09:03:41 2019 +0100
-
-    rpc: fix typo example code (#20284)
-
-commit f8a95d996fbe66e460747c963bf30c59eb49021c
-Author: gary rong <garyrong0905@gmail.com>
-Date:   Thu Nov 14 15:26:10 2019 +0800
-
-    accounts/abi/bind, cmd/abigen: implement alias for abigen (#20244)
-    
-    * accounts/abi/bind, cmd/abigen: implement alias for abigen
-    
-    * accounts/abi/bind: minor fixes
-    
-    * accounts/abi/bind: address comments
-    
-    * cmd/abigen: address comments
-    
-    * accounts/abi/bind: print error log when identifier collision
-    
-    * accounts/abi/bind: address comments
-    
-    * accounts/abi/bind: address comment
-
-commit bf5c6b29faa2ed863ef48903321b2ce362ed6f83
-Author: Felföldi Zsolt <zsfelfoldi@gmail.com>
-Date:   Wed Nov 13 23:47:03 2019 +0100
-
-    les: implement server priority API (#20070)
-    
-    This PR implements the LES server RPC API. Methods for server
-    capacity, client balance and client priority management are provided.
-
-commit 22e3bbbf0aa711fcab3876ac1a34b8cdff8a0ccd
-Author: Guillaume Ballet <gballet@gmail.com>
-Date:   Wed Nov 13 12:40:50 2019 +0100
-
-     miner: increase worker test timeout (#20268)
-    
-    TestEmptyWork* occasionally fails due to timeout. Increase the timeout.
-
-commit 4ea9b62b5ce396c5609c100b8b2c05f11d1d7fac
-Author: Kurkó Mihály <kurkomisi@users.noreply.github.com>
-Date:   Wed Nov 13 13:13:13 2019 +0200
-
-     dashboard: send current block to the dashboard client (#19762)
-    
-    This adds all dashboard changes from the last couple months.
-    We're about to remove the dashboard, but decided that we should
-    get all the recent work in first in case anyone wants to pick up this
-    project later on.
-    
-    * cmd, dashboard, eth, p2p: send peer info to the dashboard
-    * dashboard: update npm packages, improve UI, rebase
-    * dashboard, p2p: remove println, change doc
-    * cmd, dashboard, eth, p2p: cleanup after review
-    * dashboard: send current block to the dashboard client
-
-commit 6f1a600f6c8be05252d3f313dccbca9de918010a
-Author: Rick <rick.no@groundx.xyz>
-Date:   Wed Nov 13 20:01:52 2019 +0900
-
-    p2p: fix bug in TestPeerDisconnect (#20277)
-
-commit de2259d27c75fa954115420e829a954486e6de92
-Author: Guillaume Ballet <gballet@gmail.com>
-Date:   Fri Nov 8 09:58:57 2019 +0100
-
-    travis: enable test suite on ARM64 (#20219)
-    
-    * travis: Enable ARM support
-    
-    * Include fixes from 20039
-    
-    * Add a trace to debug the invalid lookup issue
-    
-    * Try increasing the timeout to see if the arm test passes
-    
-    * Investigate the resolver issue
-    
-    * Increase arm64 timeout for clique test
-    
-    * increase timeout in tests for arm64
-    
-    * Only test the failing tests
-    
-    * Review feedback: don't export epsilon
-    
-    * Remove investigation tricks+include fjl's feeback
-    
-    * Revert the retry ahead of using the mock resolver
-    
-    * Fix rebase errors
-
-commit adf007dadc1b5e4185c0fc088c7cde7d235feff1
-Author: Felix Lange <fjl@twurst.com>
-Date:   Thu Nov 7 16:40:37 2019 +0100
-
-    p2p/enode: mock DNS resolver in URL parsing test (#20252)
-
-commit 4b8f56cf9809bb59366858dc7bfa9b0064c6496c
-Author: Péter Szilágyi <peterke@gmail.com>
-Date:   Thu Nov 7 10:00:18 2019 +0200
-
-    params: begin v1.9.8 release cycle
-
-commit a718daa674a2e23cb0c8a6789f7e5467e705bbbd
-Author: Péter Szilágyi <peterke@gmail.com>
-Date:   Thu Nov 7 09:58:39 2019 +0200
-
-    params: release Geth v1.9.7
-
-commit b9bac1f384ceef7d7390b9dd9da759bce1741392
-Author: gary rong <garyrong0905@gmail.com>
-Date:   Thu Nov 7 05:09:37 2019 +0800
-
-    les: fix and slim the unit tests of les (#20247)
-    
-    * les: loose restriction of unit tests
-    
-    * les: update unit tests
-    
-    * les, light: slim the unit tests
-